[2022-01-28T17:52:15.043095+00:00] console.DEBUG: Command "make:entity" exited with code "1" {"command":"make:entity","code":1} [] [2022-01-28T17:52:22.887671+00:00] console.DEBUG: Command "make:entity" exited with code "1" {"command":"make:entity","code":1} [] [2022-01-28T17:52:52.185271+00:00] console.DEBUG: Command "make:entity" exited with code "1" {"command":"make:entity","code":1} [] [2022-01-29T09:15:17.980707+00:00] console.CRITICAL: Error thrown while running command "make:migration". Message: "An exception occurred in the driver: could not find driver" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in the driver: could not find driver at C:\\wamp64\\www\\20220128_test\\monapp\\vendor\\doctrine\\dbal\\src\\Driver\\API\\PostgreSQL\\ExceptionConverter.php:91)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 0): could not find driver at C:\\wamp64\\www\\20220128_test\\monapp\\vendor\\doctrine\\dbal\\src\\Driver\\PDO\\Exception.php:26)\n[previous exception] [object] (PDOException(code: 0): could not find driver at C:\\wamp64\\www\\20220128_test\\monapp\\vendor\\doctrine\\dbal\\src\\Driver\\PDO\\PgSQL\\Driver.php:28)","command":"make:migration","message":"An exception occurred in the driver: could not find driver"} [] [2022-01-29T09:15:17.987761+00:00] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2022-01-29T10:27:43.903202+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T10:27:43.915341+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T10:27:43.920656+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T10:27:43.923930+00:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T10:27:43.947860+00:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T10:28:25.105651+00:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T10:28:27.810758+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T10:28:27.822924+00:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:27.866576+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T10:28:27.868496+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T10:28:27.868774+00:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T10:28:27.877400+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-01-29T10:28:27.903299+00:00] doctrine.DEBUG: CREATE TABLE consultation (id INT AUTO_INCREMENT NOT NULL, medecin_id INT DEFAULT NULL, patient_id INT DEFAULT NULL, dateheure DATETIME NOT NULL, INDEX IDX_964685A64F31A84 (medecin_id), INDEX IDX_964685A66B899279 (patient_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:27.952053+00:00] doctrine.DEBUG: CREATE TABLE ligne_prescription (id INT AUTO_INCREMENT NOT NULL, medicament_id INT DEFAULT NULL, ordonnance_id INT NOT NULL, posologie VARCHAR(255) DEFAULT NULL, INDEX IDX_A761F816AB0D61F7 (medicament_id), INDEX IDX_A761F8162BF23B8F (ordonnance_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:27.994686+00:00] doctrine.DEBUG: CREATE TABLE medecin (id INT AUTO_INCREMENT NOT NULL, matricule VARCHAR(20) NOT NULL, nom VARCHAR(25) NOT NULL, prenom VARCHAR(25) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:28.093954+00:00] doctrine.DEBUG: CREATE TABLE medicament (id INT AUTO_INCREMENT NOT NULL, denomination VARCHAR(40) NOT NULL, conditionnement VARCHAR(50) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:28.154961+00:00] doctrine.DEBUG: CREATE TABLE ordonnance (id INT AUTO_INCREMENT NOT NULL, patient_id INT DEFAULT NULL, medecin_id INT DEFAULT NULL, numero_ordre INT DEFAULT NULL, dateheure DATETIME NOT NULL, INDEX IDX_924B326C6B899279 (patient_id), INDEX IDX_924B326C4F31A84 (medecin_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:28.235309+00:00] doctrine.DEBUG: CREATE TABLE patient (id INT AUTO_INCREMENT NOT NULL, num_ss VARCHAR(15) NOT NULL, nom VARCHAR(25) NOT NULL, prenom VARCHAR(25) DEFAULT NULL, date_naissance DATE DEFAULT NULL, genre VARCHAR(1) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T10:28:28.297968+00:00] doctrine.DEBUG: ALTER TABLE consultation ADD CONSTRAINT FK_964685A64F31A84 FOREIGN KEY (medecin_id) REFERENCES medecin (id) [] [] [2022-01-29T10:28:28.467093+00:00] doctrine.DEBUG: ALTER TABLE consultation ADD CONSTRAINT FK_964685A66B899279 FOREIGN KEY (patient_id) REFERENCES patient (id) [] [] [2022-01-29T10:28:28.613288+00:00] doctrine.DEBUG: ALTER TABLE ligne_prescription ADD CONSTRAINT FK_A761F816AB0D61F7 FOREIGN KEY (medicament_id) REFERENCES medicament (id) [] [] [2022-01-29T10:28:28.788738+00:00] doctrine.DEBUG: ALTER TABLE ligne_prescription ADD CONSTRAINT FK_A761F8162BF23B8F FOREIGN KEY (ordonnance_id) REFERENCES ordonnance (id) [] [] [2022-01-29T10:28:28.954825+00:00] doctrine.DEBUG: ALTER TABLE ordonnance ADD CONSTRAINT FK_924B326C6B899279 FOREIGN KEY (patient_id) REFERENCES patient (id) [] [] [2022-01-29T10:28:29.094552+00:00] doctrine.DEBUG: ALTER TABLE ordonnance ADD CONSTRAINT FK_924B326C4F31A84 FOREIGN KEY (medecin_id) REFERENCES medecin (id) [] [] [2022-01-29T10:28:29.244464+00:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2022-01-29T10:28:27+00:00",1366] [] [2022-01-29T12:04:51.268451+01:00] console.CRITICAL: Error thrown while running command ""make:migrations"". Message: "Command "make:migrations" is not defined. Did you mean one of these? doctrine:migrations:current doctrine:migrations:diff doctrine:migrations:dump-schema doctrine:migrations:execute doctrine:migrations:generate doctrine:migrations:latest doctrine:migrations:list doctrine:migrations:migrate doctrine:migrations:rollup doctrine:migrations:status doctrine:migrations:sync-metadata-storage doctrine:migrations:up-to-date doctrine:migrations:version make:auth make:command make:controller make:crud make:docker:database make:entity make:fixtures make:form make:functional-test make:message make:messenger-middleware make:migration make:registration-form make:reset-password make:serializer:encoder make:serializer:normalizer make:subscriber make:test make:twig-extension make:unit-test make:user make:validator make:voter" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"make:migrations\" is not defined.\n\nDid you mean one of these?\n doctrine:migrations:current\n doctrine:migrations:diff\n doctrine:migrations:dump-schema\n doctrine:migrations:execute\n doctrine:migrations:generate\n doctrine:migrations:latest\n doctrine:migrations:list\n doctrine:migrations:migrate\n doctrine:migrations:rollup\n doctrine:migrations:status\n doctrine:migrations:sync-metadata-storage\n doctrine:migrations:up-to-date\n doctrine:migrations:version\n make:auth\n make:command\n make:controller\n make:crud\n make:docker:database\n make:entity\n make:fixtures\n make:form\n make:functional-test\n make:message\n make:messenger-middleware\n make:migration\n make:registration-form\n make:reset-password\n make:serializer:encoder\n make:serializer:normalizer\n make:subscriber\n make:test\n make:twig-extension\n make:unit-test\n make:user\n make:validator\n make:voter at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\console\\Application.php:683)","command":"\"make:migrations\"","message":"Command \"make:migrations\" is not defined.\n\nDid you mean one of these?\n doctrine:migrations:current\n doctrine:migrations:diff\n doctrine:migrations:dump-schema\n doctrine:migrations:execute\n doctrine:migrations:generate\n doctrine:migrations:latest\n doctrine:migrations:list\n doctrine:migrations:migrate\n doctrine:migrations:rollup\n doctrine:migrations:status\n doctrine:migrations:sync-metadata-storage\n doctrine:migrations:up-to-date\n doctrine:migrations:version\n make:auth\n make:command\n make:controller\n make:crud\n make:docker:database\n make:entity\n make:fixtures\n make:form\n make:functional-test\n make:message\n make:messenger-middleware\n make:migration\n make:registration-form\n make:reset-password\n make:serializer:encoder\n make:serializer:normalizer\n make:subscriber\n make:test\n make:twig-extension\n make:unit-test\n make:user\n make:validator\n make:voter"} [] [2022-01-29T12:05:03.445096+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:05:03.459019+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:05:03.469834+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:05:03.475783+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:05:03.571119+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:05:26.540898+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:05:29.771451+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:05:29.795333+01:00] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:29.862517+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:05:29.864985+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:05:29.865480+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:05:29.889415+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-01-29T12:05:29.937926+01:00] doctrine.DEBUG: CREATE TABLE consultation (id INT AUTO_INCREMENT NOT NULL, medecin_id INT DEFAULT NULL, patient_id INT DEFAULT NULL, dateheure DATETIME NOT NULL, INDEX IDX_964685A64F31A84 (medecin_id), INDEX IDX_964685A66B899279 (patient_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:29.974339+01:00] doctrine.DEBUG: CREATE TABLE ligne_prescription (id INT AUTO_INCREMENT NOT NULL, medicament_id INT DEFAULT NULL, ordonnance_id INT NOT NULL, posologie VARCHAR(255) DEFAULT NULL, INDEX IDX_A761F816AB0D61F7 (medicament_id), INDEX IDX_A761F8162BF23B8F (ordonnance_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:30.013867+01:00] doctrine.DEBUG: CREATE TABLE medecin (id INT AUTO_INCREMENT NOT NULL, matricule VARCHAR(20) NOT NULL, nom VARCHAR(25) NOT NULL, prenom VARCHAR(25) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:30.042059+01:00] doctrine.DEBUG: CREATE TABLE medicament (id INT AUTO_INCREMENT NOT NULL, denomination VARCHAR(40) NOT NULL, conditionnement VARCHAR(50) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:30.072104+01:00] doctrine.DEBUG: CREATE TABLE ordonnance (id INT AUTO_INCREMENT NOT NULL, patient_id INT DEFAULT NULL, medecin_id INT DEFAULT NULL, numero_ordre INT DEFAULT NULL, dateheure DATETIME NOT NULL, INDEX IDX_924B326C6B899279 (patient_id), INDEX IDX_924B326C4F31A84 (medecin_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:30.104976+01:00] doctrine.DEBUG: CREATE TABLE patient (id INT AUTO_INCREMENT NOT NULL, num_ss VARCHAR(15) NOT NULL, nom VARCHAR(25) NOT NULL, prenom VARCHAR(25) DEFAULT NULL, date_naissance DATE DEFAULT NULL, genre VARCHAR(1) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2022-01-29T12:05:30.132003+01:00] doctrine.DEBUG: ALTER TABLE consultation ADD CONSTRAINT FK_964685A64F31A84 FOREIGN KEY (medecin_id) REFERENCES medecin (id) [] [] [2022-01-29T12:05:30.225780+01:00] doctrine.DEBUG: ALTER TABLE consultation ADD CONSTRAINT FK_964685A66B899279 FOREIGN KEY (patient_id) REFERENCES patient (id) [] [] [2022-01-29T12:05:30.392835+01:00] doctrine.DEBUG: ALTER TABLE ligne_prescription ADD CONSTRAINT FK_A761F816AB0D61F7 FOREIGN KEY (medicament_id) REFERENCES medicament (id) [] [] [2022-01-29T12:05:30.483382+01:00] doctrine.DEBUG: ALTER TABLE ligne_prescription ADD CONSTRAINT FK_A761F8162BF23B8F FOREIGN KEY (ordonnance_id) REFERENCES ordonnance (id) [] [] [2022-01-29T12:05:30.568634+01:00] doctrine.DEBUG: ALTER TABLE ordonnance ADD CONSTRAINT FK_924B326C6B899279 FOREIGN KEY (patient_id) REFERENCES patient (id) [] [] [2022-01-29T12:05:30.657434+01:00] doctrine.DEBUG: ALTER TABLE ordonnance ADD CONSTRAINT FK_924B326C4F31A84 FOREIGN KEY (medecin_id) REFERENCES medecin (id) [] [] [2022-01-29T12:05:30.748753+01:00] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","2022-01-29T12:05:29+01:00",856] [] [2022-01-29T12:06:26.704458+01:00] php.DEBUG: Warning: filemtime(): stat failed for C:\wamp64\www\20220128_test\monapp\config\routes\dev\web_profiler.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\config\\Resource\\FileResource.php","line":61,"trace":[{"file":"C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\config\\Resource\\SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2022-01-29T12:06:27.196575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/" (from "http://localhost/20220128_test/monapp/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/\" (from \"http://localhost/20220128_test/monapp/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:186)"} [] [2022-01-29T12:06:27.271184+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:06:27.275260+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:06:27.288403+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:06:27.288776+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:06:27.294214+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:06:27.294710+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:06:27.380971+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:06:27.381425+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:06:27.382915+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:10:59.430749+01:00] php.DEBUG: Warning: filemtime(): stat failed for C:\wamp64\www\20220128_test\monapp\config\routes\dev\web_profiler.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\config\\Resource\\FileResource.php","line":61,"trace":[{"file":"C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\config\\Resource\\SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2022-01-29T12:13:18.265926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/"" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:186)"} [] [2022-01-29T12:13:18.337219+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:18.339546+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:18.354083+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:18.354615+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:13:18.361801+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:18.362159+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:13:18.392262+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:18.392657+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:13:18.394101+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:13:27.303672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/Patient"" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:13:27.498788+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:27.501416+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:27.515891+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.516373+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:13:27.521274+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.521666+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:13:27.548219+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.548567+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:13:27.550127+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:13:27.553830+01:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\Migrations\Exception\MetadataStorageError: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13) {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)"} [] [2022-01-29T12:13:27.554362+01:00] php.CRITICAL: Uncaught Exception: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:13:27.556215+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\Migrations\Exception\MetadataStorageError: "The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue." at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13 {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:13:27.659690+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:27.660478+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:13:27.661134+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.661460+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:13:27.664616+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.665018+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:13:27.693407+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:13:27.693803+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:13:27.695408+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:13:27.696804+01:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\Migrations\Exception\MetadataStorageError: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13) {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)"} [] [2022-01-29T12:13:27.696942+01:00] php.CRITICAL: Uncaught Exception: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:16:40.257764+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:16:40.276506+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:40.276921+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:16:40.281574+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:40.282022+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:16:40.310574+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:40.310933+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:16:40.312382+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:16:40.314186+01:00] doctrine.DEBUG: ALTER TABLE doctrine_migration_versions CHANGE executed_at executed_at DATETIME DEFAULT NULL, CHANGE execution_time execution_time INT DEFAULT NULL [] [] [2022-01-29T12:16:40.327294+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:16:40.328719+01:00] doctrine.DEBUG: UPDATE doctrine_migration_versions SET version = ? WHERE version = ? ["DoctrineMigrations\\Version [...]","DoctrineMigrations\\Version [...]"] [] [2022-01-29T12:16:52.287821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/Patient"" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:16:52.454658+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:16:52.457104+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:16:52.471246+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.471674+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:16:52.477029+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.477409+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:16:52.509092+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.509502+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:16:52.511213+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:16:52.513884+01:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\Migrations\Exception\MetadataStorageError: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13) {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)"} [] [2022-01-29T12:16:52.514354+01:00] php.CRITICAL: Uncaught Exception: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:16:52.516068+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\Migrations\Exception\MetadataStorageError: "The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue." at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13 {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:16:52.620103+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:16:52.620922+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:16:52.621640+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.622006+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:16:52.626084+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.626366+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:16:52.659026+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:16:52.659429+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:16:52.660972+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:16:52.662190+01:00] request.CRITICAL: Exception thrown when handling an exception (Doctrine\Migrations\Exception\MetadataStorageError: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\xampp\htdocs\20220128_test\monapp\vendor\doctrine\migrations\lib\Doctrine\Migrations\Exception\MetadataStorageError.php line 13) {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)"} [] [2022-01-29T12:16:52.662337+01:00] php.CRITICAL: Uncaught Exception: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. {"exception":"[object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Doctrine\\Migrations\\Exception\\MetadataStorageError(code: 0): The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\doctrine\\migrations\\lib\\Doctrine\\Migrations\\Exception\\MetadataStorageError.php:13)\n[previous exception] [object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:19:07.403317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/Patient"" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:19:07.564562+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:19:07.566793+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:19:07.581646+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:19:07.582163+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:19:07.586788+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:19:07.587189+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:19:07.621678+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:19:07.622226+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:19:07.623805+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:19:07.625209+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:19:07.628793+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:19:07.997382+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e13452"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/e13452","method":"GET"} [] [2022-01-29T12:22:00.800909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/Patient/"" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/Patient/\" at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Patient\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:22:00.964403+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:00.967541+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:00.981688+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:00.982549+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:22:00.988616+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:00.989019+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:22:01.019207+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:01.019518+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:22:01.020994+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:22:01.022326+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:22:01.026059+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:01.407183+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d45fc"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/5d45fc","method":"GET"} [] [2022-01-29T12:22:10.050340+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T12:22:10.060826+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T12:22:10.149183+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T12:22:10.216529+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:10.217332+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:10.227665+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:10.228127+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:22:10.234924+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:10.235348+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:22:10.266626+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:10.266992+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:22:10.268560+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:22:10.269934+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:22:10.274504+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:10.520533+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ceab6"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/9ceab6","method":"GET"} [] [2022-01-29T12:22:23.738448+01:00] request.INFO: Matched route "patient_new". {"route":"patient_new","route_parameters":{"_route":"patient_new","_controller":"App\\Controller\\PatientController::new"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/new","method":"GET"} [] [2022-01-29T12:22:23.751169+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T12:22:23.956874+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:23.959030+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:22:23.965825+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:23.966261+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:22:23.972606+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:23.973020+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:22:24.002653+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:24.003036+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:22:24.004565+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:22:24.005884+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:22:24.009150+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:22:24.287280+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a1658"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/7a1658","method":"GET"} [] [2022-01-29T12:22:59.865277+01:00] request.INFO: Matched route "patient_new". {"route":"patient_new","route_parameters":{"_route":"patient_new","_controller":"App\\Controller\\PatientController::new"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/new","method":"POST"} [] [2022-01-29T12:22:59.882991+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T12:23:00.128719+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-01-29T12:23:00.135946+01:00] doctrine.DEBUG: INSERT INTO patient (num_ss, nom, prenom, date_naissance, genre) VALUES (?, ?, ?, ?, ?) {"1":"2312456213","2":"titi","3":"titi","4":"2022-04-06T00:00:00+02:00","5":"M"} [] [2022-01-29T12:23:00.137657+01:00] doctrine.DEBUG: "COMMIT" [] [] [2022-01-29T12:23:00.166685+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:23:00.167523+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:23:00.172991+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.173415+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:23:00.178357+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.178754+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:23:00.209552+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.209915+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:23:00.211495+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:23:00.212836+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:23:00.216020+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.414286+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T12:23:00.422724+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T12:23:00.493342+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T12:23:00.548968+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:23:00.549770+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:23:00.554735+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.555137+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:23:00.561073+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.561452+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:23:00.590331+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.590965+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:23:00.592630+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:23:00.593845+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:23:00.596931+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:23:00.840279+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a37b2"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/2a37b2","method":"GET"} [] [2022-01-29T12:41:14.102144+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T12:41:14.114106+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T12:41:14.228683+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T12:41:14.319437+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:41:14.320279+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:41:14.326171+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.326597+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:41:14.333390+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.333833+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:41:14.363384+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.363684+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:41:14.365291+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:41:14.366626+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:41:14.371126+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.742962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T12:41:14.914481+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:41:14.916555+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T12:41:14.934451+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.934853+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T12:41:14.940433+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.940827+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T12:41:14.969324+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:14.969658+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T12:41:14.971093+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T12:41:14.972359+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T12:41:14.975973+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T12:41:15.303954+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4a4cb"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/d4a4cb","method":"GET"} [] [2022-01-29T18:50:25.587554+01:00] request.INFO: Matched route "patient_show". {"route":"patient_show","route_parameters":{"_route":"patient_show","_controller":"App\\Controller\\PatientController::show","id":"1"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/1","method":"GET"} [] [2022-01-29T18:50:25.599368+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T18:50:25.694359+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2022-01-29T18:50:25.788148+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:25.788941+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:25.795191+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:25.795518+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T18:50:25.805112+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:25.805514+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T18:50:25.866029+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:25.866467+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T18:50:25.868310+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T18:50:25.869708+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T18:50:25.874504+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:26.222763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/1")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/1\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T18:50:26.399674+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:26.401646+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:26.413302+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:26.413678+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T18:50:26.419996+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:26.420387+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T18:50:26.465864+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:26.466419+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T18:50:26.468395+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T18:50:26.470182+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T18:50:26.474549+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:26.768381+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fdeee"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/5fdeee","method":"GET"} [] [2022-01-29T18:50:35.592844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T18:50:35.748746+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:35.751279+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:35.763906+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:35.764403+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T18:50:35.770035+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:35.770436+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T18:50:35.800449+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:35.800772+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T18:50:35.802742+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T18:50:35.804733+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T18:50:35.807864+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:50.456806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T18:50:50.747831+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:50.751032+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T18:50:50.779720+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:50.780036+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T18:50:50.793743+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:50.794093+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T18:50:50.833784+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T18:50:50.834088+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T18:50:50.836137+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T18:50:50.838091+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T18:50:50.846318+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:08.402460+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:10:08.417294+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:10:08.537872+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:10:08.666563+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:08.667328+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:08.673581+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:08.673940+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:10:08.679645+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:08.679963+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:10:08.711705+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:08.711961+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:10:08.713376+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:10:08.714652+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:10:08.719232+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:09.138842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:10:09.352937+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:09.355953+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:09.372210+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:09.373165+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:10:09.380097+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:09.380431+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:10:09.416366+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:09.416720+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:10:09.418646+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:10:09.420766+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:10:09.426122+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:09.788441+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5acec1"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/5acec1","method":"GET"} [] [2022-01-29T19:10:40.878084+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:10:40.892852+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:10:41.056135+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:10:41.157628+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:41.158834+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:41.168695+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.169088+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:10:41.176473+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.176828+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:10:41.215371+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.215704+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:10:41.218370+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:10:41.220132+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:10:41.224659+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.688812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:10:41.957985+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:41.960466+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:10:41.980564+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.980940+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:10:41.987304+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:41.987614+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:10:42.052039+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:42.052431+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:10:42.054459+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:10:42.056159+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:10:42.060630+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:10:42.492832+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef5820"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/ef5820","method":"GET"} [] [2022-01-29T19:34:10.480046+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:34:10.490603+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:34:10.584627+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:34:10.690377+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:10.691152+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:10.698816+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:10.699253+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:34:10.706101+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:10.706527+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:34:10.758338+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:10.758684+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:34:10.760795+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:34:10.762411+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:34:10.766330+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:11.142295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:34:11.334394+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:11.336544+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:11.350691+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:11.351083+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:34:11.356318+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:11.356749+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:34:11.391754+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:11.392123+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:34:11.396401+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:34:11.397766+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:34:11.401566+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:11.687144+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"872e5c"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/872e5c","method":"GET"} [] [2022-01-29T19:34:34.492425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:34:34.743663+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:34.747138+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:34:34.773479+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:34.773915+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:34:34.780772+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:34.781114+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:34:34.812179+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:34:34.812499+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:34:34.813898+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:34:34.815095+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:34:34.818284+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:52.583775+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:37:52.594198+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:37:52.691948+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:37:52.781657+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:52.782721+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:52.788214+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:52.788593+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:37:52.794275+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:52.794609+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:37:52.825917+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:52.826284+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:37:52.827745+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:37:52.829088+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:37:52.834591+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.446034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:37:53.536120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_lpweb_reduit.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:37:53.559897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_sorbonne-universite_sciences.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_sorbonne-universite_sciences.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_sorbonne-universite_sciences.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:37:53.568064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:37:53.775492+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.778474+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.807270+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.807720+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:37:53.813019+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.814257+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:37:53.857775+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.860641+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.860706+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.861009+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:37:53.863454+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:37:53.868742+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:37:53.874030+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.880333+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.885763+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.888612+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.889110+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:37:53.889807+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.892586+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:37:53.894692+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.895019+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:37:53.911149+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.911640+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:37:53.921264+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.921522+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.921727+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:37:53.921838+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:37:53.933480+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.939617+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:37:53.959621+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:53.960122+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:37:53.971612+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:37:53.979193+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:37:53.993863+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:54.090039+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:54.090386+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:37:54.092906+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:37:54.097349+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:37:54.112039+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:54.118121+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:37:54.120738+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:37:54.123052+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:37:54.123381+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:54.128628+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:37:54.418644+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2a62"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/1e2a62","method":"GET"} [] [2022-01-29T19:42:41.986163+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:42:41.999256+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:42:42.098918+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:42:42.194895+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:42.195744+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:42.201465+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:42.201886+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:42:42.208516+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:42.208956+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:42:42.237505+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:42.237881+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:42:42.239343+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:42:42.240771+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:42:42.246265+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:42.795913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_sorbonne-universite_sciences.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_sorbonne-universite_sciences.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_sorbonne-universite_sciences.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:42:42.825159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:42:42.850836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_lpweb_reduit.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:42:42.869929+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:42:43.126161+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.129871+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.150854+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.152313+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:42:43.159427+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.159805+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:42:43.164007+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.187232+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.187416+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.188721+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.189162+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:42:43.190618+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.190666+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:42:43.196371+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.196706+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:42:43.207902+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.209583+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:42:43.213382+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:42:43.215308+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:42:43.215950+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.216273+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:42:43.220419+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.220834+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:42:43.221099+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.222048+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.222387+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:42:43.229202+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.229576+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:42:43.244048+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.244447+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:42:43.246488+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:42:43.248658+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:42:43.254759+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.267055+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.267367+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:42:43.269543+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:42:43.271457+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:42:43.276050+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.276497+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:42:43.278692+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.280430+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:42:43.282221+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:42:43.296334+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:42:43.679535+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17f83c"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/17f83c","method":"GET"} [] [2022-01-29T19:49:09.984756+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:49:10.013511+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:49:10.112591+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:49:10.211580+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.212514+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.218141+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:10.218571+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:49:10.225162+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:10.225600+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:49:10.255564+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:10.256361+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:49:10.258018+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:49:10.259376+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:49:10.263376+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:10.723761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_lpweb_reduit.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:49:10.750395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:49:10.751661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:49:10.985389+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.987792+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.991621+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.995696+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.996666+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:10.999292+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:49:11.010691+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.011290+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:49:11.018538+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.018894+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:49:11.019208+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.019441+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:49:11.021326+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.021701+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:49:11.025669+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.026006+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:49:11.028765+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.029095+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:49:11.062662+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.062947+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:49:11.064986+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:49:11.067034+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:49:11.067963+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.068194+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:49:11.069611+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:49:11.071220+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.071397+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:49:11.071539+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:49:11.072482+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.077915+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:49:11.078911+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.079899+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:49:11.084163+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:49:11.459877+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f72617"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/f72617","method":"GET"} [] [2022-01-29T19:50:32.387383+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-29T19:50:32.408013+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-29T19:50:32.492514+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-29T19:50:32.587010+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:32.587808+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:32.593344+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:32.593754+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:50:32.599877+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:32.600259+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:50:32.631156+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:32.631520+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:50:32.633734+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:50:32.635718+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:50:32.653086+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.013694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:50:33.021967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_lpweb_reduit.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:50:33.026680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-29T19:50:33.240678+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.242808+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.244194+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.247912+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.257404+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.259898+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-29T19:50:33.262572+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.263637+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:50:33.263718+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:50:33.270142+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.270577+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:50:33.270942+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.271318+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:50:33.283579+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.283956+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-29T19:50:33.288739+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.289021+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-29T19:50:33.308647+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.308879+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.308921+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:50:33.309094+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:50:33.310991+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:50:33.313094+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:50:33.313437+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:50:33.315856+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:50:33.318840+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.319942+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.331036+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.331680+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-29T19:50:33.336736+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-29T19:50:33.338478+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-29T19:50:33.343759+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-29T19:50:33.655221+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"468138"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/468138","method":"GET"} [] [2022-01-30T10:56:49.066834+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T10:56:49.083826+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T10:56:49.199191+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T10:56:49.317584+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:49.318488+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:49.324313+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:49.324769+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T10:56:49.331557+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:49.331982+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T10:56:49.360349+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:49.360806+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T10:56:49.363595+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T10:56:49.365084+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T10:56:49.369131+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:49.943066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_lpweb_reduit.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_lpweb_reduit.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T10:56:49.973684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T10:56:49.976639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/.cspace_taille" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/.cspace_taille\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.cspace_taille/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T10:56:50.022018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T10:56:50.292978+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.293188+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.298534+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.299653+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.305115+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.308135+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.322359+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.322430+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.322815+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T10:56:50.322958+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T10:56:50.329800+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.330121+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T10:56:50.331276+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.331629+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T10:56:50.334131+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.334720+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T10:56:50.340598+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.341002+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T10:56:50.348877+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.352384+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T10:56:50.375324+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.375672+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T10:56:50.375880+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.376152+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T10:56:50.378636+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T10:56:50.381431+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T10:56:50.381650+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T10:56:50.382828+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.383319+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T10:56:50.387411+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.387682+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.389242+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.390319+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.390548+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T10:56:50.390775+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T10:56:50.392769+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T10:56:50.397263+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T10:56:50.403106+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.439834+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.440160+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T10:56:50.442310+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T10:56:50.469792+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T10:56:50.475249+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T10:56:50.829790+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c84f55"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/c84f55","method":"GET"} [] [2022-01-30T11:02:08.066265+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:02:08.078414+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:02:08.176056+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:02:08.308642+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:08.311036+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:08.320523+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:08.320951+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:02:08.339201+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:08.339649+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:02:08.400979+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:08.401631+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:02:08.404057+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:02:08.406439+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:02:08.413415+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:08.927377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:02:08.932481+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/.cspace_taille" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/.cspace_taille\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.cspace_taille/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:02:09.086559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/patient/images/logo_dept_informatique_shell.svg\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patient/images/logo_dept_informatique_shell.svg/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:02:09.154209+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.157107+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.157175+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.159839+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.177850+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.178156+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:02:09.179744+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.180086+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:02:09.184625+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.184714+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.184993+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:02:09.184985+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:02:09.219773+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.220093+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:02:09.220323+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.220597+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:02:09.222113+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:02:09.222179+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:02:09.223909+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:02:09.227801+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.229184+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.392200+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.395366+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:02:09.422881+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.423285+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:02:09.428771+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.429122+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:02:09.476528+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.476904+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:02:09.479041+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:02:09.482379+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:02:09.489090+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:02:09.696675+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8fe61"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/f8fe61","method":"GET"} [] [2022-01-30T11:07:00.574132+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:07:00.591867+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:07:00.720197+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:07:00.790959+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "inc/focus.html.twig" (looked into: C:\xampp\htdocs\20220128_test\monapp/templates, C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\twig-bridge/Resources/views/Form)." at C:\xampp\htdocs\20220128_test\monapp\templates\layout.html.twig line 34 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"inc/focus.html.twig\" (looked into: C:\\xampp\\htdocs\\20220128_test\\monapp/templates, C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\twig-bridge/Resources/views/Form). at C:\\xampp\\htdocs\\20220128_test\\monapp\\templates\\layout.html.twig:34)"} [] [2022-01-30T11:07:00.938330+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:07:00.939087+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:07:00.944732+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:07:00.945382+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:07:00.951190+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:07:00.951564+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:07:00.985303+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:07:00.985678+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:07:00.987246+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:07:00.988667+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:07:00.992402+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:07:01.706068+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb730f"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/bb730f","method":"GET"} [] [2022-01-30T11:13:53.651660+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:13:53.663228+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:13:53.767057+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:13:53.858680+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:53.859502+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:53.865045+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:53.865474+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:13:53.871395+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:53.871878+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:13:53.902603+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:53.902970+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:13:53.904515+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:13:53.905882+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:13:53.911777+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.485504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/.cspace_taille" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/.cspace_taille\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.cspace_taille/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:13:54.488622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:13:54.676872+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:54.679449+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:54.683685+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:54.687081+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:13:54.702278+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.702578+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:13:54.710810+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.711059+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.711200+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:13:54.711314+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:13:54.715636+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.715983+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:13:54.743195+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.743493+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:13:54.745037+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:13:54.746710+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:13:54.747033+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.747319+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:13:54.748765+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:13:54.750028+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:13:54.750898+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:54.753950+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:13:55.134088+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"324562"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/324562","method":"GET"} [] [2022-01-30T11:18:41.667925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/.cspace_taille" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/.cspace_taille\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.cspace_taille/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:18:41.690681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:18:41.955743+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:18:41.959551+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:18:41.986342+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:41.986762+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:18:41.993899+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:41.994311+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:18:42.014884+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:18:42.023865+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:18:42.032679+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:42.033027+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:18:42.035646+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:18:42.039476+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:18:42.048298+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:42.082504+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:42.083393+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:18:42.091263+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:42.091635+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:18:42.136305+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:18:42.136642+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:18:42.138625+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:18:42.140575+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:18:42.146924+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:51.497105+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:19:51.506713+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:19:51.587113+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:19:51.683112+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:19:51.683878+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:19:51.689502+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:51.689906+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:19:51.695396+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:51.695804+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:19:51.724248+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:51.724600+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:19:51.727002+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:19:51.728797+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:19:51.732382+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:52.153456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:19:52.403180+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:19:52.405094+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:19:52.418396+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:52.418715+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:19:52.423963+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:52.424236+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:19:52.450523+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:52.450898+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:19:52.452337+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:19:52.453535+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:19:52.456679+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:19:52.989238+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55b443"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/55b443","method":"GET"} [] [2022-01-30T11:27:48.607794+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:27:48.619997+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:27:48.717611+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:27:48.822012+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:27:48.822834+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:27:48.829108+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:48.829569+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:27:48.834917+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:48.835363+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:27:48.864734+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:48.865095+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:27:48.866599+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:27:48.867970+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:27:48.871985+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:49.416041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/20220128_test/monapp/public/css/bootdtrap-3.4.1-dist/css/bootstrap.min.css" (from "http://localhost/20220128_test/monapp/public/patient/")" at C:\xampp\htdocs\20220128_test\monapp\vendor\symfony\http-kernel\EventListener\RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://localhost/20220128_test/monapp/public/css/bootdtrap-3.4.1-dist/css/bootstrap.min.css\" (from \"http://localhost/20220128_test/monapp/public/patient/\") at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/bootdtrap-3.4.1-dist/css/bootstrap.min.css/\". at C:\\xampp\\htdocs\\20220128_test\\monapp\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:74)"} [] [2022-01-30T11:27:49.648355+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:27:49.650556+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:27:49.664625+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:49.665034+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:27:49.670106+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:49.670493+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:27:49.701563+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:49.701971+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:27:49.703398+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:27:49.704648+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:27:49.708485+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:27:50.208399+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5e576"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/c5e576","method":"GET"} [] [2022-01-30T11:28:33.291801+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:28:33.301053+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:28:33.390701+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:28:33.490549+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:28:33.491480+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:28:33.497204+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:28:33.497655+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:28:33.504129+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:28:33.504503+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:28:33.532609+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:28:33.533010+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:28:33.534469+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:28:33.535707+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:28:33.540519+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:28:34.326596+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39b23a"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/39b23a","method":"GET"} [] [2022-01-30T11:37:13.575603+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-01-30T11:37:13.586679+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-01-30T11:37:13.688690+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-01-30T11:37:13.790063+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:37:13.790832+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-01-30T11:37:13.796582+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:37:13.796908+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-01-30T11:37:13.801366+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:37:13.801895+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-01-30T11:37:13.832883+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:37:13.833260+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-01-30T11:37:13.834786+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-01-30T11:37:13.836736+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-01-30T11:37:13.840780+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-01-30T11:37:14.750703+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d650de"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/d650de","method":"GET"} [] [2022-03-08T17:10:17.364505+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"http://localhost/20220128_test/monapp/public/patient/","method":"GET"} [] [2022-03-08T17:10:17.383902+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-08T17:10:17.592004+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-03-08T17:10:17.770164+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-08T17:10:17.775174+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-08T17:10:17.787730+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-08T17:10:17.788147+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'symfonybd' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-08T17:10:17.795079+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-08T17:10:17.795492+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'symfonybd' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-08T17:10:18.000669+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-08T17:10:18.001034+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'symfonybd' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-08T17:10:18.002718+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-08T17:10:18.005094+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-08T17:10:18.014723+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-08T17:10:18.523667+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"329631"},"request_uri":"http://localhost/20220128_test/monapp/public/_wdt/329631","method":"GET"} [] [2022-03-08T17:20:43.817796+01:00] php.DEBUG: Warning: filemtime(): stat failed for C:\xampp\htdocs\20220128_test\monapp\config\routes\dev\web_profiler.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/config/Resource/FileResource.php","line":61,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2022-03-08T17:20:44.170061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/" (from "https://projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" (from \"https://projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2022-03-08T17:20:46.562782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/" (from "https://projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" (from \"https://projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2022-03-08T17:21:14.231107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-08T17:21:16.594513+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-08T17:21:16.886366+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/f5379c","method":"GET"} [] [2022-03-08T17:21:30.220329+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2022-03-08T17:21:30.228116+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-08T17:22:00.445080+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out" at /home/projetwewv/www/licence00/monapp/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/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-08T17:22:30.636355+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-08T17:23:00.641301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-08T17:23:00.927806+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/effee7","method":"GET"} [] [2022-03-15T17:01:02.107251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/" (from "https://projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" (from \"https://projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2022-03-15T17:01:34.317655+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:26)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/projetwewv/www/licence00/monapp/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:28)"} [] [2022-03-15T17:01:35.193789+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2022-03-15T17:01:35.653040+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2022-03-15T17:01:36.066225+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2022-03-15T17:18:28.641394+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/patient/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"patient_index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient","method":"GET"} [] [2022-03-15T17:18:28.943883+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:18:29.759476+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:29.787465+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:30.028006+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:30.028615+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:18:30.071761+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:30.072479+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:18:30.077358+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:30.077993+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:18:30.078971+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:18:30.089179+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:18:30.171404+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:30.236048+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2022-03-15T17:18:30.253578+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:18:30.988542+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-03-15T17:18:32.238921+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:32.239854+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:32.241906+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:32.242271+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:18:32.243534+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:32.243919+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:18:32.248544+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:32.248862+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:18:32.249470+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:18:32.250741+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:18:32.251925+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:32.582860+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/c9ed78","method":"GET"} [] [2022-03-15T17:18:36.785224+01:00] request.INFO: Matched route "patient_new". {"route":"patient_new","route_parameters":{"_route":"patient_new","_controller":"App\\Controller\\PatientController::new"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/new","method":"GET"} [] [2022-03-15T17:18:36.786279+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:18:39.619595+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:39.620974+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:18:39.623174+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:39.623627+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:18:39.624981+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:39.625531+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:18:39.630771+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:39.631181+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:18:39.631783+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:18:39.632899+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:18:39.634340+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:18:39.764587+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/738192","method":"GET"} [] [2022-03-15T17:19:18.037238+01:00] request.INFO: Matched route "patient_new". {"route":"patient_new","route_parameters":{"_route":"patient_new","_controller":"App\\Controller\\PatientController::new"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/new","method":"POST"} [] [2022-03-15T17:19:18.087482+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:19:19.857346+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-15T17:19:19.921166+01:00] doctrine.DEBUG: INSERT INTO patient (num_ss, nom, prenom, date_naissance, genre) VALUES (?, ?, ?, ?, ?) {"1":"123654789","2":"tutu","3":"patrick","4":"2017-06-02T00:00:00+02:00","5":"F"} [] [2022-03-15T17:19:19.922960+01:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-15T17:19:19.942164+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:19:19.943223+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:19:19.946603+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:19.947220+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:19:19.949448+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:19.949982+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:19:19.954884+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:19.955515+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:19:19.956456+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:19:19.957940+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:19:19.960666+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:19.999745+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2022-03-15T17:19:20.000743+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:19:20.021814+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-03-15T17:19:20.048848+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:19:20.049801+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:19:20.051720+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:20.052350+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:19:20.053579+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:20.054080+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:19:20.059755+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:20.060921+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:19:20.061704+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:19:20.062865+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:19:20.064017+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:19:20.186413+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/b7ea43","method":"GET"} [] [2022-03-15T17:20:34.663334+01:00] request.INFO: Matched route "patient_edit". {"route":"patient_edit","route_parameters":{"_route":"patient_edit","_controller":"App\\Controller\\PatientController::edit","id":"1"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/1/edit","method":"GET"} [] [2022-03-15T17:20:34.691093+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:20:34.757303+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2022-03-15T17:20:35.057298+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:35.058554+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:35.062162+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:35.062708+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:20:35.065015+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:35.065647+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:20:35.071133+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:35.071736+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:20:35.072545+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:20:35.073837+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:20:35.076703+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:35.235125+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/cc3c67","method":"GET"} [] [2022-03-15T17:20:46.724024+01:00] request.INFO: Matched route "patient_edit". {"route":"patient_edit","route_parameters":{"_route":"patient_edit","_controller":"App\\Controller\\PatientController::edit","id":"1"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/1/edit","method":"POST"} [] [2022-03-15T17:20:46.726004+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:20:46.742936+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2022-03-15T17:20:47.014145+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2022-03-15T17:20:47.015360+01:00] doctrine.DEBUG: UPDATE patient SET num_ss = ? WHERE id = ? ["23124562137",1] [] [2022-03-15T17:20:47.016455+01:00] doctrine.DEBUG: "COMMIT" [] [] [2022-03-15T17:20:47.023322+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:47.024168+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:47.026151+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.026595+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:20:47.027746+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.028077+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:20:47.031478+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.031861+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:20:47.032507+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:20:47.033852+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:20:47.035108+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.074385+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2022-03-15T17:20:47.075241+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2022-03-15T17:20:47.091347+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2022-03-15T17:20:47.106248+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:47.107232+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2022-03-15T17:20:47.109416+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.110109+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2022-03-15T17:20:47.111461+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.112119+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2022-03-15T17:20:47.118050+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.118616+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2022-03-15T17:20:47.119425+01:00] 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 = 'doctrine_migration_versions' [] [] [2022-03-15T17:20:47.120934+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2022-03-15T17:20:47.122103+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2022-03-15T17:20:47.265544+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/1ac503","method":"GET"} [] [2023-02-20T03:22:01.878827+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-02-20T03:22:06.020507+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-20T03:22:06.058248+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-20T03:22:06.709143+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-20T03:22:06.711178+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-20T03:22:06.809536+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-20T03:22:06.810354+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-02-20T03:22:06.819375+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-20T03:22:06.820115+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-20T03:22:06.821421+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-02-20T03:22:06.832552+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-20T03:22:07.038709+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-24T17:41:00.534861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-02-24T17:41:02.411220+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-24T17:41:02.433816+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-02-24T17:41:02.642547+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-24T17:41:02.643305+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-02-24T17:41:02.700804+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-24T17:41:02.701534+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-02-24T17:41:02.709747+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-02-24T17:41:02.710338+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-02-24T17:41:02.711631+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-02-24T17:41:02.722740+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-02-24T17:41:02.780286+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-24T09:47:53.924193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-03-24T09:47:55.992246+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-24T09:47:56.040729+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-24T09:47:56.298925+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-24T09:47:56.300033+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-24T09:47:56.352833+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-24T09:47:56.353590+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-03-24T09:47:56.363800+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-24T09:47:56.364344+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-24T09:47:56.365423+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-03-24T09:47:56.378865+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-24T09:47:56.470959+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-29T06:12:26.893873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-03-29T06:12:28.676419+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-29T06:12:28.699182+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-03-29T06:12:28.995122+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-29T06:12:28.995926+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-03-29T06:12:29.034862+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-29T06:12:29.035877+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-03-29T06:12:29.044298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-03-29T06:12:29.045037+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-03-29T06:12:29.046277+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-03-29T06:12:29.057794+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-03-29T06:12:29.139642+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-10T09:11:00.989834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-04-10T09:11:02.790603+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-10T09:11:02.816561+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-10T09:11:03.038278+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-10T09:11:03.038963+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-10T09:11:03.079915+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-10T09:11:03.080583+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-04-10T09:11:03.087533+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-10T09:11:03.088016+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-10T09:11:03.088944+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-04-10T09:11:03.095233+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-10T09:11:03.185510+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-22T17:57:00.242589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-04-22T17:57:01.788381+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-22T17:57:01.820868+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-22T17:57:02.056187+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-22T17:57:02.056906+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-22T17:57:02.080722+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-22T17:57:02.081372+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-04-22T17:57:02.089595+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-22T17:57:02.090097+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-22T17:57:02.091168+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-04-22T17:57:02.106537+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-22T17:57:02.167303+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-27T02:02:06.472806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-04-27T02:02:09.167758+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-27T02:02:09.201733+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-04-27T02:02:09.930038+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-27T02:02:09.931007+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-04-27T02:02:09.977541+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-27T02:02:09.978282+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-04-27T02:02:09.986045+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-04-27T02:02:09.986599+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-04-27T02:02:09.987726+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-04-27T02:02:10.019834+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-04-27T02:02:10.129846+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-10T20:09:54.001987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-05-10T20:09:56.442598+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-10T20:09:56.468072+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-10T20:09:56.702066+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-10T20:09:56.703132+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-10T20:09:56.750581+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-10T20:09:56.751480+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-05-10T20:09:56.758973+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-10T20:09:56.759883+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-10T20:09:56.761196+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-05-10T20:09:56.773806+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-10T20:09:56.849866+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-11T07:47:25.223893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-05-11T07:47:26.952583+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-11T07:47:26.975432+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-11T07:47:27.250537+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-11T07:47:27.251303+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-11T07:47:27.289277+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-11T07:47:27.290245+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-05-11T07:47:27.299991+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-11T07:47:27.300550+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-11T07:47:27.302240+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-05-11T07:47:27.312590+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-11T07:47:27.391169+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-21T09:17:54.031572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-05-21T09:17:55.530459+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-21T09:17:55.559410+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-21T09:17:55.766474+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-21T09:17:55.767568+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-21T09:17:55.804591+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-21T09:17:55.805436+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-05-21T09:17:55.814122+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-21T09:17:55.814887+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-21T09:17:55.816300+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-05-21T09:17:55.828791+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-21T09:17:55.886305+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-26T02:41:51.100109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-05-26T02:41:52.978537+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-26T02:41:53.008715+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-05-26T02:41:53.318209+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-26T02:41:53.318865+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-05-26T02:41:53.367240+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-26T02:41:53.368059+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-05-26T02:41:53.375863+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-05-26T02:41:53.376405+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-05-26T02:41:53.377534+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-05-26T02:41:53.389061+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-05-26T02:41:53.462946+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-07T12:56:59.835155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-06-07T12:57:01.783301+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-07T12:57:01.803402+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-07T12:57:02.050358+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-07T12:57:02.051103+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-07T12:57:02.106746+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-07T12:57:02.107333+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-06-07T12:57:02.111156+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-07T12:57:02.111915+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-07T12:57:02.112649+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-06-07T12:57:02.115543+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-07T12:57:02.185356+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-30T07:57:36.445747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-06-30T07:57:38.116190+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-30T07:57:38.139644+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-06-30T07:57:38.390504+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-30T07:57:38.391456+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-06-30T07:57:38.437921+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-30T07:57:38.438736+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-06-30T07:57:38.452552+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-06-30T07:57:38.453061+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-06-30T07:57:38.454158+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-06-30T07:57:38.459484+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-06-30T07:57:38.503441+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T12:18:21.931706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-07-18T12:18:24.938732+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-18T12:18:24.982864+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-18T12:18:25.548249+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T12:18:25.548893+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-07-18T12:18:25.847759+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T12:18:25.848509+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-07-18T12:18:25.855319+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T12:18:25.855882+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-07-18T12:18:25.856945+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-07-18T12:18:25.928056+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-07-18T12:18:26.279611+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T13:27:08.470229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-07-18T13:27:09.705723+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-18T13:27:09.734798+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-07-18T13:27:09.929205+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T13:27:09.930370+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-07-18T13:27:09.946530+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T13:27:09.947405+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-07-18T13:27:09.957082+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-07-18T13:27:09.957806+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-07-18T13:27:09.959348+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-07-18T13:27:09.967231+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-07-18T13:27:10.034984+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-09T20:29:25.285252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-08-09T20:29:27.069028+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-09T20:29:27.097840+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-09T20:29:27.394001+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-09T20:29:27.394695+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-08-09T20:29:27.438943+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-09T20:29:27.439596+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-08-09T20:29:27.445564+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-09T20:29:27.446150+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-08-09T20:29:27.447093+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-08-09T20:29:27.457403+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-08-09T20:29:27.568486+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-25T07:28:17.913879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-08-25T07:28:19.935983+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-25T07:28:19.970636+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-08-25T07:28:20.184904+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-25T07:28:20.185791+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-08-25T07:28:20.227753+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-25T07:28:20.228311+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-08-25T07:28:20.232037+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-08-25T07:28:20.232460+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-08-25T07:28:20.233275+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-08-25T07:28:20.243902+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-08-25T07:28:20.320612+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-06T15:19:07.484579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-09-06T15:19:09.229841+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-06T15:19:09.257149+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-06T15:19:09.546570+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-06T15:19:09.547549+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-06T15:19:09.580213+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-06T15:19:09.581088+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-09-06T15:19:09.590949+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-06T15:19:09.591789+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-06T15:19:09.592905+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-09-06T15:19:09.648503+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-06T15:19:09.789852+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-20T05:01:06.255881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-09-20T05:01:08.010890+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-20T05:01:08.039785+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-20T05:01:08.298133+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-20T05:01:08.299106+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-20T05:01:08.362537+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-20T05:01:08.363191+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-09-20T05:01:08.370000+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-20T05:01:08.370491+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-20T05:01:08.371507+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-09-20T05:01:08.377945+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-20T05:01:08.466307+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-26T02:30:07.680883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-09-26T02:30:10.270135+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-26T02:30:10.318332+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-09-26T02:30:10.956268+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-26T02:30:10.957024+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-09-26T02:30:11.018814+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-26T02:30:11.019413+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-09-26T02:30:11.022827+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-09-26T02:30:11.023260+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-09-26T02:30:11.023952+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-09-26T02:30:11.036287+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-09-26T02:30:11.197348+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-01T19:17:07.978464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-01T19:17:10.075850+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-01T19:17:10.121157+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-01T19:17:10.985416+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-01T19:17:10.986335+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-01T19:17:11.051865+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-01T19:17:11.052565+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-01T19:17:11.061138+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-01T19:17:11.061816+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-01T19:17:11.062900+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-01T19:17:11.075640+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-01T19:17:11.171561+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-05T23:01:43.105528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-05T23:01:44.875051+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-05T23:01:44.914278+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-05T23:01:45.163471+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-05T23:01:45.164218+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-05T23:01:45.187315+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-05T23:01:45.187961+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-05T23:01:45.197686+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-05T23:01:45.198589+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-05T23:01:45.199796+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-05T23:01:45.210219+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-05T23:01:45.271782+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-11T20:05:01.630404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-11T20:05:03.492413+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-11T20:05:03.511904+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-11T20:05:03.811798+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-11T20:05:03.812444+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-11T20:05:03.856350+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-11T20:05:03.857287+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-11T20:05:03.864191+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-11T20:05:03.864821+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-11T20:05:03.866034+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-11T20:05:03.877038+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-11T20:05:03.961002+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-17T22:31:11.965322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-17T22:31:13.865185+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-17T22:31:13.885320+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-17T22:31:14.107628+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-17T22:31:14.108452+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-17T22:31:14.143410+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-17T22:31:14.144123+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-17T22:31:14.148559+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-17T22:31:14.149134+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-17T22:31:14.149942+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-17T22:31:14.162050+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-17T22:31:14.235490+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:47.775413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:52:47.775413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:52:47.775413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:52:49.995217+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:49.995217+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:49.995217+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:50.021919+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:50.021919+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:50.021920+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:52:50.317726+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.317874+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.318086+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.318456+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:52:50.318526+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:52:50.318862+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:52:50.360676+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.360676+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.360676+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.361618+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:52:50.361658+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:52:50.361736+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:52:50.370844+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.370842+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.370959+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.371779+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:52:50.371778+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:52:50.371777+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:52:50.373153+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:52:50.373226+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:52:50.373298+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:52:50.380895+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:52:50.380895+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:52:50.380895+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:52:50.474675+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.474718+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:52:50.474718+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.183609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:57:08.184016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:57:08.183718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:57:08.183683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:57:08.183684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T05:57:08.316877+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.316877+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.316898+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.316898+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.316917+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.320415+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.320418+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.320616+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.320616+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.320684+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T05:57:08.356075+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.356348+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.356348+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.356360+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.356360+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.356767+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:57:08.356865+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:57:08.356870+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:57:08.357013+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:57:08.357021+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T05:57:08.360684+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.360777+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.360777+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.360783+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.360782+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.361208+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:57:08.361265+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:57:08.361254+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:57:08.361311+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:57:08.361375+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T05:57:08.365170+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.365517+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:57:08.365731+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.366063+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:57:08.366086+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:57:08.366752+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:57:08.367912+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:57:08.368015+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:57:08.369496+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.369519+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.370015+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:57:08.370039+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:57:08.370097+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.370495+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T05:57:08.370968+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:57:08.370976+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:57:08.371046+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T05:57:08.372103+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:57:08.373085+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:57:08.373595+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T05:57:08.375617+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.375679+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.375679+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.375694+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T05:57:08.375697+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T06:16:55.014965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-21T06:16:55.123399+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T06:16:55.126555+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-21T06:16:55.152574+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T06:16:55.153607+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-21T06:16:55.157419+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T06:16:55.158194+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-21T06:16:55.166543+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-21T06:16:55.167248+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-21T06:16:55.168464+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-21T06:16:55.171328+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-21T06:16:55.176797+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T04:29:46.814962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-23T04:29:48.499958+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T04:29:48.539630+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T04:29:48.755019+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T04:29:48.755899+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-23T04:29:48.816363+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T04:29:48.817182+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-23T04:29:48.825336+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T04:29:48.825841+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-23T04:29:48.827032+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-23T04:29:48.836941+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-23T04:29:48.904677+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T21:55:13.474214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-23T21:55:15.051634+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T21:55:15.084000+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T21:55:15.297601+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T21:55:15.298652+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-23T21:55:15.364466+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T21:55:15.365187+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-23T21:55:15.372836+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T21:55:15.373497+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-23T21:55:15.374498+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-23T21:55:15.387816+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-23T21:55:15.452150+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:15:49.836201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-23T22:15:49.996220+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T22:15:49.998818+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T22:15:50.118871+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:15:50.119847+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-23T22:15:50.122866+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:15:50.123622+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-23T22:15:50.131698+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:15:50.132287+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-23T22:15:50.133696+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-23T22:15:50.136107+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-23T22:15:50.140222+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:46:32.099781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-23T22:46:33.616415+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T22:46:33.647335+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T22:46:33.957300+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:46:33.957968+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-23T22:46:33.990396+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:46:33.991296+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-23T22:46:33.999336+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T22:46:34.000210+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-23T22:46:34.001359+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-23T22:46:34.013623+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-23T22:46:34.115149+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T23:12:22.146257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-23T23:12:22.944213+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T23:12:22.974276+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-23T23:12:23.081926+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T23:12:23.082466+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-23T23:12:23.100546+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T23:12:23.101356+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-23T23:12:23.109009+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-23T23:12:23.109620+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-23T23:12:23.110667+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-23T23:12:23.118239+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-23T23:12:23.192418+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-26T21:54:20.043986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-26T21:54:21.835849+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-26T21:54:21.863163+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-26T21:54:22.126363+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-26T21:54:22.127083+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-26T21:54:22.173598+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-26T21:54:22.174381+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-26T21:54:22.182039+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-26T21:54:22.182575+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-26T21:54:22.183750+02:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-26T21:54:22.191362+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-26T21:54:22.289015+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-31T07:20:12.379245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-10-31T07:20:13.998056+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-31T07:20:14.015886+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-10-31T07:20:14.207486+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-31T07:20:14.207983+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-10-31T07:20:14.273337+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-31T07:20:14.273926+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-10-31T07:20:14.277123+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-10-31T07:20:14.277552+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-10-31T07:20:14.278129+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-10-31T07:20:14.284615+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-10-31T07:20:14.326670+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-03T19:34:32.467317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-11-03T19:34:34.423848+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-03T19:34:34.464272+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-03T19:34:34.717672+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-03T19:34:34.718387+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-03T19:34:34.754334+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-03T19:34:34.754866+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-11-03T19:34:34.761195+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-03T19:34:34.761675+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-03T19:34:34.762764+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-11-03T19:34:34.781062+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-03T19:34:34.853063+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-09T13:02:58.203921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-11-09T13:03:00.736238+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-09T13:03:00.784117+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-09T13:03:01.129475+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-09T13:03:01.130315+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-09T13:03:01.185357+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-09T13:03:01.186131+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-11-09T13:03:01.194277+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-09T13:03:01.194875+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-09T13:03:01.195889+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-11-09T13:03:01.209462+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-09T13:03:01.303499+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-23T18:39:27.628758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-11-23T18:39:29.177396+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-23T18:39:29.203265+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-23T18:39:29.535585+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-23T18:39:29.536346+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-23T18:39:29.570731+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-23T18:39:29.571273+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-11-23T18:39:29.580543+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-23T18:39:29.581089+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-23T18:39:29.582410+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-11-23T18:39:29.592525+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-23T18:39:29.671665+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] ] [2023-11-24T08:05:13.578027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-11-24T08:05:15.908669+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-24T08:05:15.921636+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-24T08:05:16.226834+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:05:16.227574+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-24T08:05:16.258283+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:05:16.258915+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-11-24T08:05:16.264433+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:05:16.265042+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-24T08:05:16.265982+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-11-24T08:05:16.275057+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-24T08:05:16.349642+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:10:25.136541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-11-24T08:10:25.240866+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-24T08:10:25.243064+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-11-24T08:10:25.255943+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:10:25.256739+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-11-24T08:10:25.259739+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:10:25.260423+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-11-24T08:10:25.267544+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-11-24T08:10:25.268013+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-11-24T08:10:25.269099+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-11-24T08:10:25.270960+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-11-24T08:10:25.274083+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-10T09:57:20.264690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-10T09:57:21.745844+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-10T09:57:21.770487+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-10T09:57:21.979809+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-10T09:57:21.980631+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-10T09:57:22.033456+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-10T09:57:22.034352+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-10T09:57:22.041868+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-10T09:57:22.042516+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-10T09:57:22.043628+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-10T09:57:22.061714+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-10T09:57:22.110594+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:39.118904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/public/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:41.162997+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:41.200119+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:41.517641+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.518290+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:15:41.585933+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.586577+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:41.591626+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.592130+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licencer/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:39.119394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/public/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:57.297340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/public/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:57.396651+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:57.399182+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:57.422359+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:57.423017+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:15:57.432565+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:57.433329+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:57.439638+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:57.440133+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:57.440987+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:57.443201+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:57.446549+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] EMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:41.586651+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:41.586667+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:41.586826+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:41.594356+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.594942+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:41.595794+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:41.595852+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.595859+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.596324+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:41.596332+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:41.596395+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.596872+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:41.597088+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:41.597148+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:41.597681+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:41.599274+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:41.599298+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:41.599298+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:41.599520+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:41.686434+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.686446+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.686449+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:41.686448+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.070476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "OPTIONS http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/public/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"OPTIONS http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:49.072369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/public/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:15:49.072368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS" (from "http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS\" (from \"http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2023-12-11T16:15:49.101969+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:49.104117+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:49.110151+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:49.111633+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.112106+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:49.112568+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:15:49.114394+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.115107+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:49.119139+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.119964+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:15:49.121972+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.122177+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.122583+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:49.122754+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:49.123779+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:49.125748+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:49.127493+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.129382+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:49.129928+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:49.130838+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:49.132472+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:49.134322+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:51.009624+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:51.011999+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:15:51.020087+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:51.020646+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:15:51.022165+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:51.022754+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:15:51.025566+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:15:51.025944+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:15:51.026575+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:15:51.027813+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:15:51.029987+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:16:21.453093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2023-12-11T16:16:21.531899+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:16:21.534042+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2023-12-11T16:16:21.547207+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:16:21.548051+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2023-12-11T16:16:21.550699+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:16:21.551325+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2023-12-11T16:16:21.561583+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:16:21.562173+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2023-12-11T16:16:21.563099+01:00] 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 = 'doctrine_migration_versions' [] [] [2023-12-11T16:16:21.565239+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2023-12-11T16:16:21.568358+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2023-12-11T16:16:22.479088+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65d51d"},"request_uri":"http://www.projet-web-training.ovh/licence00/monapp/public/_wdt/65d51d","method":"GET"} [] [2024-01-07T08:51:48.973073+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/" (from "https://projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" (from \"https://projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-07T08:51:52.090316+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-07T08:51:52.169865+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-07T08:51:52.630076+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-07T08:51:52.631034+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-07T08:51:52.722559+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-07T08:51:52.723640+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-07T08:51:52.732902+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-07T08:51:52.733608+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-07T08:51:52.735018+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-07T08:51:52.745337+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-07T08:51:52.903380+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T03:40:00.966779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-09T03:40:03.576814+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T03:40:03.631760+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T03:40:04.308546+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T03:40:04.309259+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-09T03:40:04.410469+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T03:40:04.411255+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-09T03:40:04.418596+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T03:40:04.419152+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-09T03:40:04.420025+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-09T03:40:04.438302+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-09T03:40:04.634208+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T10:13:27.707054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-09T10:13:29.971878+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T10:13:30.000044+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T10:13:30.322390+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T10:13:30.323404+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-09T10:13:30.405315+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T10:13:30.406481+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-09T10:13:30.414385+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T10:13:30.415429+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-09T10:13:30.416923+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-09T10:13:30.437697+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-09T10:13:30.522643+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T15:43:57.021433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-09T15:43:58.878093+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T15:43:58.902075+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-09T15:43:59.137998+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T15:43:59.138935+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-09T15:43:59.162999+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T15:43:59.164450+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-09T15:43:59.174124+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-09T15:43:59.175000+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-09T15:43:59.176321+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-09T15:43:59.192917+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-09T15:43:59.244694+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-16T09:37:41.958118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-16T09:37:44.117976+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-16T09:37:44.147986+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-16T09:37:44.441711+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-16T09:37:44.442491+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-16T09:37:44.481355+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-16T09:37:44.481861+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-16T09:37:44.485117+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-16T09:37:44.485466+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-16T09:37:44.486078+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-16T09:37:44.496561+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-16T09:37:44.589950+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-25T00:28:15.479856+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-25T00:28:17.796800+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-25T00:28:17.841500+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-25T00:28:18.345066+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-25T00:28:18.345986+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-25T00:28:18.400652+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-25T00:28:18.401606+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-25T00:28:18.407721+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-25T00:28:18.408234+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-25T00:28:18.409139+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-25T00:28:18.418730+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-25T00:28:18.658425+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-26T16:41:36.606537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-01-26T16:41:38.872322+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-26T16:41:38.909129+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-26T16:41:39.497578+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-26T16:41:39.498668+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-26T16:41:39.535956+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-26T16:41:39.536726+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-26T16:41:39.541565+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-26T16:41:39.542160+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-26T16:41:39.543041+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-26T16:41:39.561944+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-26T16:41:39.631591+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:27.707463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-01-30T04:20:27.707418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-01-30T04:20:27.707418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-01-30T04:20:27.707419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-01-30T04:20:33.023779+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.023779+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.023779+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.023779+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.045051+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.045229+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.045224+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.045264+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-01-30T04:20:33.608082+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.608158+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.608347+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.609040+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-30T04:20:33.609212+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-30T04:20:33.609608+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-30T04:20:33.609589+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.610351+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-01-30T04:20:33.629627+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.629627+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.629629+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.629799+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.630651+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-30T04:20:33.630682+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-30T04:20:33.630849+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-30T04:20:33.630899+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-01-30T04:20:33.637459+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.638012+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-30T04:20:33.638727+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-30T04:20:33.639322+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.639930+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-30T04:20:33.640873+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-30T04:20:33.641031+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.641056+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.641568+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-30T04:20:33.641600+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-01-30T04:20:33.642343+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-30T04:20:33.642401+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-01-30T04:20:33.645782+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-30T04:20:33.645785+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-30T04:20:33.645849+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-30T04:20:33.647167+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-01-30T04:20:33.769016+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.769016+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.769016+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-01-30T04:20:33.769381+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-09T22:41:53.148443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-09T22:41:54.854547+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-09T22:41:54.893606+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-09T22:41:55.098759+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-09T22:41:55.099511+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-09T22:41:55.134444+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-09T22:41:55.135207+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-09T22:41:55.145142+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-09T22:41:55.145857+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-09T22:41:55.147301+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-09T22:41:55.162226+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-09T22:41:55.247893+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-16T08:09:04.358615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-16T08:09:06.144069+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-16T08:09:06.168086+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-16T08:09:06.376671+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-16T08:09:06.377542+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-16T08:09:06.423025+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-16T08:09:06.423806+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-16T08:09:06.428615+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-16T08:09:06.429233+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-16T08:09:06.430392+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-16T08:09:06.464008+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-16T08:09:06.513871+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T06:47:44.696251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-20T06:47:46.741520+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T06:47:46.764899+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T06:47:47.045849+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T06:47:47.046585+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-20T06:47:47.091131+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T06:47:47.091932+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-20T06:47:47.100949+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T06:47:47.101698+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-20T06:47:47.102863+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-20T06:47:47.109382+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-20T06:47:47.202942+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T07:03:48.659847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-20T07:03:48.975862+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T07:03:48.978623+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T07:03:49.012079+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T07:03:49.012817+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-20T07:03:49.030628+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T07:03:49.031443+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-20T07:03:49.039983+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T07:03:49.040622+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-20T07:03:49.042035+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-20T07:03:49.045029+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-20T07:03:49.048327+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:24:18.928229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-20T11:24:19.614844+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T11:24:19.617125+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T11:24:19.735089+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:24:19.735784+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-20T11:24:19.758808+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:24:19.759638+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-20T11:24:19.764388+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:24:19.764780+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-20T11:24:19.765613+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-20T11:24:19.767129+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-20T11:24:19.793598+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:43:33.329044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-20T11:43:33.791667+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T11:43:33.795472+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-20T11:43:33.865398+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:43:33.866194+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-20T11:43:33.876603+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:43:33.877412+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-20T11:43:33.882538+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-20T11:43:33.883043+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-20T11:43:33.883828+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-20T11:43:33.885384+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-20T11:43:33.896981+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-27T04:35:01.339056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-02-27T04:35:03.440357+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-27T04:35:03.481467+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-02-27T04:35:03.862838+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-27T04:35:03.863840+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-02-27T04:35:03.903662+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-27T04:35:03.904809+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-02-27T04:35:03.913065+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-02-27T04:35:03.913801+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-02-27T04:35:03.915425+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-02-27T04:35:03.919308+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-02-27T04:35:04.011371+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-07T11:32:24.039094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-03-07T11:32:25.895159+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-03-07T11:32:25.911556+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-03-07T11:32:26.300387+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-07T11:32:26.302625+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-03-07T11:32:26.350316+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-07T11:32:26.352344+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-03-07T11:32:26.362747+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-07T11:32:26.365402+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-03-07T11:32:26.368599+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-03-07T11:32:26.379265+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-03-07T11:32:26.514939+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-26T22:25:02.765152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-03-26T22:25:04.376038+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-03-26T22:25:04.406246+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-03-26T22:25:04.641722+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-26T22:25:04.642597+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-03-26T22:25:04.673338+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-26T22:25:04.674049+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-03-26T22:25:04.677491+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-03-26T22:25:04.678006+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-03-26T22:25:04.678720+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-03-26T22:25:04.687287+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-03-26T22:25:04.778539+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:48.228496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-01T20:17:48.229724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-01T20:17:48.229862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-01T20:17:50.191343+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.191343+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.191340+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.216948+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.217090+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.217093+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:17:50.522398+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.522398+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.522451+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.525007+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-01T20:17:50.525014+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-01T20:17:50.525071+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-01T20:17:50.560449+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.560449+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.560478+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.562339+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-01T20:17:50.562346+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-01T20:17:50.562369+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-01T20:17:50.573705+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.573705+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.573713+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.575891+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.575891+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.576061+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.578197+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.578197+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.578318+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.582197+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.582198+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.582237+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.661664+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.661680+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.661680+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] trine.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 = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.553764+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.554513+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.554808+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.555155+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.555385+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:17:50.556123+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.556443+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:17:50.560881+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.560917+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.560925+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.560948+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:17:50.662844+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.662854+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.662854+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:17:50.662858+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:21:09.679936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-01T20:21:09.822783+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:21:09.825450+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-01T20:21:09.839395+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:21:09.840221+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-01T20:21:09.843195+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:21:09.843894+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-01T20:21:09.851874+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-01T20:21:09.852576+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-01T20:21:09.853480+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-01T20:21:09.855773+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-01T20:21:09.866861+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-13T02:52:14.515607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-13T02:52:17.183492+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-13T02:52:17.230889+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-13T02:52:17.539253+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-13T02:52:17.540275+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-13T02:52:17.639506+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-13T02:52:17.640273+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-13T02:52:17.644948+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-13T02:52:17.645508+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-13T02:52:17.646321+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-13T02:52:17.654429+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-13T02:52:17.772312+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-20T21:40:13.425946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-20T21:40:14.643541+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-20T21:40:14.673770+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-20T21:40:14.776508+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-20T21:40:14.777082+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-20T21:40:14.787532+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-20T21:40:14.788064+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-20T21:40:14.792489+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-20T21:40:14.792951+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-20T21:40:14.793715+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-20T21:40:14.822272+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-20T21:40:14.884558+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-22T20:22:58.389317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/" (from "http://www.projet-web-training.ovh/licence00/monapp/")" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" (from \"http://www.projet-web-training.ovh/licence00/monapp/\") at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-22T20:23:00.050083+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-22T20:23:00.081313+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-22T20:23:00.337640+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-22T20:23:00.338595+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-22T20:23:00.361137+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-22T20:23:00.361920+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-22T20:23:00.369293+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-22T20:23:00.369751+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-22T20:23:00.370719+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-22T20:23:00.377665+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-22T20:23:00.454237+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-27T10:41:26.641590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-27T10:41:28.610902+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-27T10:41:28.638873+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-27T10:41:28.866534+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-27T10:41:28.867436+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-27T10:41:28.911195+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-27T10:41:28.912972+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-27T10:41:28.924831+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-27T10:41:28.925580+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-27T10:41:28.931367+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-27T10:41:28.947047+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-27T10:41:29.024804+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T07:12:02.635256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-29T07:12:04.557249+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-29T07:12:04.602896+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-29T07:12:04.796941+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T07:12:04.797618+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-29T07:12:04.832534+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T07:12:04.833091+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-29T07:12:04.835647+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T07:12:04.836041+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-29T07:12:04.838225+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-29T07:12:04.857496+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-29T07:12:04.921508+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T16:11:21.372610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-04-29T16:11:23.939729+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-29T16:11:23.973995+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-04-29T16:11:24.348298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T16:11:24.349143+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-04-29T16:11:24.384878+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T16:11:24.385444+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-04-29T16:11:24.387740+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-04-29T16:11:24.388174+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-04-29T16:11:24.390977+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-04-29T16:11:24.403004+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-04-29T16:11:24.479794+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-08T13:46:40.083250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-08T13:46:42.321688+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-08T13:46:42.345479+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-08T13:46:42.631716+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-08T13:46:42.632934+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-08T13:46:42.684102+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-08T13:46:42.685061+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-08T13:46:42.690377+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-08T13:46:42.691156+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-08T13:46:42.697962+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-08T13:46:42.705259+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-08T13:46:42.792486+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T01:35:31.279935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-14T01:35:33.907840+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T01:35:33.966551+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T01:35:34.419405+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T01:35:34.419959+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-14T01:35:34.491032+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T01:35:34.492196+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-14T01:35:34.501203+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T01:35:34.501730+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-14T01:35:34.508250+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-14T01:35:34.526246+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-14T01:35:34.617203+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:10:30.978309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-14T02:10:32.951292+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T02:10:32.975730+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T02:10:33.263700+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:10:33.264685+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-14T02:10:33.298127+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:10:33.299176+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-14T02:10:33.306401+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:10:33.307502+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-14T02:10:33.310823+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-14T02:10:33.325653+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-14T02:10:33.382739+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:45:20.385893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-14T02:45:21.288108+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T02:45:21.310254+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T02:45:21.451100+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:45:21.452108+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-14T02:45:21.488815+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:45:21.489557+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-14T02:45:21.492613+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T02:45:21.493193+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-14T02:45:21.496414+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-14T02:45:21.508081+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-14T02:45:21.556509+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T15:44:04.855695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-14T15:44:06.525475+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T15:44:06.553590+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-14T15:44:06.762174+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T15:44:06.762935+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-14T15:44:06.797450+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T15:44:06.798092+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-14T15:44:06.802290+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-14T15:44:06.803046+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-14T15:44:06.810355+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-14T15:44:06.819054+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-14T15:44:06.857915+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:00.178015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-15T06:43:01.769108+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-15T06:43:01.791008+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-15T06:43:02.048976+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:02.049958+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-15T06:43:02.117421+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:02.118298+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-15T06:43:02.123735+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:02.124573+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-15T06:43:02.129634+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-15T06:43:02.141368+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-15T06:43:02.190352+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:13.253270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-15T06:43:14.374168+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-15T06:43:14.399819+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-15T06:43:14.562332+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:14.563326+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-15T06:43:14.592854+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:14.593985+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-15T06:43:14.598797+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-15T06:43:14.599603+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-15T06:43:14.603756+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-15T06:43:14.616877+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-15T06:43:14.666078+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T13:58:20.848249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-19T13:58:22.423306+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T13:58:22.454933+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T13:58:22.698576+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T13:58:22.699644+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-19T13:58:22.726542+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T13:58:22.727567+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-19T13:58:22.733492+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T13:58:22.734423+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-19T13:58:22.741453+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-19T13:58:22.762122+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-19T13:58:22.821051+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T14:17:37.286856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-19T14:17:37.575761+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T14:17:37.582625+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T14:17:37.640111+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T14:17:37.641084+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-19T14:17:37.658806+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T14:17:37.659761+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-19T14:17:37.665033+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T14:17:37.665733+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-19T14:17:37.669729+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-19T14:17:37.673794+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-19T14:17:37.684647+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T15:01:50.435763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-19T15:01:51.223897+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T15:01:51.240593+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-19T15:01:51.360890+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T15:01:51.362000+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-19T15:01:51.384949+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T15:01:51.385948+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-19T15:01:51.391550+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-19T15:01:51.392397+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-19T15:01:51.397735+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-19T15:01:51.407815+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-19T15:01:51.447636+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-22T08:46:52.326036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-05-22T08:46:54.647967+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-22T08:46:54.685242+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-05-22T08:46:54.993227+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-22T08:46:54.994334+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-05-22T08:46:55.020511+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-22T08:46:55.021568+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-05-22T08:46:55.027128+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-05-22T08:46:55.027909+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-05-22T08:46:55.032332+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-05-22T08:46:55.046877+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-05-22T08:46:55.112280+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-05T23:34:15.492229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-05T23:34:17.129205+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-05T23:34:17.151467+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-05T23:34:17.417496+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-05T23:34:17.418140+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-05T23:34:17.446209+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-05T23:34:17.447152+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-05T23:34:17.457680+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-05T23:34:17.458476+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-05T23:34:17.465433+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-05T23:34:17.472557+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-05T23:34:17.555838+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-06T03:18:28.381146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-06T03:18:31.297151+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-06T03:18:31.420339+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-06T03:18:31.923784+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-06T03:18:31.924515+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-06T03:18:31.976033+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-06T03:18:31.976958+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-06T03:18:31.982513+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-06T03:18:31.983465+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-06T03:18:31.988648+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-06T03:18:32.003351+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-06T03:18:32.095285+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:31:18.844836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-07T00:31:22.448458+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-07T00:31:22.495716+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-07T00:31:23.093174+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:31:23.094318+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-07T00:31:23.181564+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:31:23.182705+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-07T00:31:23.190090+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:31:23.191266+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-07T00:31:23.197666+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-07T00:31:23.216292+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-07T00:31:23.399845+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:38:05.961961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-07T00:38:06.512928+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-07T00:38:06.518680+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-07T00:38:06.583374+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:38:06.584381+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-07T00:38:06.620489+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:38:06.621497+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-07T00:38:06.626435+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-07T00:38:06.627240+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-07T00:38:06.631470+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-07T00:38:06.636040+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-07T00:38:06.653094+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-15T13:24:32.419185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-15T13:24:33.720180+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-15T13:24:33.741135+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-15T13:24:34.275920+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-15T13:24:34.277123+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-15T13:24:34.310326+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-15T13:24:34.311376+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-15T13:24:34.315577+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-15T13:24:34.316480+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-15T13:24:34.322470+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-15T13:24:34.332520+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-15T13:24:34.386246+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T02:57:22.018530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-17T02:57:25.826827+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-17T02:57:25.885702+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-17T02:57:26.252774+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T02:57:26.253646+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-17T02:57:26.299172+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T02:57:26.299839+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-17T02:57:26.303582+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T02:57:26.304067+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-17T02:57:26.307174+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-17T02:57:26.324119+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-17T02:57:26.422802+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T16:25:27.076761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-17T16:25:29.228902+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-17T16:25:29.262512+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-17T16:25:29.558482+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T16:25:29.559457+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-17T16:25:29.618605+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T16:25:29.619556+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-17T16:25:29.624859+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-17T16:25:29.625488+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-17T16:25:29.631439+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-17T16:25:29.648659+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-17T16:25:29.735583+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:57.235024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:04:57.235497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:04:57.235497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:04:58.730566+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:58.730599+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:58.730599+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:58.751648+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:58.751863+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:58.751863+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:04:59.000282+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.000285+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.000282+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.001259+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:04:59.001292+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:04:59.001295+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:04:59.043697+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.043784+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.043784+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.044625+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:04:59.044982+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:04:59.044982+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:04:59.050072+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.050234+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.050369+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.050959+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:04:59.050968+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:04:59.051015+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:04:59.055985+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:04:59.056320+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:04:59.056322+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:04:59.065377+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:04:59.065464+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:04:59.065465+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:04:59.136217+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.136215+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:04:59.136329+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:08:47.116248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:08:47.180996+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:08:47.186526+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:08:47.203693+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:08:47.204397+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:08:47.208716+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:08:47.209254+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:08:47.212448+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:08:47.212979+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:08:47.215951+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:08:47.219309+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:08:47.223120+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:52.933480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:38:52.933476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:38:54.785229+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:38:54.785229+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:38:54.844164+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:38:54.844164+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:38:55.175791+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.175800+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.176644+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:38:55.176785+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:38:55.211298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.211392+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.211981+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:38:55.212194+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:38:55.214044+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.214578+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:38:55.216180+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:38:55.217820+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.218442+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:38:55.222122+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:38:55.222284+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:38:55.227182+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:38:55.283895+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:38:55.283895+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.475374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:41:40.555802+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:41:40.562297+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:41:40.584229+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.585270+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:41:40.591416+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.592248+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:41:40.597231+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.596320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-21T16:41:40.598276+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:41:40.601895+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:41:40.610149+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:41:40.614364+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.634383+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:41:40.638244+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-21T16:41:40.649598+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.650322+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-21T16:41:40.653310+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.653906+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-21T16:41:40.656504+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-21T16:41:40.656994+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-21T16:41:40.658873+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-21T16:41:40.661407+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-21T16:41:40.663759+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:08.778643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-23T02:52:11.233764+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:11.280165+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:11.768890+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:11.769854+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-23T02:52:11.832329+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:11.832949+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-23T02:52:11.834959+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:11.835380+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-23T02:52:11.836971+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-23T02:52:11.859113+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-23T02:52:12.008269+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:31.537783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-23T02:52:31.711559+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:31.715775+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:31.747501+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:31.748510+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-23T02:52:31.753613+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:31.754299+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-23T02:52:31.757518+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:31.758175+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-23T02:52:31.760503+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-23T02:52:31.764479+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-23T02:52:31.776143+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:40.657701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-23T02:52:40.694538+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:40.697742+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:40.706378+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:40.706949+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-23T02:52:40.709664+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:40.710276+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-23T02:52:40.712647+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:40.713131+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-23T02:52:40.714650+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-23T02:52:40.716606+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-23T02:52:40.718729+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:52.583400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-23T02:52:52.723910+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:52.730546+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T02:52:52.754970+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:52.755646+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-23T02:52:52.758842+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:52.759388+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-23T02:52:52.761517+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T02:52:52.762019+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-23T02:52:52.763561+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-23T02:52:52.766548+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-23T02:52:52.790777+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T18:28:41.766892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-23T18:28:43.268852+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T18:28:43.295632+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-23T18:28:43.475613+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T18:28:43.476296+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-23T18:28:43.501023+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T18:28:43.501734+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-23T18:28:43.505196+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-23T18:28:43.505847+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-23T18:28:43.508196+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-23T18:28:43.513735+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-23T18:28:43.595155+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-29T08:50:22.527834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-06-29T08:50:24.065518+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-29T08:50:24.097684+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-06-29T08:50:24.312513+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-29T08:50:24.313349+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-06-29T08:50:24.346312+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-29T08:50:24.347018+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-06-29T08:50:24.350214+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-06-29T08:50:24.350864+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-06-29T08:50:24.353084+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-06-29T08:50:24.366353+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-06-29T08:50:24.430929+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-10T14:09:46.461757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-10T14:09:47.895149+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-10T14:09:47.927306+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-10T14:09:48.144544+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-10T14:09:48.145448+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-10T14:09:48.190573+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-10T14:09:48.191675+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-10T14:09:48.196934+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-10T14:09:48.197683+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-10T14:09:48.203143+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-10T14:09:48.216204+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-10T14:09:48.301446+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-20T19:17:46.259666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-20T19:17:47.670500+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-20T19:17:47.695470+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-20T19:17:48.063700+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-20T19:17:48.064462+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-20T19:17:48.262298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-20T19:17:48.263385+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-20T19:17:48.268365+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-20T19:17:48.269005+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-20T19:17:48.278264+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-20T19:17:48.289160+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-20T19:17:48.393239+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-22T02:34:40.304339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-22T02:34:43.045733+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-22T02:34:43.088375+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-22T02:34:43.478419+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-22T02:34:43.479732+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-22T02:34:43.529693+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-22T02:34:43.530834+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-22T02:34:43.533847+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-22T02:34:43.534522+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-22T02:34:43.536766+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-22T02:34:43.551405+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-22T02:34:43.685043+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T02:29:39.816343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-23T02:29:42.861313+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-23T02:29:42.891955+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-23T02:29:43.269039+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T02:29:43.269780+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-23T02:29:43.338605+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T02:29:43.339610+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-23T02:29:43.345811+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T02:29:43.346902+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-23T02:29:43.350853+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-23T02:29:43.371808+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-23T02:29:43.554150+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T05:59:52.738263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-23T05:59:55.323762+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-23T05:59:55.356040+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-23T05:59:55.605524+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T05:59:55.606567+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-23T05:59:55.645199+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T05:59:55.646135+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-23T05:59:55.650593+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-23T05:59:55.651300+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-23T05:59:55.654958+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-23T05:59:55.676811+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-23T05:59:55.814427+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:29:35.360580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-27T20:29:36.795767+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-27T20:29:36.817722+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-27T20:29:37.078636+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:29:37.079451+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-27T20:29:37.123564+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:29:37.124420+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-27T20:29:37.130421+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:29:37.131162+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-27T20:29:37.138049+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-27T20:29:37.148688+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-27T20:29:37.248487+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:35:51.415262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-07-27T20:35:51.568204+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-27T20:35:51.582267+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-07-27T20:35:51.622011+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:35:51.623203+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-07-27T20:35:51.629781+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:35:51.630885+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-07-27T20:35:51.635528+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-07-27T20:35:51.636308+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-07-27T20:35:51.639970+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-07-27T20:35:51.644627+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-07-27T20:35:51.652441+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-03T09:39:08.184076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-03T09:39:10.140502+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-03T09:39:10.159876+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-03T09:39:10.410640+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-03T09:39:10.411672+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-03T09:39:10.472530+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-03T09:39:10.473782+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-03T09:39:10.478971+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-03T09:39:10.479853+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-03T09:39:10.484315+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-03T09:39:10.497768+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-03T09:39:10.611466+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T20:44:29.089229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-06T20:44:30.492672+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-06T20:44:30.527240+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-06T20:44:30.671245+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T20:44:30.672035+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-06T20:44:30.695345+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T20:44:30.696292+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-06T20:44:30.700397+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T20:44:30.701172+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-06T20:44:30.707865+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-06T20:44:30.719536+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-06T20:44:30.807789+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T21:20:51.437128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-06T21:20:52.959086+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-06T21:20:52.984830+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-06T21:20:53.097469+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T21:20:53.098460+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-06T21:20:53.116969+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T21:20:53.117891+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-06T21:20:53.122850+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-06T21:20:53.123652+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-06T21:20:53.127026+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-06T21:20:53.142499+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-06T21:20:53.213620+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T06:53:00.252364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-26T06:53:02.183806+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-26T06:53:02.207007+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-26T06:53:02.394472+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T06:53:02.395553+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-26T06:53:02.423837+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T06:53:02.424785+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-26T06:53:02.430057+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T06:53:02.430943+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-26T06:53:02.437202+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-26T06:53:02.448846+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-26T06:53:02.520511+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T20:24:57.495613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-26T20:24:58.898502+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-26T20:24:58.922381+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-26T20:24:59.135050+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T20:24:59.136073+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-26T20:24:59.177176+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T20:24:59.179182+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-26T20:24:59.186871+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-26T20:24:59.187597+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-26T20:24:59.194420+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-26T20:24:59.208475+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-26T20:24:59.287851+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-27T18:55:37.561905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-27T18:55:39.885843+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-27T18:55:39.923936+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-27T18:55:40.087667+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-27T18:55:40.088832+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-27T18:55:40.124516+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-27T18:55:40.125437+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-27T18:55:40.130396+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-27T18:55:40.131053+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-27T18:55:40.137856+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-27T18:55:40.150850+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-27T18:55:40.255815+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-28T19:16:48.025401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-08-28T19:16:49.701089+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-28T19:16:49.718137+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-08-28T19:16:49.907454+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-28T19:16:49.908812+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-08-28T19:16:49.941955+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-28T19:16:49.943251+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-08-28T19:16:49.948676+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-08-28T19:16:49.949477+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-08-28T19:16:49.954908+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-08-28T19:16:49.963340+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-08-28T19:16:50.027317+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:50.402484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-01T06:11:50.402974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-01T06:11:50.403098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-01T06:11:52.734554+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:52.734579+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:52.734592+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:52.791908+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:52.791911+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:52.792083+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-01T06:11:53.175931+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.176234+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.176234+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.176935+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-01T06:11:53.177164+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-01T06:11:53.177170+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-01T06:11:53.321659+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.321733+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.321733+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.323062+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-01T06:11:53.323066+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-01T06:11:53.323066+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-01T06:11:53.326943+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.326948+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.326958+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.328611+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-01T06:11:53.328617+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-01T06:11:53.328617+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-01T06:11:53.331430+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-01T06:11:53.331429+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-01T06:11:53.331986+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-01T06:11:53.342952+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-01T06:11:53.342989+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-01T06:11:53.342989+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-01T06:11:53.475156+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.475160+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-01T06:11:53.475254+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-08T13:45:37.824560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-08T13:45:39.177213+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-08T13:45:39.197040+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-08T13:45:39.359297+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-08T13:45:39.360223+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-08T13:45:39.411625+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-08T13:45:39.412753+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-08T13:45:39.419156+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-08T13:45:39.419943+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-08T13:45:39.425389+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-08T13:45:39.438193+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-08T13:45:39.496545+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-09T19:11:40.207413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-09T19:11:41.928603+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-09T19:11:41.956964+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-09T19:11:42.133930+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-09T19:11:42.134825+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-09T19:11:42.166873+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-09T19:11:42.167649+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-09T19:11:42.170894+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-09T19:11:42.171586+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-09T19:11:42.175351+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-09T19:11:42.187275+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-09T19:11:42.261048+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-10T20:07:09.220611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-10T20:07:11.635419+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-10T20:07:11.664305+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-10T20:07:11.880773+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-10T20:07:11.884262+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-10T20:07:11.930165+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-10T20:07:11.931205+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-10T20:07:11.940716+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-10T20:07:11.943811+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-10T20:07:11.952092+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-10T20:07:11.976150+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-10T20:07:12.122983+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:06.885937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-09-21T04:29:06.885729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-09-21T04:29:06.885991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-09-21T04:29:06.885945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-09-21T04:29:14.706338+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.706343+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.706343+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.706367+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.751981+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.751981+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.752231+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:14.752242+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-21T04:29:15.734179+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:15.734298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:15.734298+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:15.734501+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:15.735083+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-21T04:29:15.735099+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-21T04:29:15.735099+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-21T04:29:15.735252+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-21T04:29:16.142787+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.142869+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.142869+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.142918+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.143592+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-21T04:29:16.143885+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-21T04:29:16.143979+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-21T04:29:16.144020+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-21T04:29:16.147166+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.147503+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.147972+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-21T04:29:16.148148+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-21T04:29:16.149003+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.149101+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.150010+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-21T04:29:16.150055+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-21T04:29:16.150143+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-21T04:29:16.150262+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-21T04:29:16.153620+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-21T04:29:16.155172+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-21T04:29:16.165937+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-21T04:29:16.165968+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-21T04:29:16.165968+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-21T04:29:16.165971+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-21T04:29:16.348834+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.348852+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.348852+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-21T04:29:16.348857+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:30:16.175304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-28T06:30:18.494027+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-28T06:30:18.528068+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-28T06:30:18.765213+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:30:18.766204+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-28T06:30:18.842460+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:30:18.843395+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-28T06:30:18.846290+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:30:18.846940+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-28T06:30:18.849161+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-28T06:30:18.864150+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-28T06:30:18.964638+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:35:40.959727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-09-28T06:35:42.610245+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-28T06:35:42.652081+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-09-28T06:35:42.850305+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:35:42.851276+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-09-28T06:35:42.908596+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:35:42.910763+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-09-28T06:35:42.916106+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-09-28T06:35:42.916964+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-09-28T06:35:42.920817+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-09-28T06:35:42.931896+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-09-28T06:35:43.050268+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-02T02:33:27.004889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-02T02:33:29.574001+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-02T02:33:29.632618+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-02T02:33:30.573561+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-02T02:33:30.574615+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-02T02:33:30.632133+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-02T02:33:30.633063+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-02T02:33:30.638706+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-02T02:33:30.639527+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-02T02:33:30.644226+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-02T02:33:30.651968+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-02T02:33:30.736659+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-15T03:34:46.035695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-15T03:34:50.485068+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-15T03:34:50.526710+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-15T03:34:51.013841+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-15T03:34:51.014692+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-15T03:34:51.130575+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-15T03:34:51.131406+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-15T03:34:51.136525+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-15T03:34:51.137401+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-15T03:34:51.140648+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-15T03:34:51.165206+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-15T03:34:51.548401+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-18T05:03:19.111533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-18T05:03:21.742194+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-18T05:03:21.790014+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-18T05:03:22.560617+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-18T05:03:22.561890+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-18T05:03:22.798145+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-18T05:03:22.799393+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-18T05:03:22.804845+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-18T05:03:22.805724+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-18T05:03:22.810394+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-18T05:03:22.842074+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-18T05:03:23.016374+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T15:00:48.678247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-25T15:00:50.366923+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-25T15:00:50.383297+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-25T15:00:50.537331+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T15:00:50.538422+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-25T15:00:50.570818+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T15:00:50.571652+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-25T15:00:50.575720+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T15:00:50.576370+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-25T15:00:50.579322+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-25T15:00:50.600458+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-25T15:00:50.696132+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T16:56:10.500655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-25T16:56:11.498939+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-25T16:56:11.522763+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-25T16:56:11.701857+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T16:56:11.702809+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-25T16:56:11.714110+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T16:56:11.715020+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-25T16:56:11.719110+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-25T16:56:11.719753+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-25T16:56:11.722619+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-25T16:56:11.730440+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-25T16:56:11.792520+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T06:20:33.159711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-26T06:20:35.404147+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-26T06:20:35.438438+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-26T06:20:35.683190+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T06:20:35.684192+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-26T06:20:35.742936+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T06:20:35.743885+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-26T06:20:35.746907+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T06:20:35.747640+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-26T06:20:35.751175+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-26T06:20:35.764991+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-26T06:20:35.875352+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T10:56:59.025689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-10-26T10:57:00.323028+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-26T10:57:00.373979+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-10-26T10:57:00.564044+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T10:57:00.565410+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-10-26T10:57:00.590063+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T10:57:00.591045+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-10-26T10:57:00.596166+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-10-26T10:57:00.597029+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-10-26T10:57:00.600805+02:00] 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 = 'doctrine_migration_versions' [] [] [2024-10-26T10:57:00.614201+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-10-26T10:57:00.726407+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-03T14:35:52.085739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-03T14:35:53.993896+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-03T14:35:54.041496+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-03T14:35:54.365895+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-03T14:35:54.366792+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-03T14:35:54.464750+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-03T14:35:54.465864+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-03T14:35:54.471688+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-03T14:35:54.472723+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-03T14:35:54.479383+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-03T14:35:54.541067+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-03T14:35:54.628096+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-04T20:53:49.575668+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-04T20:53:51.186028+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-04T20:53:51.220410+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-04T20:53:51.416976+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-04T20:53:51.418277+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-04T20:53:51.451620+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-04T20:53:51.452863+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-04T20:53:51.460287+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-04T20:53:51.461432+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-04T20:53:51.467798+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-04T20:53:51.478282+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-04T20:53:51.543125+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-08T01:29:55.834815+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T01:29:58.779881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-08T01:30:02.175768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-08T01:30:02.878469+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-08T01:30:02.936209+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-08T01:30:03.637031+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-08T01:30:03.637776+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-08T01:30:03.814099+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-08T01:30:03.814991+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-08T01:30:03.818298+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-08T01:30:03.818904+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-08T01:30:03.821355+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-08T01:30:03.910466+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-08T01:30:04.124429+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-08T01:30:04.985138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-10T21:13:13.184060+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:13:13.922418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-10T21:13:14.914654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-10T21:13:15.164471+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T21:13:15.193721+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T21:13:15.429514+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T21:13:15.430778+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-10T21:13:15.464339+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T21:13:15.465318+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-10T21:13:15.472137+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T21:13:15.472867+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-10T21:13:15.476391+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-10T21:13:15.486300+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-10T21:13:15.578948+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:34:10.190203+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T22:34:10.661268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-10T22:34:11.212516+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-10T22:34:11.349154+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T22:34:11.383168+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T22:34:11.534882+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:34:11.535785+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-10T22:34:11.564481+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:34:11.565668+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-10T22:34:11.570864+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:34:11.571689+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-10T22:34:11.576467+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-10T22:34:11.581150+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-10T22:34:11.618252+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:49:03.163404+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T22:49:03.232330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-10T22:49:03.291691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-10T22:49:03.320307+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T22:49:03.327429+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-10T22:49:03.351508+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:49:03.352397+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-10T22:49:03.358970+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:49:03.359909+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-10T22:49:03.365107+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-10T22:49:03.365969+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-10T22:49:03.369862+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-10T22:49:03.374291+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-10T22:49:03.379405+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-11T01:23:20.298601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T01:23:22.023362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-11T01:23:23.870207+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-11T01:23:24.304568+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-11T01:23:24.357923+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-11T01:23:24.731240+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-11T01:23:24.732498+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-11T01:23:24.800350+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-11T01:23:24.801430+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-11T01:23:24.806389+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-11T01:23:24.807230+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-11T01:23:24.810689+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-11T01:23:24.828957+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-11T01:23:24.941708+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:50:55.581620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:50:55.581615+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:50:55.581620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:50:57.513903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:50:57.513903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:50:57.513903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:50:59.470286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:50:59.470285+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:50:59.470285+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:51:00.489187+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.489187+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.489217+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.541202+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.541215+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.541337+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:51:00.954342+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:00.954509+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:00.954509+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:00.955155+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:51:00.955338+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:51:00.955426+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:51:01.041328+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.041357+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.041394+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.042371+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:51:01.042469+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:51:01.042560+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:51:01.048548+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.048646+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.049288+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.049554+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:51:01.049614+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:51:01.050044+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:51:01.053083+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:51:01.053711+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:51:01.054093+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:51:01.069370+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:51:01.069376+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:51:01.069416+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:51:01.168224+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.168224+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:51:01.168224+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:46.287765+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:56:46.287765+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:56:48.106500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:56:48.106564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:56:49.859849+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:56:49.859860+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:56:50.741939+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:50.741954+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:50.788986+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:50.788986+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:51.129019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T00:56:51.150317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T00:56:51.172530+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T00:56:51.187497+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:51.193027+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T00:56:51.196044+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.196081+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.197015+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:56:51.197112+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:56:51.204737+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.205671+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T00:56:51.255466+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.255466+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.255694+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.256488+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:56:51.256543+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:56:51.256598+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T00:56:51.261932+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.262319+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.262850+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:56:51.263156+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:56:51.263517+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.264385+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T00:56:51.266736+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:56:51.267230+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:56:51.269042+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T00:56:51.294691+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:56:51.294728+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:56:51.294755+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T00:56:51.419743+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.419743+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T00:56:51.419782+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:50.523328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T17:11:50.523328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T17:11:50.867929+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T17:11:50.868320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-12T17:11:51.256355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T17:11:51.256375+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-12T17:11:51.349005+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T17:11:51.349008+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T17:11:51.356198+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T17:11:51.356413+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-12T17:11:51.414230+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.414225+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.415292+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T17:11:51.415327+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-12T17:11:51.423891+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.423969+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.424748+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T17:11:51.424850+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-12T17:11:51.428836+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.429480+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T17:11:51.429990+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.430896+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-12T17:11:51.431665+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T17:11:51.434847+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-12T17:11:51.435039+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T17:11:51.439469+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-12T17:11:51.442875+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-12T17:11:51.442958+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-14T01:47:41.026959+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T01:47:41.948168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-14T01:47:43.491955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-14T01:47:43.835017+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-14T01:47:43.869782+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-14T01:47:44.164996+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-14T01:47:44.166151+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-14T01:47:44.232510+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-14T01:47:44.235430+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-14T01:47:44.242589+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-14T01:47:44.243461+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-14T01:47:44.246728+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-14T01:47:44.253100+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-14T01:47:44.344334+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:25:54.561464+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:25:56.461317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:26:00.237194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:26:01.782492+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:01.835801+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:02.426952+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:02.427976+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:26:02.506810+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:02.507928+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:26:02.511283+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:02.511790+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:26:02.514610+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:26:02.575238+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:26:02.693131+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:02.987796+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:26:05.287276+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:26:05.309908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:26:05.384762+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:26:05.412729+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:05.418837+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:05.434333+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:05.435266+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:26:05.444306+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:05.445034+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:26:05.449337+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:05.450114+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:26:05.453568+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:26:05.457289+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:26:05.460256+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:05.472462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:26:07.729682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:26:07.756890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:26:07.840806+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:26:07.874139+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:07.879754+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:07.893410+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:07.894312+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:26:07.898787+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:07.899729+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:26:07.904077+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:07.905156+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:26:07.908643+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:26:07.912249+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:26:07.915728+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:07.920386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:26:21.346778+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:26:21.467851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:26:21.672299+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:26:21.737914+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:21.743297+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:26:21.779880+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:21.780915+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:26:21.787427+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:21.788366+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:26:21.793054+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:21.793819+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:26:21.797265+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:26:21.801025+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:26:21.805901+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:26:21.815602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:29:15.933627+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:29:16.878784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:29:19.962499+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:29:20.714078+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:29:20.751392+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:29:20.971064+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:20.971988+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:29:21.017933+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:21.018998+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:29:21.022697+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:21.023437+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:29:21.025829+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:29:21.034171+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:29:21.102755+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:21.229922+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:29:33.325120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:29:33.419603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:29:33.565628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:29:33.591677+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:29:33.597210+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:29:33.608055+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:33.609328+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:29:33.613520+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:33.614143+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:29:33.618730+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:33.619398+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:29:33.622704+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:29:33.625996+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:29:33.628677+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:29:33.630960+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:54:18.018222+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:54:18.125785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:54:18.331398+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:54:18.412713+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:54:18.418025+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:54:18.454456+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:18.455382+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:54:18.461431+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:18.462537+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:54:18.467585+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:18.468476+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:54:18.472583+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:54:18.477300+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:54:18.485735+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:18.497505+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T16:54:31.332373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:54:31.351149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T16:54:31.413075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T16:54:31.442947+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:54:31.446988+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T16:54:31.457871+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:31.458813+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T16:54:31.462170+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:31.462668+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T16:54:31.465202+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:31.465638+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T16:54:31.467610+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T16:54:31.470235+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T16:54:31.472627+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T16:54:31.475047+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:35:39.391879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:35:39.508119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:35:39.863954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:35:39.934264+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:35:39.939160+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:35:40.256812+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:40.257796+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:35:40.265186+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:40.265914+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:35:40.274550+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:40.278996+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:35:40.285009+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:35:40.292350+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:35:40.303426+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:40.313581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:35:53.251659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:35:53.270807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:35:53.326184+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:35:53.356349+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:35:53.361685+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:35:53.374273+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:53.375150+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:35:53.380318+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:53.381434+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:35:53.386179+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:53.386969+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:35:53.390175+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:35:53.394101+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:35:53.396758+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:35:53.399045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:36:16.347933+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:36:16.397689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:36:16.518081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:36:16.554223+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:16.557593+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:16.575146+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:16.575991+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:36:16.580150+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:16.580822+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:36:16.587775+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:16.588379+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:36:16.591495+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:36:16.595604+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:36:16.599808+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:16.605757+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:36:29.426311+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:36:29.443201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:36:29.496498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:36:29.520591+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:29.525449+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:29.536078+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:29.537351+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:36:29.542074+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:29.542830+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:36:29.546948+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:29.547664+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:36:29.551294+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:36:29.557386+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:36:29.560359+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:29.563075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:36:31.549117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:36:31.603626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:36:31.739378+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:36:31.783088+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:31.788179+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:31.808140+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:31.808800+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:36:31.812486+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:31.813059+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:36:31.816022+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:31.816551+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:36:31.818828+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:36:31.821539+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:36:31.825962+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:31.832469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:36:45.014867+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:36:45.081470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:36:45.216774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:36:45.269810+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:45.276205+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:36:45.297425+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:45.298716+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:36:45.304428+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:45.305286+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:36:45.310358+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:45.311272+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:36:45.315097+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:36:45.319315+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:36:45.323948+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:36:45.327528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:41:18.679284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:41:18.769306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/.env"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/.env\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:41:18.993883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:41:19.073445+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:41:19.080910+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:41:19.135888+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:19.136967+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:41:19.143030+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:19.143648+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:41:19.150712+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:19.151814+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:41:19.155864+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:41:19.161225+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:41:19.169771+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:19.182258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-19T17:41:31.897103+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:41:31.937244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2024-11-19T17:41:32.033956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-19T17:41:32.078719+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:41:32.083890+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-19T17:41:32.099044+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:32.100173+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-19T17:41:32.108924+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:32.109974+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-19T17:41:32.114732+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:32.115578+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-19T17:41:32.120120+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-19T17:41:32.127573+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-19T17:41:32.131931+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-19T17:41:32.135433+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-11-27T05:55:06.673633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-27T05:55:07.699012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-27T05:55:09.334177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-27T05:55:09.728767+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-27T05:55:09.766545+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-27T05:55:09.974715+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-27T05:55:09.975556+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-27T05:55:10.046670+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-27T05:55:10.047312+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-27T05:55:10.051568+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-27T05:55:10.052062+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-27T05:55:10.054384+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-27T05:55:10.062374+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-27T05:55:10.162507+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-30T07:21:50.899874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-30T07:21:51.954848+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-11-30T07:21:53.273546+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-30T07:21:53.548627+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-30T07:21:53.576201+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-11-30T07:21:53.763931+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-30T07:21:53.764881+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-11-30T07:21:53.817012+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-30T07:21:53.817963+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-11-30T07:21:53.823274+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-11-30T07:21:53.823945+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-11-30T07:21:53.827963+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-11-30T07:21:53.835095+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-11-30T07:21:53.894191+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:50.768596+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-01T23:23:51.988253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-01T23:23:53.395056+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-01T23:23:54.014463+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-01T23:23:54.061553+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-01T23:23:54.304896+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:54.306151+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-01T23:23:54.367593+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:54.368499+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-01T23:23:54.373557+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:54.374240+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-01T23:23:54.378935+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-01T23:23:54.393083+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-01T23:23:54.488357+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:58.364139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-01T23:23:58.389948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-01T23:23:58.414405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-01T23:23:58.430136+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-01T23:23:58.435408+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-01T23:23:58.450966+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:58.452188+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-01T23:23:58.456905+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:58.457780+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-01T23:23:58.462652+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-01T23:23:58.463281+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-01T23:23:58.465746+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-01T23:23:58.468923+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-01T23:23:58.471638+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T13:49:24.805794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T13:49:25.799438+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-04T13:49:26.871709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-04T13:49:27.099301+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T13:49:27.123592+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T13:49:27.289341+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T13:49:27.290251+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-04T13:49:27.338425+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T13:49:27.339347+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-04T13:49:27.344732+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T13:49:27.345653+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-04T13:49:27.350115+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-04T13:49:27.370956+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-04T13:49:27.454079+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:01:54.465782+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T15:01:55.380843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-04T15:01:56.495472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-04T15:01:56.743199+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T15:01:56.783755+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T15:01:56.922266+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:01:56.923168+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-04T15:01:56.942551+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:01:56.943512+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-04T15:01:56.949508+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:01:56.950368+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-04T15:01:56.954017+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-04T15:01:56.960504+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-04T15:01:57.059326+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:07:58.488580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T15:07:59.080449+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-04T15:07:59.977138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-04T15:08:00.193406+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T15:08:00.265298+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T15:08:00.373899+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:08:00.374893+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-04T15:08:00.398303+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:08:00.399410+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-04T15:08:00.404499+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T15:08:00.405303+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-04T15:08:00.409158+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-04T15:08:00.419379+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-04T15:08:00.486148+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T17:33:31.038823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T17:33:31.162805+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-04T17:33:31.300761+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-04T17:33:31.357910+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T17:33:31.364372+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-04T17:33:31.411767+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T17:33:31.412657+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-04T17:33:31.434235+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T17:33:31.435014+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-04T17:33:31.441168+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-04T17:33:31.441902+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-04T17:33:31.445555+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-04T17:33:31.450800+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-04T17:33:31.460591+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T20:40:47.081295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T20:40:48.100644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-15T20:40:49.190548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-15T20:40:49.445774+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-15T20:40:49.474155+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-15T20:40:49.665573+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T20:40:49.666627+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-15T20:40:49.710956+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T20:40:49.711775+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-15T20:40:49.721084+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T20:40:49.721697+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-15T20:40:49.726364+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-15T20:40:49.739545+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-15T20:40:49.812448+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T21:00:10.977206+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T21:00:11.604644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-15T21:00:12.371045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-15T21:00:12.559541+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-15T21:00:12.595043+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-15T21:00:12.771692+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T21:00:12.772282+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-15T21:00:12.813754+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T21:00:12.814449+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-15T21:00:12.817250+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-15T21:00:12.817995+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-15T21:00:12.820306+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-15T21:00:12.835028+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-15T21:00:12.920577+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-29T19:41:19.211073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-29T19:41:20.193521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2024-12-29T19:41:21.323601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-12-29T19:41:21.590416+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-29T19:41:21.612711+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2024-12-29T19:41:21.994287+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-29T19:41:21.995367+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2024-12-29T19:41:22.051842+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-29T19:41:22.052670+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2024-12-29T19:41:22.055925+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2024-12-29T19:41:22.056478+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2024-12-29T19:41:22.058792+01:00] 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 = 'doctrine_migration_versions' [] [] [2024-12-29T19:41:22.065604+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2024-12-29T19:41:22.125270+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-02T21:31:20.322061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-02T21:31:21.054691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-02T21:31:21.827863+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-02T21:31:21.966265+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-02T21:31:21.998413+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-02T21:31:22.181560+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-02T21:31:22.182685+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-02T21:31:22.201113+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-02T21:31:22.202202+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-02T21:31:22.211804+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-02T21:31:22.213783+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-02T21:31:22.220643+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-02T21:31:22.234510+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-02T21:31:22.301757+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T18:31:15.049559+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T18:31:16.151726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-04T18:31:17.493940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-04T18:31:17.830671+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T18:31:17.875672+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T18:31:18.126904+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T18:31:18.128188+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-04T18:31:18.199491+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T18:31:18.200406+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-04T18:31:18.204047+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T18:31:18.204618+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-04T18:31:18.206287+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-04T18:31:18.223174+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-04T18:31:18.288345+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T19:48:26.506968+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T19:48:27.155807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-04T19:48:27.997292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-04T19:48:28.299243+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T19:48:28.341626+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T19:48:28.560015+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T19:48:28.561013+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-04T19:48:28.707410+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T19:48:28.708152+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-04T19:48:28.713338+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T19:48:28.714068+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-04T19:48:28.719137+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-04T19:48:28.736414+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-04T19:48:28.817684+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T21:25:03.950936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T21:25:04.072349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-04T21:25:04.185422+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-04T21:25:04.249712+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T21:25:04.278527+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-04T21:25:04.333654+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T21:25:04.334429+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-04T21:25:04.340570+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T21:25:04.341720+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-04T21:25:04.346395+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-04T21:25:04.346927+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-04T21:25:04.349785+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-04T21:25:04.353685+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-04T21:25:04.387913+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:26.473648+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:29.080709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:27:33.508553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:27:34.503280+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:27:34.541971+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:27:34.865585+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:34.866310+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:27:34.912829+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:34.913816+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:27:34.917463+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:34.917933+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:27:34.920255+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:27:34.927845+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:27:35.028251+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:35.101083+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:27:38.003876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:38.007147+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/cc3c67","method":"GET"} [] [2025-01-13T04:27:39.055031+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:27:43.525993+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:43.534422+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/f5379c","method":"GET"} [] [2025-01-13T04:27:47.831407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:47.857243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:27:48.071907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:27:48.097911+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:27:48.104250+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:27:48.119464+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:48.120458+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:27:48.125564+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:48.127130+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:27:48.132615+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:48.133580+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:27:48.137547+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:27:48.140947+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:27:48.144509+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:27:48.147656+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:27:52.016923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:52.020671+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/c9ed78","method":"GET"} [] [2025-01-13T04:27:52.182416+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:27:59.597276+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:27:59.606000+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/effee7","method":"GET"} [] [2025-01-13T04:27:59.738340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:28:06.166177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:06.169996+01:00] request.INFO: Matched route "patient_edit". {"route":"patient_edit","route_parameters":{"_route":"patient_edit","_controller":"App\\Controller\\PatientController::edit","id":"1"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/1/edit","method":"GET"} [] [2025-01-13T04:28:06.512271+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T04:28:06.877990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:28:07.292744+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2025-01-13T04:28:09.104665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:28:10.572139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2025-01-13T04:28:11.331393+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:11.335873+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:11.358484+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:11.359574+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:28:11.365744+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:11.367333+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:28:11.370434+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:11.371396+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:28:11.373817+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:28:11.376277+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:28:11.383346+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:11.456587+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":401}}} [] [2025-01-13T04:28:19.957089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:19.988041+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/738192","method":"GET"} [] [2025-01-13T04:28:25.407519+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:25.410807+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/1ac503","method":"GET"} [] [2025-01-13T04:28:34.161983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:34.165831+01:00] request.INFO: Matched route "patient_new". {"route":"patient_new","route_parameters":{"_route":"patient_new","_controller":"App\\Controller\\PatientController::new"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/new","method":"GET"} [] [2025-01-13T04:28:34.221616+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T04:28:34.380016+01:00] php.INFO: Deprecated: Creation of dynamic property App\Entity\Patient::$consultations is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Creation of dynamic property App\\Entity\\Patient::$consultations is deprecated at /home/projetwewv/www/licence00/monapp/src/Entity/Patient.php:41)"} [] [2025-01-13T04:28:34.455378+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:28:34.754226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:28:35.102862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2025-01-13T04:28:35.132891+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:35.142240+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:35.149640+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:35.150212+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:28:35.154525+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:35.155034+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:28:35.158107+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:35.158550+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:28:35.160615+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:28:35.164113+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:28:35.168214+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:38.747219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:38.756641+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2025-01-13T04:28:57.857089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:28:57.883269+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2025-01-13T04:28:57.906587+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T04:28:58.012684+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:28:58.055795+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T04:28:58.156900+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:28:58.275189+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:58.277842+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:28:58.284816+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:58.285570+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:28:58.288774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2025-01-13T04:28:58.289295+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:58.289904+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:28:58.292937+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:28:58.293501+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:28:58.295536+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:28:58.298340+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:28:58.304944+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:16.015846+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:29:16.032715+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/b7ea43","method":"GET"} [] [2025-01-13T04:29:18.909404+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:29:18.940595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-13T04:29:18.996388+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:29:19.015742+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:19.021201+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:19.039975+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:19.040752+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:29:19.047717+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:19.048454+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:29:19.055280+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:19.055885+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:29:19.060435+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:29:19.064549+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:29:19.068536+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:21.482166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:29:21.500847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-13T04:29:21.520626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:29:21.533247+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:21.539639+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:21.551366+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:21.552079+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:29:21.557630+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:21.558374+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:29:21.564546+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:21.565281+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:29:21.568566+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:29:21.572311+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:29:21.574697+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:32.380521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:29:32.400242+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/patient/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"patient_index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient","method":"GET"} [] [2025-01-13T04:29:32.409124+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T04:29:32.583857+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:29:32.598846+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:32.603426+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:29:32.613840+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:32.614570+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:29:32.618613+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:32.619324+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:29:32.627005+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:29:32.627921+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:29:32.631485+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:29:32.635847+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:29:32.638752+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:41:40.867929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:41:40.999722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-13T04:41:41.104197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:41:41.131942+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:41:41.137946+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:41:41.167113+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:41:41.168020+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:41:41.173701+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:41:41.174694+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:41:41.178090+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:41:41.178720+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:41:41.180318+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:41:41.182606+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:41:41.186794+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:22.877948+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:42:22.937540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:42:23.188177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:42:23.257961+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:23.263853+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:23.287310+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:23.288222+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:42:23.293168+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:23.293969+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:42:23.298940+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:23.299659+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:42:23.302679+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:42:23.306588+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:42:23.321668+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:23.327310+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:42:35.943177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:42:35.961437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:42:36.019665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:42:36.046550+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:36.051478+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:36.063885+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:36.064756+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:42:36.068450+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:36.068885+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:42:36.071161+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:36.071577+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:42:36.073187+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:42:36.075438+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:42:36.078525+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:36.083189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:42:49.511519+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:42:49.593696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:42:50.292594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:42:50.344472+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:50.350388+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:42:50.372405+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:50.373261+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:42:50.378409+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:50.379194+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:42:50.383755+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:50.384408+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:42:50.388048+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:42:50.392358+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:42:50.397308+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:42:50.441897+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:43:01.929984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:43:01.947321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public//"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public//\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:43:02.008641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:43:02.035063+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:02.039122+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:02.053645+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:02.054530+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:43:02.057225+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:02.058470+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:43:02.061263+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:02.062682+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:43:02.065056+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:43:02.067532+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:43:02.071054+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:02.075772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T04:43:27.607563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:43:27.939816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-13T04:43:28.005564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:43:28.064730+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:28.070284+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:28.089080+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:28.089907+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:43:28.095329+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:28.096026+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:43:28.101306+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:28.102201+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:43:28.105884+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:43:28.110245+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:43:28.114630+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:40.144195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:43:40.147798+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65d51d"},"request_uri":"http://www.projet-web-training.ovh/licence00/monapp/public/_wdt/65d51d","method":"GET"} [] [2025-01-13T04:43:53.892084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:43:54.136127+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T04:43:54.551173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T04:43:54.607256+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:54.610780+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T04:43:54.628812+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:54.629540+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T04:43:54.634352+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:54.635093+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T04:43:54.641305+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:54.642220+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T04:43:54.645948+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T04:43:54.649868+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T04:43:54.654196+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T04:43:54.657446+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:39:59.873792+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:39:59.998745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=translation","method":"GET"} [] [2025-01-13T05:40:00.662473+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:04.945086+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:04.949367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=config","method":"GET"} [] [2025-01-13T05:40:05.070946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:05.118778+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.119199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.119388+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.119581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.119765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.119955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.120168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.120351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.120527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.120701+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:05.120869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:08.618336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:08.621434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=db","method":"GET"} [] [2025-01-13T05:40:08.801982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:08.802198+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:13.391766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:13.396061+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=time","method":"GET"} [] [2025-01-13T05:40:13.504597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:16.857463+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:16.869525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=logger","method":"GET"} [] [2025-01-13T05:40:17.072713+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:40:17.092929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:17.129725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.131921+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132654+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132843+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.132991+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133111+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.133996+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134111+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134654+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134848+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.134971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135473+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135596+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135684+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.135918+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136041+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136178+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136285+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.136801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137251+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.137800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138348+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138712+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.138964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139295+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139391+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139779+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.139948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.140124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.140387+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.140526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.140693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.140827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.141082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.141232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.141425+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.141562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.141857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142162+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142281+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142518+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142804+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.142929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143326+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143509+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.143955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144198+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144515+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.144729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.145558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.145655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.145773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.145855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146007+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146099+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146206+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146283+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146439+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146531+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146863+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.146948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147127+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147501+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.147965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148390+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148799+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148902+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.148981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149217+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149541+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149635+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149751+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.149997+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150086+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.150911+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151417+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151699+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151850+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.151932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.152057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:17.152133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:20.289515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:20.292950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=twig","method":"GET"} [] [2025-01-13T05:40:23.336874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:23.339683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67","method":"GET"} [] [2025-01-13T05:40:23.422753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:23.517770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518746+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.518895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.519132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.519279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.519424+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.519613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520088+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520596+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.520916+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521359+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.521999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522288+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522621+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522778+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.522924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523705+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.523984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.541255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.541458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.541752+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.562364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.562534+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.562667+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.562793+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.562940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563074+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563182+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563301+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563436+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.563925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564060+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564177+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564584+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.564941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565085+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.565935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566064+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566171+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566415+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566534+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.566882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567001+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567248+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.567983+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568703+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.568943+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.569938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570050+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570418+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570524+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.570900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571422+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571659+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.571903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572293+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.572883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.573989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574114+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574359+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574842+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.574956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575333+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.575935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576229+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576589+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.576846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577589+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577723+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.577961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.578948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579060+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579445+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.579924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580698+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.580935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581322+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.581928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582751+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.582873+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583111+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583338+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.583961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584459+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584682+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.584948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585439+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.585930+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586422+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.586909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587046+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587156+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.587903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588178+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588665+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.588921+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589565+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.589938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590418+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590532+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590653+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.590936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591054+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591445+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.591975+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.592959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593619+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.593883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594277+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594409+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.594926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.595915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596054+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596183+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596304+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596411+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596677+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.596932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597466+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597699+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.597959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598323+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598785+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.598905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599015+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599243+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599360+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599465+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.599949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600726+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600849+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.600974+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601211+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601837+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.601945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602234+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602608+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602743+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602876+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.602984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603097+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603594+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.603989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604110+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.604982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605098+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605524+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605632+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605766+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.605886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606403+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606520+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.606935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607162+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607541+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.607895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608144+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608393+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608632+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.608875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.609887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610248+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610375+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610612+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610726+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.610982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611215+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611838+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.611965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612085+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.612949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.613989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614111+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614469+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.614948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615075+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615409+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.615980+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616442+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.616908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617365+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617471+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.617954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618695+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.618930+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619046+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619301+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619428+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619561+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619822+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.619938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620054+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620454+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620865+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.620988+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621092+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621439+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.621899+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622107+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622357+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622731+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.622976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623355+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623584+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.623979+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.624970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625090+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625224+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625384+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.625902+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626280+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626539+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.626915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627033+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627555+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627859+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.627999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628238+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628382+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628512+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.628890+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629022+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629259+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.629900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630041+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630412+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.630919+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631411+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631531+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.631907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632465+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.632981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633104+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633220+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.633968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634101+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634594+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.634724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635519+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635653+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.635897+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636406+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.636894+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637638+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.637880+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638383+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.638984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.639967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640106+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640731+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640850+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.640954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641219+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641328+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.641861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.642336+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.642467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.642599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.643844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.643984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644621+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644751+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.644993+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645118+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.645903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646033+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646288+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646419+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646540+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.646941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647069+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647596+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647734+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.647979+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648293+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648413+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.648904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649022+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649520+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649638+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:23.649785+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:26.894136+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:26.898231+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/open?file=src%2FController%2FPatientController.php&line=54","method":"GET"} [] [2025-01-13T05:40:26.947236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:40:29.496953+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:29.501447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=request","method":"GET"} [] [2025-01-13T05:40:29.594636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.594873+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.594976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595428+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595611+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.595947+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596293+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.596985+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597175+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597273+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597572+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.597974+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598065+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.598698+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.599241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.599343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.599513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.599920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600064+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600251+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600541+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600641+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600745+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.600937+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601118+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601214+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601824+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601912+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.601985+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602251+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602330+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602410+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602681+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.602971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603056+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603535+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603704+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.603945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604126+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604811+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.604993+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.605897+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606431+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.606907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607017+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607515+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.607961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608299+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608645+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.608999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609795+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609867+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.609972+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610330+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610536+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.610910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611438+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611682+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.611926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612316+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612806+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.612940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613250+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613524+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.613904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614048+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614311+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614442+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.614969+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615250+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615499+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615785+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.615921+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616537+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616684+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.616946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617106+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617383+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.617935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618064+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618368+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.618898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619531+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.619996+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620301+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620424+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620539+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.620960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621638+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.621924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.622888+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623030+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623446+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.623852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624160+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624425+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624566+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.624929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625025+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625121+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625211+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625297+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625675+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625880+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.625960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626141+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626342+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626877+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.626961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627054+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627211+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627640+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627896+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.627979+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628155+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628228+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628311+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628509+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628590+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628809+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628892+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.628971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629864+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.629964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630296+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630416+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630611+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.630919+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631034+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631597+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631867+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.631946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632043+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632240+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632397+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632498+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632727+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.632908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633007+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633745+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.633913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634007+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634243+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634418+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634583+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.634938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635651+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635838+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.635931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.636970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637048+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637352+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637877+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.637959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638040+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638218+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638551+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638632+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638711+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.638958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639767+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639860+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.639944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640017+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640118+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640505+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640583+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640654+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640805+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.640987+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641163+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641535+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.641987+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.642942+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643038+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643811+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643888+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.643985+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644101+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644454+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.644981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645065+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645584+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645849+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.645931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646114+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.646914+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647030+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647481+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647726+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.647966+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.648909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649024+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649154+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649265+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.649878+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650422+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.650922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651799+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.651963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652323+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.652963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653083+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.653910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654214+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654528+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.654902+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655056+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655751+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.655889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656033+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656311+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656570+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656862+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.656989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657240+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657368+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.657926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658342+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.658957+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.659900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660330+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.660993+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661108+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.661760+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.662882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663266+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663520+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.663920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664316+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664578+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.664866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665419+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665570+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.665965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666645+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.666901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667449+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667578+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667843+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.667968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668265+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668791+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.668923+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.669047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.669202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.669365+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.669498+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.669999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.670143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.670290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.671586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.671734+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.671879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672538+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672641+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.672879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673157+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673726+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.673994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674131+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674260+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674399+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674538+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674811+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.674953+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675603+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.675966+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676160+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676502+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.676917+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.677063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.677233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.677364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.677482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:29.677617+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:32.242654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:32.253892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=security","method":"GET"} [] [2025-01-13T05:40:32.555094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:32.555676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:32.556530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:32.556697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:32.556868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:35.844913+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:35.848914+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/phpinfo","method":"GET"} [] [2025-01-13T05:40:38.451319+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:38.455443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67?panel=form","method":"GET"} [] [2025-01-13T05:40:38.553068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.553564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.553696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.553818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.554016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.554418+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.554546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.554680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.554859+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.556379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.556533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.556701+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.556912+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.557150+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.557443+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.557647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.557824+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.558058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.558332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.558435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.558864+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.559112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.559552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.559680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.559803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.559967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.560322+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.560453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.560610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.560801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.561304+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.561589+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.561899+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562043+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562360+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562541+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562810+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.562968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.563269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.563476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.564365+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.564574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.564924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.565277+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.565435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.565763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.565929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.566378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.566497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.566591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.566747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.566936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.567298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.567558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.567846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.568053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.568394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.568588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.568859+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.569018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.569754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.570000+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.570335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.570715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.570865+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.571307+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.571575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.572046+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.572184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.572308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.572477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.572667+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573466+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.573903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.574159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.574289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.574920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575273+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.575981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.576395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.576521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.576644+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.576789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.576954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.577331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.577605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.577909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.578071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.578435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.578616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.579004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.579337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.579471+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.579604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.581013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.581429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.581576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.581720+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.582067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.582472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.582981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.583231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.583522+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.584063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.584211+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.584334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.584493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.584748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.585167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.585451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.585755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.585940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.586275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.586490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.586618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.586765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.586934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.587233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.587455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.588464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.590120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.590386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.590628+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.590765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.591961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.592079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.592315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.592453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.592693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.592839+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.593115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.593266+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.593523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.593666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.593932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.594071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.594316+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.594483+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.594756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.594907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595183+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595299+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.595972+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.596282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.596730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.597016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.597264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.597641+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.597841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.598130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.598366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.598556+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.598962+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.599175+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.600275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.601900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.602292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.602673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.602901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.603429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.603693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604743+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.604909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605402+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605752+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.605991+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.606122+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.606351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.606476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.606725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.606871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.607130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.607253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.607495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.607628+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.607873+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.608008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.608271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.608401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.608644+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.608772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.609055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.609462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.609696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.609927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.610291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.610484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.610827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.611065+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.611241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.611655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.611868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.613372+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.615197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.615619+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.616034+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.616253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.616644+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.616823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617215+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617333+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617677+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.617821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618783+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.618915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619649+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619742+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.619920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620448+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620540+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.620992+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621097+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621348+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.621943+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.622192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.622317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.622634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.622781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623339+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.623803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624330+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624436+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624850+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.624956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.625123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.625262+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.625497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.625620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.625874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.626015+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.626278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.626402+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.626647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.626768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.627033+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.627181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.627430+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.627571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.627943+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.628387+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.628657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.628887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.629214+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.629410+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.629724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.629954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.630115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.631004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.631236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.632432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.632692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.633074+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.633468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.633612+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.634073+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.634340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.634719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.634807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.634913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.635045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.635164+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.635547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.635833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.636135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.636323+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.636664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:38.636853+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:41.444312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:41.449092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=twig","method":"GET"} [] [2025-01-13T05:40:44.006848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:44.010534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=request","method":"GET"} [] [2025-01-13T05:40:44.088235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.088429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.088528+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.088657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.088796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089001+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089257+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.089939+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090288+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090550+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.090885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.091045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.091129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.091228+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.091311+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.091473+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.092495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.092595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.092730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.094590+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.094697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.094794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.094894+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.094986+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095164+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095771+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095853+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.095933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096234+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096832+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.096925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097007+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097310+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097391+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.097963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098122+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098206+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098285+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:44.098732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:45.912210+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:45.914967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=logger","method":"GET"} [] [2025-01-13T05:40:45.991972+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:40:46.000848+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.002750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.002925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003238+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003411+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.003815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004300+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.004891+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005479+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.005957+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006245+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006357+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.006964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007248+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007360+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.007981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008169+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008277+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008399+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.008993+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009075+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009260+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009492+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.009875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.010953+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.011933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.012067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.012352+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.012489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.012662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.012779+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013792+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.013907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.014012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.014190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.014300+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.014466+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.014549+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.015392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.015506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.015642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.015773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.015987+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.016185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.016368+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.016493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.016759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.016896+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017601+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017778+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.017907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018436+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.018924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.019948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020830+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.020949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021100+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.021855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022512+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.022892+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023734+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.023861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024234+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024508+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.024988+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.025159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:46.025272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.189229+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:48.215728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78","method":"GET"} [] [2025-01-13T05:40:48.410835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411100+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411234+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411412+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.411963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412127+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412399+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.412929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413665+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.413909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414177+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414314+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.414910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.415032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.415246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.415826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.415965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.416105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.417635+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.417773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.417903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.418037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.418181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.419885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420303+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.420938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421060+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421436+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421565+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421684+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.421924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422163+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422281+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422640+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.422898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423148+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423603+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.423958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424437+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.424936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:48.425052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.680639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:51.684518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13a00"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/a13a00","method":"GET"} [] [2025-01-13T05:40:51.780587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.780854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.780991+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.781120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.781292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.781490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.781680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.781986+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782238+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782608+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782863+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.782984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783346+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783466+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783712+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.783955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784251+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.784905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.785029+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.785152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.785358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.785958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.786098+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.786230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.787862+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788154+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788281+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788778+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.788898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789022+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789141+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789743+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.789980+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790098+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790333+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.790931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791550+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791667+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.791962+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792152+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792390+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792515+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792752+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.792988+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.793106+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.793245+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.793372+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.793489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:51.793609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.463786+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:53.467667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=config","method":"GET"} [] [2025-01-13T05:40:53.554225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.554618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.554830+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.555051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.555258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.555447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.555694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.555886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.556096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.556284+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:53.556494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:55.589823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:55.593072+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=db","method":"GET"} [] [2025-01-13T05:40:55.675516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:57.745566+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:40:57.748617+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=security","method":"GET"} [] [2025-01-13T05:40:57.827190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:57.827804+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:57.828840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:57.829023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:40:57.829162+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:00.783869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:00.787475+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/open?file=src%2FController%2FPatientController.php&line=18","method":"GET"} [] [2025-01-13T05:41:04.281793+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:04.292094+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FController%2FRedirectController.php&line=110","method":"GET"} [] [2025-01-13T05:41:07.756342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:07.760234+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78?panel=time","method":"GET"} [] [2025-01-13T05:41:11.441487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:11.444720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c","method":"GET"} [] [2025-01-13T05:41:11.533310+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:41:17.126280+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:17.130190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=logger","method":"GET"} [] [2025-01-13T05:41:17.207031+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:41:17.210678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.212543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.212669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.212802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.212887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213144+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213257+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213499+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.213923+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214350+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.214819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.215305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.215588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.215883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.216309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.216575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.217400+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.217597+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.217718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.218248+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.218581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.218990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.219416+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.219829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.220826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.221427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.221731+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.222016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.222396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.222774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.223932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.224441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.224591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.224784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.224914+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225262+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225424+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.225872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226036+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226501+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.226902+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.227010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.227125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.227216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.227475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.228898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.229188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.230125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.230246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.230740+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.231047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.231386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.231692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.231931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.232792+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.233322+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.233601+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.233872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.234195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.234456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.235477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.235744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.235860+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.236932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.237201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.238263+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.238396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.238830+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.239120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.239408+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.239688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.239954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.240851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.241339+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.241618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.241905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.242247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.242516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.243994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.245805+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.246198+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.247417+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.247557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.248141+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.248487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.248902+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.249216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.249605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.250872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.251576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.251938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.252335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.252686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.253082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.254498+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255273+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255510+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255798+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.255920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256029+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.256951+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.257937+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.258956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259177+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.259989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260297+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260420+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260867+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.260947+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261206+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261383+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261508+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.261950+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262034+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262220+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262710+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262799+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:17.262999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:21.958130+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:21.975225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=request","method":"GET"} [] [2025-01-13T05:41:22.099625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.099919+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100041+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100156+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.100924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101483+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.101990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.102117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.102374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.102486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.102583+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.102689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.103722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.103842+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.103959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106267+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106449+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106549+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106644+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.106982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107228+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107550+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107788+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107873+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.107952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108043+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108360+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108445+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.108919+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109175+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109853+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.109932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110266+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:22.110501+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:25.946221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:25.950064+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=twig","method":"GET"} [] [2025-01-13T05:41:29.307362+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:29.311222+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=security","method":"GET"} [] [2025-01-13T05:41:29.403278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:29.403583+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:29.403754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:34.078228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:34.081591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=time","method":"GET"} [] [2025-01-13T05:41:38.056160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:38.065850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c?panel=config","method":"GET"} [] [2025-01-13T05:41:38.187372+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.187674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.187826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188015+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188178+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188301+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.188888+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:38.189009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.752016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:40.755729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=config","method":"GET"} [] [2025-01-13T05:41:40.862131+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.862460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.862636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.862808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.862983+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.863149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.863317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.863485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.863664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.863829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:40.864006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:43.866425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:43.869538+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=logger","method":"GET"} [] [2025-01-13T05:41:44.059083+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:41:44.064521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.066789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.066969+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067099+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067239+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067698+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.067950+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.068077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.068370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.068640+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.068776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.068944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069448+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069741+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.069984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070283+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070411+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.070956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071075+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.071965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.072163+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.072325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.072456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.072776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.072901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073171+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073524+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.073813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.074858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075393+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.075821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076742+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.076879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077048+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077167+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077412+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.077831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.078959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.079856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.080094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.080227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.080386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.080501+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.080769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.082430+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.084578+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.084866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.085033+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.086708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.088854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.090649+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.092858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.093488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.093638+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.093813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.093935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094169+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094297+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094577+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094822+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.094949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095114+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.095872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096420+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096535+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.096904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.097825+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.098834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099510+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.099926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100170+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.100952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101746+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.101858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102106+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102402+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102525+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.102907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.103874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.104123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.104263+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.104429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.104560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.104963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.105091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.105255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.105371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.105633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.107341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.107719+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.108800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.108936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.110511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.112158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.112725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.113066+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.113397+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.113718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.114059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.115080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.115400+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.115769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.116107+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.116413+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.117429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.117814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.117953+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.119295+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.119606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.120450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.120595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.121852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.123503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.124018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.124327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.124596+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.125003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.125380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.126310+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.126620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.126937+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.127232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.127602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.128753+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.130328+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.130607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.131866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.132093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.133464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.135003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.135868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.136338+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.136803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.137249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.137643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.138888+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.139341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.139831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.140294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.140699+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.142087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.143882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.144247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.144376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.145593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.145759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.145958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.146088+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.146367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.146511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.146685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.146818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147084+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147399+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147792+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.147928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148828+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.148952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149221+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149837+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.149949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.150125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.150264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.150844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.150959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151090+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151363+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.151894+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152707+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152890+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.152990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.153203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.153353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.153525+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.153663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.153918+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154635+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.154956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.155080+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.155334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.155477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.155656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.155788+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156060+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.156913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157224+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.157945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.158200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.158352+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.158533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.158654+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.158922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.160853+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.161269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.162616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.162809+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.164379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.166380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.166992+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.167406+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.167820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.168270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.168647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.170336+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.170628+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.170786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.172363+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.172723+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.173827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.173998+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.175414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.177042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.177559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.177842+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.178125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.178407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.178676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.179922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.181563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.181908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.183029+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.183184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.184622+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.186571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.187231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.187599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.188053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.188472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.188798+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.190493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.191835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192645+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192788+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.192964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.193090+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.193345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.193488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.193671+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.193799+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194753+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.194901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195736+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.195821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196031+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196144+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196771+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.196855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197069+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197201+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.197864+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198150+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.198832+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199075+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199510+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.199911+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200097+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.200945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.201207+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.201343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.201500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:44.201587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:46.548824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:46.552123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=security","method":"GET"} [] [2025-01-13T05:41:46.631868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:46.632487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:46.633246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:46.633376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:46.633493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.636110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:50.639310+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=request","method":"GET"} [] [2025-01-13T05:41:50.721116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.721331+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.721480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.721634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.721738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.721924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722522+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.722928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.723910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724400+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724654+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.724771+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.725307+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.725404+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.725496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.727489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.727653+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.727818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.727931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728267+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728628+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728771+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.728940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729299+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729454+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.729906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730617+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.730907+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.731936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732253+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732438+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.732980+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733186+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.733921+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734731+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.734866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.735006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.735145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.735715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.735852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.736031+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.736210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.738140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:50.740595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:53.970908+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:53.985279+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=cache","method":"GET"} [] [2025-01-13T05:41:54.121671+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:41:58.636041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:41:58.638889+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=twig","method":"GET"} [] [2025-01-13T05:42:01.082573+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:01.085507+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7?panel=time","method":"GET"} [] [2025-01-13T05:42:04.180182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:04.184344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c2372"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/0c2372","method":"GET"} [] [2025-01-13T05:42:08.226905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:08.229554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7","method":"GET"} [] [2025-01-13T05:42:12.791227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:12.802196+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-01-13T05:42:15.756814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:15.759439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"043f57"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/043f57?panel=request","method":"GET"} [] [2025-01-13T05:42:15.851899+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852187+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852330+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.852933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.853116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.853256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.853381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.853530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.853923+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854069+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854483+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854766+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.854906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855187+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.855895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.856063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.857196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.857344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.857557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.858517+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.858620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.858717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.858823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.858981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859753+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.859976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860229+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860753+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.860908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861304+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861446+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861707+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861810+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.861952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862214+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862481+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862864+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.862994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863760+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.863894+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864436+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.864946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.865885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866265+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866406+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.866940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867459+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.867990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868387+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868535+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868795+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.868922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869326+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.869987+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870397+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.870916+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871585+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871727+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.871990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872267+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872403+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.872930+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.873044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.873168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.873308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.873470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.873609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874026+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874809+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.874927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875430+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875705+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.875920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876169+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876779+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.876887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877240+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877355+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.877947+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878064+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878181+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878422+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878795+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.878900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879267+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.879938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880074+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880555+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.880891+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881369+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881735+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.881964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882795+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.882928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.883958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884137+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.884935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.885914+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886290+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886416+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.886927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887848+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.887971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.888095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.888240+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.888391+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.888525+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.888944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889073+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889186+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889439+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889596+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889839+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.889978+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890118+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890641+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.890898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891169+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891402+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891538+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.891901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892040+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892390+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.892918+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893307+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893438+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893584+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.893989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894108+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894365+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894514+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894628+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894752+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.894885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895801+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.895945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896355+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896499+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896760+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.896875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897283+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897404+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897805+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.897926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898446+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.898949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899619+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.899989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900144+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900284+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900519+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.900914+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901038+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901178+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901707+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.901963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902224+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902355+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902479+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.902911+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903025+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903153+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903431+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903819+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.903964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.904109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.904552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.904685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.904797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.904908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905050+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905703+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.905953+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906473+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.906999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907525+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.907927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908459+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908711+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908837+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.908955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909217+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909346+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909828+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.909977+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.910906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911020+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911442+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.911886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912704+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.912961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913098+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913214+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913735+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.913857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914137+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914540+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914671+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914796+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.914922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.915959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916117+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916387+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916519+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916653+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.916904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917026+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.917948+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918350+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918465+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.918887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919444+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919704+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919824+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.919957+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920107+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.920889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921022+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921416+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.921888+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922153+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922420+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.922887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923025+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.923943+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924100+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924217+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924622+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.924862+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925384+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925517+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.925866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926846+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.926959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927069+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.927924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928179+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928307+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928418+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.928900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929704+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.929967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930369+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930483+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930736+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.930929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931038+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.931960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932110+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932417+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.932876+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933491+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.933971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934265+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.934954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935336+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935601+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935735+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.935874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936131+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936368+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936734+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.936883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937359+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937603+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937726+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.937871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938007+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938259+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938359+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938476+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938556+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.938901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939036+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939137+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939245+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939740+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.939998+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.940469+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.940568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.940717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.941764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.941915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.942975+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943103+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943239+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.943850+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944183+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.944982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945300+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945413+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945531+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945671+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.945872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.946861+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947403+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:15.947691+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:18.563402+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:18.567513+01:00] request.INFO: Matched route "patient_show". {"route":"patient_show","route_parameters":{"_route":"patient_show","_controller":"App\\Controller\\PatientController::show","id":"1"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/1","method":"GET"} [] [2025-01-13T05:42:18.618525+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:42:19.224677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:42:19.574495+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2025-01-13T05:42:19.895110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:42:20.109000+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:42:20.111528+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:42:20.124613+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:42:20.125248+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:42:20.166151+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:42:20.167134+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:42:20.172146+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:42:20.172844+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:42:20.176548+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:42:20.181454+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:42:20.188243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2025-01-13T05:42:20.203867+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:42:32.269793+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:32.280742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=time","method":"GET"} [] [2025-01-13T05:42:34.972562+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:34.983394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192","method":"GET"} [] [2025-01-13T05:42:35.096237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.096558+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.096713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.096860+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.097073+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.097426+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.097576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.097727+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.097871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098310+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.098923+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099698+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.099847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.100013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.100176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.100329+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.100484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.100884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.101042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.101184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.101319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.102477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.102633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.102773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.105696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.106690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.106853+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107150+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107300+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107594+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.107875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108015+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108338+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108493+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108635+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108779+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.108936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109088+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.109979+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110278+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110758+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.110913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.111926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112086+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112536+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.112847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.113037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.113196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.113361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:35.113520+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:38.398595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:38.403053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=translation","method":"GET"} [] [2025-01-13T05:42:41.029247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:41.031927+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=config","method":"GET"} [] [2025-01-13T05:42:41.116287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.116697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.116835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117342+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117491+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.117813+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.118016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:41.118215+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:43.705730+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:43.709790+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=security","method":"GET"} [] [2025-01-13T05:42:43.795341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:43.795882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:43.796757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:43.796924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:43.797093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.028953+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:46.032540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=form","method":"GET"} [] [2025-01-13T05:42:46.115213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.116766+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.116938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.117956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.118095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.118343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.118419+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.118496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.118598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119017+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119342+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119443+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.119941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.120612+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.120766+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.120959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121166+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121250+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.121956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122358+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122505+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.122939+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.123186+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.123821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.123971+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.124197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.124407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.124490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.124754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.124970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.125384+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.125505+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.125625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.125733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.126053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.126225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.126496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.126658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.127002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.127276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.128498+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.128748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.129093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.129504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.129642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.129974+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.130188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.130650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.130757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.130856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.130967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.131299+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.131585+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.131879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.132061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.132401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.132871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.134395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.134754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.134872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.135009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.135378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.135763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.136249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.136488+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.136759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.137231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.137362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.137489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.137660+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.137872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.138262+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.138560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.138852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.139044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.139367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.139615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.139887+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.141062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.142670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.143077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.143455+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.143657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.144258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.144517+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.144972+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.145092+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.145222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.145385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.145680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.145811+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146056+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146443+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.146976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.147226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.147366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.147587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.147720+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.147949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.148082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.148314+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.148461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.148703+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.148847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.149095+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.149226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.149475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.149629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.150223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.150481+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.150706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.151081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.151289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.151600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.151839+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.152275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.153344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.154877+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.155244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.155604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.155800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.156309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.156553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.156992+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.157116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.157247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.157400+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.157685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.157843+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.158102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.158233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.158487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.158633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.158880+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.159023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.159294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.159431+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.159679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.159816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.160099+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.160244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.160504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.160634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.160895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.161040+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.161292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.161433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.161690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.161823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.162067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.162209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.162818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.163096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.163348+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.163698+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.163904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.164249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.164486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.164952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.166440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.168185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.168575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.168938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.169143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.169665+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.169915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.170369+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.170487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.170618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.170763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171182+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171569+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.171955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.172223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.172369+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.172614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.172747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.173930+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.174191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.174348+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.174579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.174724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.174976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.175112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.175362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.175507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.175754+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.175896+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.176180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.176314+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.176568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.176715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.176953+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.177094+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.177377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.177515+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.177765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.177906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.178143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.178292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.178540+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.178672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.178954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.179091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.179340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.179494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.179741+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.179873+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.180150+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.180305+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.180560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.180694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.180968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.181108+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.181361+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.181503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.181780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.181913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.182165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.182308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.182559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.182696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.182957+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.183093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.183747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.183993+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.184225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.184568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.184770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.185109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.185338+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.186223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.187570+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.187844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.188219+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.188614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.188776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.189229+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.189478+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.189965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.190091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.190220+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.190370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.190812+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.191075+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.191382+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.191567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:46.191883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.459266+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:48.469974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=logger","method":"GET"} [] [2025-01-13T05:42:48.640544+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:42:48.642709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.644684+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.644855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.644991+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.645934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646260+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646730+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.646934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647097+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647182+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.647909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648425+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.648967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649239+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649741+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649848+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.649932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650298+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.650964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651257+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.651896+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652284+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652816+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.652910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653050+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653594+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653767+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.653970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654046+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.654901+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655565+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.655877+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.656003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657532+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657621+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657807+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.657970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658178+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658775+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.658952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659040+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659182+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659553+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659768+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.659958+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660508+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660624+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660743+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.660997+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661092+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661198+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661510+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661745+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661822+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.661996+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662100+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.662995+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663103+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663655+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.663840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.664047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.664134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.664261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:48.664354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:50.659450+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:50.663197+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/open?file=src%2FController%2FPatientController.php&line=26","method":"GET"} [] [2025-01-13T05:42:54.312288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:54.316263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=twig","method":"GET"} [] [2025-01-13T05:42:56.522537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:56.526326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192?panel=request","method":"GET"} [] [2025-01-13T05:42:56.612875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.613177+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.613325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.613457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.613636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.613973+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614107+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614623+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.614871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615131+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615262+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615791+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.615925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616067+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616206+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616481+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.616882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.617022+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.617149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.617274+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.618314+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.618470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.618609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.621470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.621668+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.621828+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.621959+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.622985+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623111+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623491+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623613+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623736+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.623900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624038+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624709+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624845+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.624985+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625412+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625537+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.625928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626517+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626781+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.626903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:56.627870+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:42:58.837239+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:42:58.840510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=time","method":"GET"} [] [2025-01-13T05:43:01.915933+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:01.919166+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=twig","method":"GET"} [] [2025-01-13T05:43:05.426416+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:05.449468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=logger","method":"GET"} [] [2025-01-13T05:43:05.658657+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:43:05.661321+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.663505+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.663690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.663815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.663951+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.664790+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.665061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.665316+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.665475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.665643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.665770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666001+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666425+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666681+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.666999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.667126+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.667362+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.667495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.667663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.667799+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668215+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668357+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668498+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.668884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669119+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669804+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.669936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.670233+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.670389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.670573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.670675+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.670889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.671895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672280+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672424+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672588+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.672974+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673108+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673277+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673645+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.673963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.674089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.674335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.674484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.674656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.674786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675147+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675299+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675608+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.675960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676501+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676632+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.676916+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.677148+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.677286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.677473+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.677627+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.679262+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.679420+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.679549+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.679706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.679983+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.680136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.680335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.680470+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.680748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.680921+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.681161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.681344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.681681+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.681808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.681970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682537+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.682965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.683086+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.683236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.683373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.683792+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.683977+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684171+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684604+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.684897+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685126+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685246+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685793+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.685929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686217+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686419+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686695+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.686809+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687445+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687809+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.687939+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.688990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.689105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.689236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:05.689341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:07.925121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:07.929163+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=config","method":"GET"} [] [2025-01-13T05:43:08.012908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013266+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013396+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013554+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.013992+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.014164+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.014334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:08.014458+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.067347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:11.071408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=request","method":"GET"} [] [2025-01-13T05:43:11.175391+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.175594+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.175692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.175806+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.175931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176712+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.176848+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177000+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177286+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177424+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177524+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.177886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178015+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178755+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.178909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179046+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179350+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179465+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179578+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.179945+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.180078+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.180592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.180696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.180825+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.182650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.182857+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183608+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183743+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.183982+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184561+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184675+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184808+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.184900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185108+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185537+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185640+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.185885+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186003+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186127+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186855+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.186989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187088+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187187+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187428+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187512+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187845+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.187925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188296+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188514+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:11.188620+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.063166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:13.067584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503","method":"GET"} [] [2025-01-13T05:43:13.134219+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.134607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.134782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.134981+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.135207+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.135618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.135757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.135890+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136186+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136466+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.136913+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.137836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138031+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138202+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138533+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.138931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.139089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.139527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.139739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.139875+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.140049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.140254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.140416+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.141610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.141753+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.141929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.144545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.144767+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.144918+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.145102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.145257+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.145404+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.145627+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.145818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.146049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.146211+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.146406+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.146625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.146836+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.147933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.148110+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.148273+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.148467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.148625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.148806+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.149815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150156+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150496+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150642+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.150886+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151065+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151241+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151411+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.151869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152089+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152564+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152745+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.152908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:13.153042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:15.699943+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:15.702736+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=db","method":"GET"} [] [2025-01-13T05:43:15.776495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:18.019276+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:18.023137+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503?panel=security","method":"GET"} [] [2025-01-13T05:43:18.110145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:18.110711+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:18.111532+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:18.111696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:18.111854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.155748+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:21.177642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee8075"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/ee8075","method":"GET"} [] [2025-01-13T05:43:21.331163+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331376+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331479+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.331876+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332326+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332452+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332771+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.332884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333296+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333384+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.333933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334041+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334229+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334326+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334417+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.334952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.335986+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336810+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.336910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.337014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.337206+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.337785+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.337917+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.338102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.338702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.338831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.338933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339332+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339454+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339692+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.339941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340159+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340380+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340703+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.340956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341182+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341514+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341700+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341876+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.341986+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342070+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342148+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342247+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342543+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342858+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.342940+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.343892+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344322+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344439+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344549+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344700+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344824+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.344946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345210+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345590+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345890+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.345967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346069+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346271+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346505+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346714+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346897+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.346989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347179+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347297+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347481+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347833+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.347927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348054+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348153+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348227+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348309+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348516+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.348929+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349019+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349122+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349224+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349491+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349720+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.349802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350148+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350542+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350805+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.350924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351104+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351527+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351872+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.351972+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352082+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352825+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.352933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353021+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353254+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353705+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.353917+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354035+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354221+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354740+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.354934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355034+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355124+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355221+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355311+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355393+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355570+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.355946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356125+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356397+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356486+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356679+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356860+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.356941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357160+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357236+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357333+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357536+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357611+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.357909+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358004+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358086+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358188+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358365+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358557+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358645+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.358920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359101+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359296+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359395+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359576+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359665+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359777+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.359944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360282+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360375+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360479+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360587+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360868+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.360973+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361062+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361403+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361518+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361603+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.361925+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362315+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362433+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362538+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362677+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362882+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.362974+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363105+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363189+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363351+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363761+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363912+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.363991+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364177+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364665+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364842+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.364932+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365107+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365710+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365800+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365881+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.365962+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366249+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366577+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366683+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.366946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367058+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367135+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367408+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367550+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367739+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367831+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.367905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368171+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368350+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368459+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368573+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368656+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.368938+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369029+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369237+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369423+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369526+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369630+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369758+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369845+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.369930+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370432+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370523+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370715+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370804+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.370923+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371651+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.371990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.372132+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.372270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373219+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373320+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373608+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373705+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.373912+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374010+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374101+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374200+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374441+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374702+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.374957+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375065+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375413+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375532+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375839+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.375992+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376130+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376525+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376729+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.376944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377059+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377328+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377788+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.377916+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378222+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378343+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378479+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.378934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.379068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:21.379209+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.801510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:23.804656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"443e6b"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/443e6b?panel=request","method":"GET"} [] [2025-01-13T05:43:23.903752+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.903973+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904139+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904828+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.904935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905400+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905487+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.905926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906028+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.906895+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908170+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908289+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908449+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908591+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908700+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908823+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.908922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909295+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909625+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909764+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.909994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910142+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910292+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910446+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910876+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.910970+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911083+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911276+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911618+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911706+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911815+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.911967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912127+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912310+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912585+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912685+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.912976+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.913057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.913149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:23.913252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.659339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:26.662887+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=config","method":"GET"} [] [2025-01-13T05:43:26.800467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.800711+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.800841+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.800994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801122+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801252+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801385+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801504+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801659+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801803+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:26.801949+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:29.201411+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:29.204041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=security","method":"GET"} [] [2025-01-13T05:43:29.261968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:29.262260+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:29.262379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:32.501640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:32.505665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=time","method":"GET"} [] [2025-01-13T05:43:34.201124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:34.204035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=logger","method":"GET"} [] [2025-01-13T05:43:34.261716+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:43:34.263718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265153+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265251+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265456+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265707+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265834+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.265928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266087+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266183+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266295+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266379+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266637+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266751+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266829+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.266989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.267081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.267196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.267281+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.267447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.267838+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.268143+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.268410+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.268682+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.268924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.269717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.269904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.270017+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.270434+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.270699+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.270968+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.271229+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.271480+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.272250+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.272684+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.272939+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.273191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.273460+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.273697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.274451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.274797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.274891+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275005+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275086+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275255+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275559+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.275889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276109+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276281+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276374+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276534+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276619+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.276999+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.277081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.277308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.278529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.278847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.279744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.279879+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.280408+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.280680+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.280935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.281205+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.281440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.282213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.282682+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.282951+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.283207+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.283495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.283728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.284749+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.284998+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.285113+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.286270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.286544+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.287431+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.287575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.288060+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.288356+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.288696+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.288998+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.289301+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.290228+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.290737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.291043+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.291371+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.291708+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.291960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.293149+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.294500+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.294832+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.295727+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.295869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.296401+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.296757+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.297047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.297398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.297673+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.298598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.299136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.299421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.299732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.300037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.300381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.301506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302090+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302196+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302450+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.302935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303160+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303264+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303389+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303472+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303759+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303917+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.303997+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304190+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304279+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304666+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.304990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305154+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305378+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305490+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305765+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.305978+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306192+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306284+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306403+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306485+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306742+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306864+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.306978+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307355+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307453+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307566+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307671+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307859+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.307961+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308093+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308340+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308607+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.308967+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309074+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309337+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309425+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:34.309606+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:36.636588+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:36.649040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=twig","method":"GET"} [] [2025-01-13T05:43:39.079560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:39.082119+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb","method":"GET"} [] [2025-01-13T05:43:43.077148+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:43.079733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb?panel=request","method":"GET"} [] [2025-01-13T05:43:43.160676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.160928+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161027+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161218+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161306+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161391+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161562+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161904+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.161987+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162070+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162153+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162318+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162652+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162734+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.162924+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163185+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163326+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163672+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163763+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.163851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165461+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165560+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165659+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165756+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165845+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.165947+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166134+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166407+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166675+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166760+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166852+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.166941+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167023+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167112+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167283+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167551+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167631+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167710+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167789+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167867+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.167960+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168071+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168165+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168245+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168325+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168443+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168552+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168636+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168725+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168810+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.168994+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169162+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169242+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169435+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169528+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:43.169619+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:43:50.749564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:50.753498+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/?cat=blocs","method":"GET"} [] [2025-01-13T05:43:50.763493+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:43:50.847191+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:43:50.899273+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T05:43:51.027413+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:43:51.084608+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:43:51.089912+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:43:51.099131+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:51.100076+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:43:51.105059+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:51.106268+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:43:51.111269+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:51.112251+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:43:51.115746+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:43:51.120292+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:43:51.124746+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:58.474962+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:43:58.505210+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/?cat=objectif","method":"GET"} [] [2025-01-13T05:43:58.510294+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:43:58.615228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:43:58.639139+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T05:43:58.675110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:43:58.722041+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:43:58.725895+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:43:58.734285+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:58.735192+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:43:58.739432+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:58.740104+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:43:58.744896+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:43:58.745515+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:43:58.748568+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:43:58.752502+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:43:58.755671+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:12.589538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:12.592541+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"79cb3e"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/79cb3e?panel=request","method":"GET"} [] [2025-01-13T05:44:12.736055+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736448+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736728+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.736911+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737000+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737091+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737283+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737369+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737463+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737548+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737632+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737721+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737870+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.737956+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.738039+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.738122+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.738922+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.739016+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.739129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740575+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740670+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740762+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740863+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.740955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741056+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741155+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741250+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741350+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741438+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741521+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741612+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741893+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.741989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742248+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742415+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742515+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742689+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742791+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.742965+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743045+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743131+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743265+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743347+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743772+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.743936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.744036+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.744140+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.744225+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.744319+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:12.744398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:16.282033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:16.292598+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/?cat=programme","method":"GET"} [] [2025-01-13T05:44:16.304255+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:44:16.422022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:44:16.478584+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T05:44:16.544567+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:44:16.598508+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:16.603450+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:16.615560+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:16.616305+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:44:16.622162+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:16.623191+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:44:16.630251+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:16.631163+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:44:16.635531+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:44:16.640865+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:44:16.647353+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:19.869573+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:19.873578+01:00] request.INFO: Matched route "patient_show". {"route":"patient_show","route_parameters":{"_route":"patient_show","_controller":"App\\Controller\\PatientController::show","id":"2"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/2","method":"GET"} [] [2025-01-13T05:44:19.878740+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:44:19.923923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:44:19.949349+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["2"] [] [2025-01-13T05:44:19.972218+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:44:20.011584+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:20.016188+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:20.026153+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:20.026857+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:44:20.031004+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:20.031733+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:44:20.035613+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:20.036159+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:44:20.038252+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:44:20.040565+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:44:20.042924+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:24.146839+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:24.149674+01:00] request.INFO: Matched route "patient_edit". {"route":"patient_edit","route_parameters":{"_route":"patient_edit","_controller":"App\\Controller\\PatientController::edit","id":"2"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/2/edit","method":"GET"} [] [2025-01-13T05:44:24.153382+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:44:24.188680+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:44:24.210190+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["2"] [] [2025-01-13T05:44:24.673627+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:44:25.283117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2025-01-13T05:44:25.296462+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:25.299869+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:25.306719+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:25.307351+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:44:25.309982+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:25.310503+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:44:25.316155+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:25.320115+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:44:25.324288+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:44:25.327178+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:44:25.330551+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:28.794637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:28.798641+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/?cat=accueil","method":"GET"} [] [2025-01-13T05:44:28.803779+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:44:28.849992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:44:28.874879+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T05:44:28.892148+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:44:28.915967+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:28.920405+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:28.929942+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:28.930941+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:44:28.935354+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:28.936261+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:44:28.941297+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:28.941952+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:44:28.945197+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:44:28.948612+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:44:28.951263+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:36.173264+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:36.183844+01:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/?cat=inscription","method":"GET"} [] [2025-01-13T05:44:36.196349+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-13T05:44:36.287602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:44:36.332689+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-01-13T05:44:36.368851+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-13T05:44:36.424688+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:36.426855+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:44:36.435618+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:36.436204+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:44:36.451678+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:36.452389+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:44:36.458522+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:36.459438+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:44:36.463240+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:44:36.466995+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:44:36.488519+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:44:38.757678+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:38.761575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=request","method":"GET"} [] [2025-01-13T05:44:38.912574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.912856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913002+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913180+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913627+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913779+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.913918+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914191+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914334+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914629+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914773+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.914917+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915061+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915194+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915327+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915467+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915602+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915737+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.915883+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916012+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916158+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916260+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916394+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916511+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916650+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.916900+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.917014+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.917146+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.917280+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.917512+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.922300+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.922495+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.922639+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.924824+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.924969+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925115+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925367+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925513+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.925927+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926072+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926197+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926344+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926738+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926854+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.926989+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927235+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927381+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927529+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927647+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927797+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.927931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928074+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928230+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928520+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928662+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.928820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929147+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929287+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929419+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929566+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929769+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.929905+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930047+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930187+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930462+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930611+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930747+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.930880+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.931038+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.931204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.931341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.931514+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:38.931614+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:43.240820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:43.244883+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=db","method":"GET"} [] [2025-01-13T05:44:43.335786+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.486637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:45.489240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=logger","method":"GET"} [] [2025-01-13T05:44:45.560008+01:00] php.INFO: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:146)"} [] [2025-01-13T05:44:45.561835+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563316+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563430+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563518+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563724+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563838+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.563936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564013+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564133+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564208+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564393+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564580+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564676+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564787+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.564874+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565145+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565261+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565339+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565497+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565718+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.565837+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566032+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566268+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566546+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.566871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567037+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567243+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567585+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567710+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.567915+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568116+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568204+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568317+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568392+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568556+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568643+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568760+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.568842+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569053+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569199+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569357+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569469+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569686+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.569964+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570429+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570693+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.570950+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571258+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571592+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571687+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571802+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.571892+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572172+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572259+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572646+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572732+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.572920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573114+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573203+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573313+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573410+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573616+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573713+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.573916+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575335+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575443+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575663+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575794+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.575933+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.576128+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.576364+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.576508+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.576694+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.576818+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577077+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577410+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577545+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577806+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.577963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578138+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578232+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578464+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578593+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578770+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.578889+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.579231+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.579373+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.579547+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.579674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.579934+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580244+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580375+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580563+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580688+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580862+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.580984+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581195+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581312+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581494+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581633+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581820+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.581926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582129+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582296+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582386+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582840+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.582955+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583042+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583465+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583540+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583690+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583774+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583878+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:45.583952+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.301987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:48.305930+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=config","method":"GET"} [] [2025-01-13T05:44:48.394784+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.395096+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.395285+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.395477+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.395658+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.395844+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.396076+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.396273+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.396457+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.396634+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:48.396812+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.190305+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:51.204316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43","method":"GET"} [] [2025-01-13T05:44:51.271310+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.271503+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.271609+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.271722+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.271843+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272011+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272127+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272302+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272398+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272484+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272568+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272651+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272742+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272827+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272910+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.272997+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273079+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273161+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273243+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273405+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273489+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273571+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273657+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273744+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273826+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.273906+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274057+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274141+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274223+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274449+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274908+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.274995+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.276377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.276482+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.276599+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.276716+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.276859+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277110+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277243+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277377+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277474+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277581+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277745+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277865+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.277954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278049+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278136+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278226+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278324+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278408+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278491+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278574+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278667+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278838+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.278920+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279008+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279088+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279173+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279256+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279345+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279447+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279530+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279615+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279697+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279776+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279898+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.279980+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280102+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280184+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280349+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280427+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280506+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280586+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280664+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280791+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280871+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.280963+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:51.281052+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:54.071665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:54.074721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=time","method":"GET"} [] [2025-01-13T05:44:56.403222+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:56.405931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=twig","method":"GET"} [] [2025-01-13T05:44:59.726820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:44:59.729395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43?panel=security","method":"GET"} [] [2025-01-13T05:44:59.784869+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:59.785291+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:59.785821+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:59.785935+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:44:59.786044+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.623719+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:45:02.627717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95b700"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/95b700","method":"GET"} [] [2025-01-13T05:45:02.735444+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736217+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736353+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736468+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736610+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736710+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736814+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.736946+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.737295+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.737437+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.737579+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.737750+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.737856+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738035+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738151+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738451+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738600+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738733+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738851+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.738969+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739120+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739272+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739421+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739567+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739717+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739845+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.739944+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740051+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740176+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740269+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740414+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740550+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740678+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740817+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.740954+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.741081+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.741216+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.741589+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.741742+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.741884+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.742034+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.742174+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.742867+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.743024+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.743170+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.748669+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.749275+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.749648+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.750018+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.750532+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.750866+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.751193+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.751598+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.752370+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753006+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753123+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753270+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753440+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753595+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753748+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.753903+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754009+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754147+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754294+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754448+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754555+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754674+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754780+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.754926+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755073+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755212+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755366+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755507+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755621+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755741+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755847+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.755990+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756308+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756449+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756582+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756723+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.756931+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757063+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757213+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757354+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757502+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757649+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757782+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.757936+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758068+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758168+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758341+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758475+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758605+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:02.758701+01:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-01-13T05:45:42.134970+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T05:45:42.289101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-13T05:45:42.679584+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-13T05:45:42.743016+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:45:42.747416+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-13T05:45:42.776883+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:45:42.777959+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-13T05:45:42.784114+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:45:42.785209+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-13T05:45:42.789620+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:45:42.790366+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-13T05:45:42.795521+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-13T05:45:42.799847+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-13T05:45:42.806873+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-13T05:45:42.815576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-22T14:01:37.206461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:01:37.206461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:01:37.960027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:01:37.960027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:01:39.201647+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:01:39.201647+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:01:39.519391+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:01:39.519391+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:01:39.541008+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:01:39.541008+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:01:39.774689+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.774957+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.775249+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:01:39.775527+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:01:39.831502+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.831503+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.832202+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:01:39.832202+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:01:39.834827+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.835261+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:01:39.836734+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:01:39.837423+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.842532+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:01:39.846923+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:01:39.848112+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:01:39.851079+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:01:39.940145+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:01:39.940171+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:07:13.404774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:07:13.490494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:07:13.569160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:07:13.595143+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:07:13.600160+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:07:13.629641+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:07:13.630419+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:07:13.635096+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:07:13.635871+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:07:13.638993+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:07:13.639489+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:07:13.641699+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:07:13.644898+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:07:13.650584+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:08:08.582923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:08:08.635864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:08:08.687242+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:08:08.708227+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:08:08.712166+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:08:08.729660+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:08:08.730690+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:08:08.737404+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:08:08.738203+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:08:08.742611+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:08:08.743153+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:08:08.745532+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:08:08.748724+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:08:08.752810+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:12.593434+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:43:12.593435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:43:13.157847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:43:13.158205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:43:14.281098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:43:14.281216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:43:14.434795+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:43:14.434795+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:43:14.456239+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:43:14.456239+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:43:14.583450+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.583452+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.584155+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:43:14.584336+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:43:14.626493+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.626497+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.627138+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:43:14.627381+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:43:14.630046+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.630637+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:43:14.632524+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:43:14.633547+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.634341+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:43:14.638230+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:43:14.638656+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:43:14.643991+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:43:14.705576+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:43:14.705576+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:43.110537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:49:43.161440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:49:43.225135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:49:43.249409+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:49:43.253942+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:49:43.273086+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:43.273718+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:49:43.277463+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:43.278085+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:49:43.280333+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:43.281548+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:49:43.283385+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:49:43.285962+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:49:43.290399+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:52.567460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T14:49:52.585684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T14:49:52.606193+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T14:49:52.620369+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:49:52.627044+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T14:49:52.641824+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:52.642494+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T14:49:52.645737+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:52.646241+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T14:49:52.649162+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T14:49:52.649633+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T14:49:52.651338+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T14:49:52.653700+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T14:49:52.656767+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T22:36:30.143063+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T22:36:30.267468+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-22T22:36:30.421322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-22T22:36:30.517361+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T22:36:30.528074+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-22T22:36:30.595227+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T22:36:30.596067+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-22T22:36:30.603517+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T22:36:30.604166+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-22T22:36:30.607119+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-22T22:36:30.607688+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-22T22:36:30.609755+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-22T22:36:30.612992+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-22T22:36:30.620978+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:16.599945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:17.147480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-24T15:09:17.484155+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:17.589880+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:17.619978+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:17.842502+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:17.843422+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:17.862731+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:17.863664+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:17.869338+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:17.870286+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:17.873756+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:17.877727+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:17.890743+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:18.619481+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:18.639363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:09:19.233202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:19.268470+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:19.274587+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:19.287733+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:19.288456+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:19.292853+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:19.293745+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:19.297103+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:19.298097+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:19.300903+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:19.306016+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:19.309871+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:19.315274+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-24T15:09:20.047877+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:20.074766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-24T15:09:20.105747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:20.125566+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:20.132359+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:20.146746+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:20.147654+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:20.153894+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:20.155403+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:20.161725+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:20.162647+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:20.166587+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:20.170278+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:20.174065+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:22.237553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:22.255879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:09:22.310444+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:22.334295+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:22.337274+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:22.346165+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:22.346828+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:22.349547+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:22.350509+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:22.356283+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:22.357460+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:22.362716+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:22.367794+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:22.370770+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:22.374199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-24T15:09:23.677703+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:23.696611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:09:23.766071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:23.805525+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:23.812146+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:23.826924+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:23.827866+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:23.833197+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:23.834034+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:23.838475+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:23.839466+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:23.844147+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:23.849144+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:23.852814+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:23.855989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-24T15:09:24.913639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:24.937599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public//"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public//\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:09:25.016117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:25.045828+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:25.050776+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:25.062596+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:25.063225+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:25.066562+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:25.067168+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:25.070087+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:25.070706+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:25.073052+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:25.076951+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:25.080215+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:25.084922+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-24T15:09:26.044774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-24T15:09:26.062762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:09:26.118351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-24T15:09:26.142547+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:26.146061+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-24T15:09:26.157487+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:26.158017+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-24T15:09:26.160445+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:26.160897+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-24T15:09:26.163779+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:26.164264+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-24T15:09:26.167260+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-24T15:09:26.169916+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-24T15:09:26.172194+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-24T15:09:26.175301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-01-25T03:06:59.168643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-25T03:07:00.811293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-25T03:07:01.874565+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-25T03:07:02.349306+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-25T03:07:02.374614+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-25T03:07:02.614598+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:07:02.615835+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-25T03:07:02.668724+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:07:02.669404+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-25T03:07:02.672817+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:07:02.673358+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-25T03:07:02.676369+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-25T03:07:02.680311+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-25T03:07:02.698759+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:15:44.795485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-25T03:15:45.066355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-01-25T03:15:45.355042+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-25T03:15:45.397733+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-25T03:15:45.402768+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-01-25T03:15:45.448030+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:15:45.448714+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-01-25T03:15:45.452427+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:15:45.453065+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-01-25T03:15:45.456267+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-01-25T03:15:45.456808+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-01-25T03:15:45.459372+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-01-25T03:15:45.462334+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-01-25T03:15:45.467224+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T03:39:28.687159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-05T03:39:30.142350+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-02-05T03:39:31.894133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-05T03:39:32.419888+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-05T03:39:32.463248+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-05T03:39:32.949412+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T03:39:32.950664+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-02-05T03:39:33.014590+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T03:39:33.015386+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-02-05T03:39:33.022373+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T03:39:33.023102+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-02-05T03:39:33.026342+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-02-05T03:39:33.039544+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-02-05T03:39:33.520394+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T09:27:41.225801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-05T09:27:42.296583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-02-05T09:27:44.228075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-05T09:27:44.541706+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-05T09:27:44.577291+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-05T09:27:44.829374+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T09:27:44.830300+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-02-05T09:27:44.872290+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T09:27:44.873086+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-02-05T09:27:44.875850+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-05T09:27:44.876362+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-02-05T09:27:44.878376+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-02-05T09:27:44.891867+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-02-05T09:27:44.970883+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-26T06:10:53.528845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-26T06:10:55.240807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-02-26T06:10:56.906000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-26T06:10:57.380238+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-26T06:10:57.446978+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-02-26T06:10:57.906570+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-26T06:10:57.907692+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-02-26T06:10:57.986525+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-26T06:10:57.987569+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-02-26T06:10:57.994159+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-02-26T06:10:57.995008+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-02-26T06:10:58.003882+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-02-26T06:10:58.012833+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-02-26T06:10:58.118180+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-07T15:24:44.387124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-07T15:24:45.637445+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-03-07T15:24:47.088837+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-03-07T15:24:47.406484+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-07T15:24:47.447080+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-07T15:24:47.802941+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-07T15:24:47.803905+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-03-07T15:24:47.875841+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-07T15:24:47.876718+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-03-07T15:24:47.883057+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-07T15:24:47.883731+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-03-07T15:24:47.887834+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-03-07T15:24:47.901150+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-03-07T15:24:47.991833+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-12T02:47:09.850803+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-12T02:47:11.729086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-03-12T02:47:13.357296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-03-12T02:47:13.797106+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-12T02:47:13.835246+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-12T02:47:14.095097+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-12T02:47:14.095842+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-03-12T02:47:14.149476+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-12T02:47:14.150248+01:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-03-12T02:47:14.155852+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-12T02:47:14.156667+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-03-12T02:47:14.160782+01:00] 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 = 'doctrine_migration_versions' [] [] [2025-03-12T02:47:14.184823+01:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-03-12T02:47:14.290172+01:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-31T06:46:13.261122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-31T06:46:14.185844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-03-31T06:46:15.460825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-03-31T06:46:15.793597+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-31T06:46:15.812318+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-03-31T06:46:16.127310+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-31T06:46:16.128359+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-03-31T06:46:16.197447+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-31T06:46:16.198395+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-03-31T06:46:16.201913+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-03-31T06:46:16.202634+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-03-31T06:46:16.206195+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-03-31T06:46:16.210547+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-03-31T06:46:16.309188+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-11T04:18:10.368622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-11T04:18:10.892502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-11T04:18:12.004907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-11T04:18:12.232303+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-11T04:18:12.255893+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-11T04:18:12.577220+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-11T04:18:12.577996+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-11T04:18:12.607527+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-11T04:18:12.608232+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-11T04:18:12.612076+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-11T04:18:12.612626+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-11T04:18:12.614979+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-11T04:18:12.617835+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-11T04:18:12.676097+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-12T21:57:20.129113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-12T21:57:20.228357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-12T21:57:20.534777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-12T21:57:20.591712+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-12T21:57:20.596892+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-12T21:57:20.690246+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-12T21:57:20.691330+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-12T21:57:20.700852+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-12T21:57:20.701998+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-12T21:57:20.706571+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-12T21:57:20.707115+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-12T21:57:20.710156+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-12T21:57:20.714279+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-12T21:57:20.731542+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:14.391737+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T19:23:14.943590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-22T19:23:15.658425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T19:23:15.841904+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:15.844740+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:16.013453+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.014005+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T19:23:16.039958+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.040320+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T19:23:16.042233+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.042469+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T19:23:16.043623+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T19:23:16.045211+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T19:23:16.068353+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.777928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T19:23:16.790607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-22T19:23:16.804592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T19:23:16.813189+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:16.814958+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:16.820292+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.820609+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T19:23:16.821881+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.822134+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T19:23:16.823063+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:16.823273+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T19:23:16.823967+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T19:23:16.824899+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T19:23:16.826442+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:28.488273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T19:23:28.500858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-22T19:23:28.514034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T19:23:28.521851+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:28.523667+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T19:23:28.528721+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:28.529052+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T19:23:28.530254+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:28.530521+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T19:23:28.531598+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T19:23:28.531839+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T19:23:28.532879+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T19:23:28.533965+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T19:23:28.535448+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:27.510615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:27.520519+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/738192","method":"GET"} [] [2025-04-22T22:25:28.390497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:28.392291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/b7ea43","method":"GET"} [] [2025-04-22T22:25:29.583379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:29.585500+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/c9ed78","method":"GET"} [] [2025-04-22T22:25:30.975255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:30.977026+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/cc3c67","method":"GET"} [] [2025-04-22T22:25:31.838470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:31.840179+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2025-04-22T22:25:33.050196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:33.052662+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/1ac503","method":"GET"} [] [2025-04-22T22:25:34.143965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:34.145995+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/f5379c","method":"GET"} [] [2025-04-22T22:25:35.259340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:35.283768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T22:25:35.607536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:25:35.685424+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:35.688848+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:35.707713+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:35.708122+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:25:35.711259+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:35.711708+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:25:35.714210+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:35.714619+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:25:35.716200+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:25:35.718471+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:25:35.723309+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:35.726529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:25:36.459252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:36.470439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T22:25:36.503660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:25:36.517676+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:36.520060+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:36.525762+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:36.526194+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:25:36.528039+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:36.528683+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:25:36.530341+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:36.530598+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:25:36.531623+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:25:36.532774+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:25:36.534314+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:36.535948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:25:51.102251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:51.108978+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/f5379c","method":"GET"} [] [2025-04-22T22:25:52.019498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:52.021437+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/6417cb","method":"GET"} [] [2025-04-22T22:25:53.502728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:53.515699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T22:25:53.578791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:25:53.606150+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:53.609558+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:25:53.625742+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:53.626229+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:25:53.629087+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:53.629565+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:25:53.631745+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:53.632153+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:25:53.633996+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:25:53.636780+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:25:53.640639+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:25:53.644826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:25:54.883389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:54.885148+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/738192","method":"GET"} [] [2025-04-22T22:25:54.936161+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936319+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936369+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936405+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936465+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936615+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936655+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936688+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936717+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936746+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936775+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936807+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936835+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936873+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936904+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936939+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.936969+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937003+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937042+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937074+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937117+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937149+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937185+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937220+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937257+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937294+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937429+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937465+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937494+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.937522+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.953247+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.953346+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.953390+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954679+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954760+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954808+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954840+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954877+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954913+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954943+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.954988+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955024+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955058+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955096+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955130+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955197+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955228+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955260+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955287+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955315+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955341+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955368+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955396+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955423+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955452+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955482+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955528+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955563+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955594+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955635+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955678+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955707+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955743+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955772+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955808+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955864+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955893+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955928+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955957+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.955994+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956031+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956060+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956099+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956129+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956165+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956204+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956268+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:54.956310+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.770834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:55.772576+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78","method":"GET"} [] [2025-04-22T22:25:55.809778+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.809929+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.809977+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810021+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810076+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810229+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810269+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810301+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810335+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810364+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810392+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810424+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810452+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810490+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810520+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810557+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810587+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810625+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810664+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810694+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810730+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810763+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810798+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810833+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810864+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.810901+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811068+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811096+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811124+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811182+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811410+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811459+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.811506+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812049+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812109+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812156+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812194+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812233+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812263+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812301+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812331+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812367+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812404+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812441+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812478+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812506+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812540+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812578+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812607+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812642+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812680+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812713+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812747+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812776+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812814+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812851+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812882+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812914+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812941+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.812974+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813015+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813050+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813088+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813117+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813149+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813191+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813237+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813271+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813300+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813344+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813382+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813410+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813443+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813472+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813509+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813542+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813576+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813603+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813630+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:55.813656+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.118354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:57.120602+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/b7ea43","method":"GET"} [] [2025-04-22T22:25:57.167197+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167336+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167391+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167487+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167572+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167612+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167643+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167672+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167703+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167736+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167765+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167793+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167824+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167852+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167880+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167908+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167939+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167966+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.167994+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168024+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168052+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168080+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168108+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168137+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168194+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168221+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168289+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168323+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168356+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168385+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168449+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168681+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168730+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.168765+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169298+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169363+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169401+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169468+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169497+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169525+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169554+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169582+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169611+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169640+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169671+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169700+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169728+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169756+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169784+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169812+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169839+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169868+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169895+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169951+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.169980+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170007+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170036+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170066+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170093+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170120+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170147+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170173+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170207+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170235+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170291+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170318+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170364+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170392+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170420+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170447+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170474+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170503+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170530+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170557+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170584+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170610+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170643+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170669+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170698+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.170724+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:57.986840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:57.988683+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"95b700"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/95b700","method":"GET"} [] [2025-04-22T22:25:58.054651+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054777+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054821+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054853+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054899+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054929+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054956+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.054987+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055136+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055181+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055214+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055254+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055288+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055354+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055389+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055419+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055448+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055475+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055503+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055534+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055561+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055589+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055624+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055654+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055682+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055720+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055758+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055797+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055826+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055860+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055890+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055932+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055967+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.055997+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056067+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056097+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056132+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056314+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056355+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056387+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056422+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056451+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056699+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056757+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.056792+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057374+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057435+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057476+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057516+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057549+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057584+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057623+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057652+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057687+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057716+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057754+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057789+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057825+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057861+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057889+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057926+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057960+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.057994+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058068+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058096+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058133+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058160+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058195+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058230+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058261+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058299+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058327+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058370+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058404+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058433+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058467+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058504+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058542+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058576+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058604+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058645+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058700+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058729+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058772+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058817+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058853+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058888+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058925+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058970+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.058998+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.059033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.059083+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.059110+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.059148+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.059181+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:25:58.890202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:25:58.891925+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c2372"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/0c2372","method":"GET"} [] [2025-04-22T22:26:01.492938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:01.506148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-22T22:26:01.520666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:01.528756+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:01.530529+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:01.535583+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:01.535914+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:01.537142+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:01.537436+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:01.538417+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:01.538660+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:01.539469+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:01.540516+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:01.542115+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:02.327405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:02.338625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-22T22:26:02.351076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:02.360316+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:02.362046+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:02.367058+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:02.367384+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:02.368589+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:02.368851+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:02.369786+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:02.370015+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:02.370736+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:02.371688+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:02.373152+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:03.366946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:03.368728+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee8075"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/ee8075","method":"GET"} [] [2025-04-22T22:26:03.407652+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407785+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407829+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407863+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407909+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407945+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.407987+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408022+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408183+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408227+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408267+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408346+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408376+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408480+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408511+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408538+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408584+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408735+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408779+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408816+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408848+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408877+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408907+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408935+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408963+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.408990+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409019+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409051+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409079+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409107+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409135+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409162+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409189+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409217+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409247+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409276+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409311+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409350+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409379+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409435+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409472+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409502+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409597+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409634+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409673+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409704+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409737+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.409802+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410102+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410159+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410235+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410545+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410597+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410627+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410653+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410690+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410722+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410747+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410773+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410806+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410834+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410859+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410893+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410923+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410957+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.410981+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411012+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411041+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411077+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411116+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411150+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411185+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411215+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411247+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411281+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411347+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411374+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411407+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411474+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411505+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411531+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411566+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411595+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411634+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411666+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411705+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411739+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411765+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411797+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411828+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411864+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411896+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411956+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.411989+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412024+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412105+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412140+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412175+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412199+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412241+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412269+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412300+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412327+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412367+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412404+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412429+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412462+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412492+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412525+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412558+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412583+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412619+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412648+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412685+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412712+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412752+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412787+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412814+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412853+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412883+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412920+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412946+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.412978+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413013+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413044+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413074+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413102+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413136+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413176+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413203+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413234+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413271+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413315+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413348+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413379+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413415+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413445+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413477+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413504+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413539+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413567+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413604+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413641+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413668+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413701+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413726+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413756+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413791+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413832+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.413865+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414014+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414047+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414072+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414101+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414134+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414194+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414220+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414248+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414274+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414297+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414321+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414349+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414382+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414407+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414440+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414475+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414506+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414539+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414564+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414601+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414630+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414665+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414700+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414734+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414769+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414795+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414826+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414857+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414901+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414932+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414958+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.414993+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415022+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415054+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415082+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415118+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415151+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415176+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415211+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415241+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415278+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415311+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415336+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415372+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415405+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415440+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415464+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415498+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415533+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415563+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415595+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415626+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415663+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415704+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415782+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415812+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415842+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415874+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415906+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415947+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.415980+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416005+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416040+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416071+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416101+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416131+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416199+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416224+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416291+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416328+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416353+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416385+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416420+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416448+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416489+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416514+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416550+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416587+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416616+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416647+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416677+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416711+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416742+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416771+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416809+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416838+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416870+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416896+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416931+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.416963+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417000+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417034+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417063+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417098+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417123+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417156+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417191+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417225+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417286+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417326+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417356+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417386+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417417+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417446+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417484+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417521+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417669+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417700+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417732+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417763+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417795+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417828+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417856+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417951+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.417982+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418007+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418043+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418076+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418101+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418127+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418157+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418186+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418211+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418234+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418291+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418340+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418372+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418411+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418440+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418470+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418500+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418533+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418568+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418594+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418631+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418662+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418695+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418727+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418752+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418796+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418825+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418855+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418880+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418917+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418950+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.418975+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419009+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419039+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419072+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419108+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419139+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419174+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419201+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419241+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419267+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419303+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419341+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419369+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419516+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419547+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419577+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419606+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419641+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419675+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419702+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419733+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419768+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419802+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419837+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419862+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419898+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419927+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419961+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.419986+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420025+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420062+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420090+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420120+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420150+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420186+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420212+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420243+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420285+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420316+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420349+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420375+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420410+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420446+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420472+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420508+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420540+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420575+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420600+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420631+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420667+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420695+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420725+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420751+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420796+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420825+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420855+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420916+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420951+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.420984+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421018+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421046+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421081+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421112+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421137+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421172+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421204+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421241+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421379+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421497+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.421972+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422021+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422060+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422092+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422142+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422173+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422209+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422246+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422275+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422309+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422337+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422368+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422397+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422423+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422450+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422476+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422504+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422531+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422558+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422587+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422614+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422640+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422666+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422692+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422720+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422748+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422778+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422807+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422835+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422862+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422888+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422914+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422941+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.422978+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423022+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423058+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423091+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423124+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423170+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423211+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423246+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423278+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423321+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423349+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423387+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423422+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423451+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423501+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423542+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423572+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423607+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:03.423638+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.497041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:04.499840+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/1ac503","method":"GET"} [] [2025-04-22T22:26:04.535591+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535704+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535755+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535799+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535846+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535927+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535965+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.535995+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536024+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536059+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536088+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536115+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536143+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536171+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536198+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536226+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536252+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536282+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536310+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536338+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536367+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536394+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536423+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536451+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536481+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536510+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536538+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536565+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536630+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536662+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536690+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536721+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536776+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.536809+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537029+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537077+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537112+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537641+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537694+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537733+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537765+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537794+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537823+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537851+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537880+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537909+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537940+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.537970+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538002+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538031+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538059+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538087+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538116+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538144+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538172+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538200+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538227+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538253+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538280+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538307+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538335+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538366+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538393+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538420+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538447+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538474+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538501+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538533+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538564+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538590+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538617+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538644+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538687+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538714+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538741+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538768+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538796+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538823+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538852+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538879+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538906+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538932+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538965+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.538994+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.539020+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:04.539046+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.728665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:05.730786+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13a00"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/a13a00","method":"GET"} [] [2025-04-22T22:26:05.799252+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799452+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799508+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799555+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799615+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799673+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799724+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799905+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799954+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.799988+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800023+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800052+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800080+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800110+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800141+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800174+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800205+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800242+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800299+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800362+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800435+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800497+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800563+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800633+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800691+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800760+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800817+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.800881+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801071+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801136+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801195+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801249+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801361+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801707+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801777+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.801844+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802622+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802713+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802785+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802859+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802931+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.802995+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803057+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803122+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803201+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803266+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803325+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803389+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803455+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803511+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803571+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803621+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803683+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803742+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803795+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803855+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803908+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.803972+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804041+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804101+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804155+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804218+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804284+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804334+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804397+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804461+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804522+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804576+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804635+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804725+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804790+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804847+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804897+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.804957+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805015+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805072+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805132+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805199+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805252+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805320+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805376+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805427+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:05.805477+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:06.920212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:06.926912+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/c9ed78","method":"GET"} [] [2025-04-22T22:26:07.024617+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.024781+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.024835+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.024887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.024938+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025095+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025143+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025190+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025228+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025259+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025294+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025338+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025369+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025442+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025478+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025509+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025551+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025589+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025619+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025655+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025686+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025734+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025777+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025811+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025855+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.025978+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026013+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026042+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026073+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026145+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026395+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026450+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.026496+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027076+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027150+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027193+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027231+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027271+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027300+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027337+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027373+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027445+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027486+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027524+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027563+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027603+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027640+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027671+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027713+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027744+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027777+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027811+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027844+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027884+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027953+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.027989+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028017+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028058+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028100+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028133+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028167+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028196+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028238+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028280+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028325+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028360+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028389+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028424+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028458+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028486+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028523+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028554+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028591+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028624+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028658+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028692+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028720+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.028752+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.915295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:07.916983+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/cc3c67","method":"GET"} [] [2025-04-22T22:26:07.955566+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955709+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955759+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955795+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955848+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955893+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.955926+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956000+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956047+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956076+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956139+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956336+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956382+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956424+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956456+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956494+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956540+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956572+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956599+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956626+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956657+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956685+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956712+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956738+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956766+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956793+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956821+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956849+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956880+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956907+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956934+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.956960+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957025+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957058+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957086+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957117+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957413+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957467+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957541+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957789+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957837+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957868+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957898+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957932+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957961+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.957987+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958012+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958043+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958070+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958093+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958120+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958151+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958178+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958212+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958243+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958286+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958321+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958350+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958380+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958409+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958442+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958468+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958504+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958549+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958580+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958611+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958636+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958670+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958698+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958730+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958767+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958797+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958837+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958862+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958892+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958928+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958958+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.958992+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959020+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959065+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959090+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959126+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959161+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959185+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959216+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959245+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959289+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959315+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959346+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959381+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959441+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959466+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959500+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959530+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959575+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959606+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959640+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959675+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959699+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959730+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959767+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959802+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959835+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959859+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959895+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959921+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959950+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.959983+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960019+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960062+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960093+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960124+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960152+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960188+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960217+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960243+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960279+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960317+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960351+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960382+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960411+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960443+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960470+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960502+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960531+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960574+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960610+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960635+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960669+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960697+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960731+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960756+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960792+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960831+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960862+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960892+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960918+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960954+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.960984+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961007+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961049+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961077+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961109+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961135+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961171+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961207+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961291+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961340+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961367+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961399+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961437+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961469+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961501+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961671+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961704+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961728+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961752+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961790+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961817+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961848+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961874+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961902+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961929+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961952+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.961975+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962005+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962031+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962054+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962077+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962136+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962199+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962231+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962265+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962298+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962322+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962357+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962386+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962420+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962453+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962485+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962521+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962550+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962588+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962613+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962646+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962673+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962708+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962740+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962770+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962804+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962833+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962865+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962890+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962965+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.962993+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963025+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963050+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963094+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963138+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963161+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963193+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963221+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963255+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963281+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963347+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963375+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963408+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963434+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963475+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963506+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963536+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963577+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963606+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963648+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963673+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963703+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963741+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963769+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963798+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963823+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963856+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963922+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963951+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.963987+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964019+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964042+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964081+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964114+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964150+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964181+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964210+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964244+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964274+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964305+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964337+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964368+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964400+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964425+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964458+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964492+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964528+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964566+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964593+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964628+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964655+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964695+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964719+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964752+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964786+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964813+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964842+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964872+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964908+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964934+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.964964+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965011+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965039+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965080+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965106+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965144+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965177+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965202+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965260+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965439+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965481+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965684+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965722+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965748+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965772+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965801+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965847+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965878+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965902+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965936+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965963+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.965994+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966019+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966062+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966105+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966131+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966163+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966194+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966259+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966283+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966339+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966362+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966385+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966412+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966463+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966486+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966515+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966561+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966588+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966618+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966655+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966684+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966715+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966741+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966777+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966819+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966856+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966891+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966916+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966946+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.966977+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967011+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967036+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967066+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967102+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967134+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967163+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967188+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967225+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967259+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967294+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967331+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967360+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967393+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967418+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967451+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967484+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967512+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967543+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967567+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967602+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967631+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967661+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967694+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967723+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967756+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967781+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967827+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967864+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967893+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967929+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967952+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.967985+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968011+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968043+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968074+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968104+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968140+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968196+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968224+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968268+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968297+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968326+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968363+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968392+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968424+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968448+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968484+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968517+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968542+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968571+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968605+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968637+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968674+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968697+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968739+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968765+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968794+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968826+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968861+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968894+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968919+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968949+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.968980+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969011+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969036+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969069+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969105+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969134+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969166+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969190+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969269+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969299+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969484+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969517+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969548+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969572+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969612+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969646+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969670+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969706+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969736+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969770+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969795+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969827+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969861+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969888+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969923+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969947+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.969988+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970058+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970088+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970117+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970153+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970183+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970213+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970250+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970281+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970310+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970335+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970369+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970399+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970423+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970447+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970474+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970499+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970522+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970545+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970576+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970601+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970624+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970647+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970675+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970701+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970744+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970790+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970820+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970852+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970882+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970914+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970948+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.970982+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971014+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971041+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971075+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971106+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971137+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971302+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971332+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971364+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971389+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971423+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971451+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971483+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971520+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971549+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971589+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971616+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971647+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971676+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971711+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971741+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971766+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971800+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971830+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971865+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971896+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971924+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971958+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.971993+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972022+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972053+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972097+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972129+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972155+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972190+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972219+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972251+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972275+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972347+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972373+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972404+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972434+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972467+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972507+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972532+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972568+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972602+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972634+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972659+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972693+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972726+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972755+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972788+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972820+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972854+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972882+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972913+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972956+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.972987+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973020+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973191+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973223+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973247+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973270+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973298+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973332+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973356+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973382+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973412+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973461+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973484+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973511+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973537+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973559+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973585+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973621+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973649+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973688+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973714+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973748+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973782+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973810+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973844+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973873+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973906+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973932+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.973973+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974007+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974037+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974069+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974093+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974127+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974154+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974191+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974223+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974252+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974287+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974312+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974343+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974371+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974405+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974437+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974471+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974508+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974535+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974565+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974588+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974615+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974640+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974664+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974687+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974716+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974745+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974770+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974835+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974863+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974910+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974959+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.974990+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975021+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975045+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975082+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975110+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975140+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975182+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975211+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975243+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975268+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975298+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975336+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975371+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975402+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975437+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975474+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975504+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975536+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975562+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975595+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975630+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975657+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975694+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975723+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975766+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975797+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975823+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975857+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975887+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975916+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975941+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.975977+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976010+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976035+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976065+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976095+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976130+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976155+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976191+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976235+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976263+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976299+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976322+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976358+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976393+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976418+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976447+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976482+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976520+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976547+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976727+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976760+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976784+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976815+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976849+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976883+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976907+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976949+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.976986+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977014+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977045+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977070+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977105+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977142+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977167+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977199+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977228+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977262+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977288+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977325+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977369+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977397+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977435+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977465+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977501+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977528+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977560+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977589+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977617+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977653+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977681+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977710+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977745+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977774+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977804+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977830+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977870+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977909+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977939+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977971+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.977999+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978032+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978057+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978088+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978116+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978161+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978208+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978248+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978299+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978346+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978390+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978438+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978487+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978537+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978567+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978867+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.978941+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979007+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979522+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979590+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979646+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979694+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979743+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979788+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979834+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979880+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979928+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979963+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.979990+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980018+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980061+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980108+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980151+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980194+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980243+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980288+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980325+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980361+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980399+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980434+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980472+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980508+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980554+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980592+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980628+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980665+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980711+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980749+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980785+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980826+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980871+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980941+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.980982+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981033+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981073+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981127+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981183+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981232+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981281+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981329+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981394+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981458+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981505+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981556+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:07.981618+02:00] php.INFO: Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead {"exception":"[object] (ErrorException(code: 0): Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /home/projetwewv/www/licence00/monapp/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:963)"} [] [2025-04-22T22:26:10.201026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:10.203405+02:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/patient/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"patient_index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient","method":"GET"} [] [2025-04-22T22:26:10.220382+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-04-22T22:26:10.303773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:10.320839+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:10.323381+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:10.335366+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:10.335889+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:10.338465+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:10.338830+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:10.340496+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:10.340832+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:10.342207+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:10.344755+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:10.347747+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:11.293829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:11.295513+02:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_route":"patient_index","_controller":"App\\Controller\\PatientController::index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/","method":"GET"} [] [2025-04-22T22:26:11.297644+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-04-22T22:26:11.556896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:11.715893+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 [] [] [2025-04-22T22:26:12.029286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:26:12.042983+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:12.044667+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:12.047688+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:12.048016+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:12.049225+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:12.049686+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:12.052127+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:12.052581+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:12.054156+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:12.056180+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:12.058168+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:13.655266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:13.657557+02:00] request.INFO: Matched route "patient_show". {"route":"patient_show","route_parameters":{"_route":"patient_show","_controller":"App\\Controller\\PatientController::show","id":"1"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/1","method":"GET"} [] [2025-04-22T22:26:13.660066+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-04-22T22:26:13.681678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:13.693788+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["1"] [] [2025-04-22T22:26:13.728513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:26:13.768286+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:13.770416+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:13.773976+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:13.774373+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:13.776281+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:13.776627+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:13.778412+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:13.778731+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:13.780146+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:13.782138+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:13.783815+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:14.822382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:14.824263+02:00] request.INFO: Matched route "patient_show". {"route":"patient_show","route_parameters":{"_route":"patient_show","_controller":"App\\Controller\\PatientController::show","id":"2"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient/2","method":"GET"} [] [2025-04-22T22:26:14.826505+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-04-22T22:26:14.845047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:26:14.857230+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.num_ss AS num_ss_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.genre AS genre_6 FROM patient t0 WHERE t0.id = ? ["2"] [] [2025-04-22T22:26:14.869589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-22T22:26:14.885478+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:14.886822+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:26:14.890179+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:14.890477+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:26:14.891838+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:14.892082+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:26:14.893123+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:14.893362+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:26:14.894255+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:26:14.895398+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:26:14.896924+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:26:18.260976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:18.262831+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/effee7","method":"GET"} [] [2025-04-22T22:26:19.430261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:26:19.432160+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee8075"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/ee8075?panel=dump","method":"GET"} [] [2025-04-22T22:27:53.157899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-22T22:27:53.206707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T22:27:53.356050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-22T22:27:53.407399+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:27:53.410373+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-22T22:27:53.423008+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:27:53.423450+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-22T22:27:53.426091+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:27:53.426775+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-22T22:27:53.429124+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:27:53.429444+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-22T22:27:53.431110+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-22T22:27:53.433059+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-22T22:27:53.436260+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-22T22:27:53.441338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-23T15:35:28.477302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T15:35:28.892578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-23T15:35:29.428122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-23T15:35:29.505496+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-23T15:35:29.519133+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-23T15:35:29.644427+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:29.645078+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-23T15:35:29.688553+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:29.689110+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-23T15:35:29.691202+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:29.691601+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-23T15:35:29.693183+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-23T15:35:29.695490+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-23T15:35:29.771307+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:30.173823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T15:35:30.203420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-23T15:35:30.217768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-23T15:35:30.225888+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-23T15:35:30.227460+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-23T15:35:30.232786+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:30.233115+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-23T15:35:30.234436+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:30.234995+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-23T15:35:30.236454+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-23T15:35:30.236717+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-23T15:35:30.237656+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-23T15:35:30.238909+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-23T15:35:30.240495+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T01:37:03.747385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T01:37:03.816643+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_profiler/effee7","method":"GET"} [] [2025-04-24T07:41:02.605863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T07:41:02.615899+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65d51d"},"request_uri":"http://www.projet-web-training.ovh/licence00/monapp/public/_wdt/65d51d","method":"GET"} [] [2025-04-24T08:48:37.308196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T08:48:37.353085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T08:48:37.521090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T08:48:37.707233+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:37.711136+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:37.725934+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:37.726426+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T08:48:37.729653+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:37.730045+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T08:48:37.732046+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:37.732439+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T08:48:37.734120+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T08:48:37.736293+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T08:48:37.741632+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:37.744740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T08:48:39.162854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T08:48:39.174499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T08:48:39.208852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T08:48:39.223226+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:39.224977+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:39.229918+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:39.230216+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T08:48:39.231358+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:39.231633+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T08:48:39.232508+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:39.232728+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T08:48:39.233465+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T08:48:39.234488+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T08:48:39.236009+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:39.237550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T08:48:55.751094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T08:48:55.788510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T08:48:55.877839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T08:48:55.910192+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:55.913134+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T08:48:55.927821+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:55.928334+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T08:48:55.931537+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:55.931942+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T08:48:55.933960+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:55.934316+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T08:48:55.935810+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T08:48:55.937923+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T08:48:55.941473+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T08:48:55.944345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T08:50:10.533491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T08:50:10.540545+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65d51d"},"request_uri":"http://www.projet-web-training.ovh/licence00/monapp/public/_profiler/65d51d","method":"GET"} [] [2025-04-24T09:03:51.877616+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T09:03:51.923589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public//"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public//\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T09:03:52.012013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T09:03:52.053470+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:03:52.056774+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:03:52.082146+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:03:52.082686+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T09:03:52.085999+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:03:52.086495+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T09:03:52.088732+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:03:52.089099+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T09:03:52.090726+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T09:03:52.093201+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T09:03:52.096879+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:03:52.102204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T09:46:35.010114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T09:46:35.079385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T09:46:35.148469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T09:46:35.163117+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:46:35.165621+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:46:35.181798+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:35.182223+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T09:46:35.184359+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:35.184659+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T09:46:35.185857+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:35.186138+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T09:46:35.187114+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T09:46:35.188482+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T09:46:35.191885+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:36.846560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T09:46:36.859983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T09:46:36.873422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T09:46:36.881375+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:46:36.883431+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T09:46:36.889810+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:36.890143+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T09:46:36.891690+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:36.891971+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T09:46:36.893007+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T09:46:36.893262+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T09:46:36.894112+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T09:46:36.895218+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T09:46:36.896763+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T11:15:55.519920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T11:15:55.556298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T11:15:55.663422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T11:15:55.704513+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T11:15:55.708850+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T11:15:55.723464+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T11:15:55.723935+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T11:15:55.737958+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T11:15:55.738419+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T11:15:55.740361+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T11:15:55.740707+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T11:15:55.742368+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T11:15:55.744546+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T11:15:55.749405+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T11:15:55.754994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T13:00:46.113087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T13:00:46.159227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T13:00:46.200853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T13:00:46.215271+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T13:00:46.217881+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T13:00:46.230059+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:00:46.230409+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T13:00:46.232657+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:00:46.233017+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T13:00:46.234204+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:00:46.234464+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T13:00:46.235406+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T13:00:46.236779+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T13:00:46.240051+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:01:40.309623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T13:01:40.345813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T13:01:40.388332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T13:01:40.403100+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T13:01:40.405851+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T13:01:40.421455+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:01:40.421865+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T13:01:40.424113+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:01:40.424415+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T13:01:40.425526+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T13:01:40.425766+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T13:01:40.426719+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T13:01:40.428018+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T13:01:40.431177+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:29.446254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:29.491768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:29.584192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:29.618839+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:29.621412+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:29.637679+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:29.638028+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:29.639954+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:29.640242+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:29.641178+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:29.641420+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:29.642165+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:29.643301+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:29.648016+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:29.650821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:29.723719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:29.725921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"738192"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/738192","method":"GET"} [] [2025-04-24T15:43:30.192382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:30.206049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:30.243750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:30.259727+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:30.262062+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:30.267657+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:30.268066+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:30.270180+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:30.270601+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:30.272404+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:30.272727+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:30.274188+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:30.276116+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:30.277848+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:30.279523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:30.837311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:30.839103+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7ea43"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/b7ea43","method":"GET"} [] [2025-04-24T15:43:31.495359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:31.507465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public//"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public//\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:31.545857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:31.560315+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:31.561943+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:31.566815+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:31.567095+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:31.568238+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:31.568494+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:31.569413+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:31.569645+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:31.570334+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:31.571358+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:31.572832+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:31.575077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:31.942051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:31.943906+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9ed78"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/c9ed78","method":"GET"} [] [2025-04-24T15:43:32.656261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:32.672292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:32.720526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:32.735602+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:32.738046+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:32.743986+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:32.744458+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:32.746610+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:32.746953+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:32.748683+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:32.749037+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:32.750662+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:32.752417+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:32.754133+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:32.756463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:33.113029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:33.114739+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3c67"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/cc3c67","method":"GET"} [] [2025-04-24T15:43:34.260502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:34.262523+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6417cb"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/6417cb","method":"GET"} [] [2025-04-24T15:43:34.743827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:34.755218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T15:43:34.768505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:34.776697+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:34.779118+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:34.784930+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:34.785368+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:34.787545+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:34.787913+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:34.789661+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:34.789968+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:34.791605+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:34.793411+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:34.795242+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:35.437870+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:35.439699+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5379c"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/f5379c","method":"GET"} [] [2025-04-24T15:43:36.058921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:36.069777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T15:43:36.082053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:36.089653+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:36.091699+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:36.096935+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:36.097326+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:36.098820+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:36.099104+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:36.100391+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:36.100662+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:36.101658+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:36.102907+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:36.104489+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:36.647662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:36.649804+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac503"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/1ac503","method":"GET"} [] [2025-04-24T15:43:37.789534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:37.800505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:37.834306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:37.848767+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:37.850519+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:37.855509+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:37.855847+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:37.857029+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:37.857315+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:37.858226+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:37.858465+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:37.859198+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:37.860148+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:37.861669+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:37.863222+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:39.144634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:39.155815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/js/main.js\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:39.188174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:39.202313+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:39.204839+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:39.210529+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:39.211018+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:39.213233+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:39.213682+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:39.216188+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:39.216553+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:39.218266+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:39.220306+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:39.222361+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:39.223987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:40.144411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:40.155329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:43:40.188530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:40.204077+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:40.205707+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:40.210350+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:40.210672+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:40.211941+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:40.212211+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:40.213145+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:40.213417+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:40.214232+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:40.215326+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:40.216794+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:40.218952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T15:43:41.301553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:41.313114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T15:43:41.325751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:41.333485+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:41.335882+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:41.341405+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:41.341862+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:41.343820+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:41.344204+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:41.346047+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:41.346387+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:41.347884+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:41.349641+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:41.351258+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:42.643371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:42.654558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://projet-web-training.ovh/licence00/monapp/public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://projet-web-training.ovh/licence00/monapp/public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:186)"} [] [2025-04-24T15:43:42.666810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:42.674404+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:42.676380+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:42.681388+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:42.681741+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:42.683405+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:42.683683+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:42.684997+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:42.685249+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:42.686310+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:42.687697+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:42.689191+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:44.859565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:44.866201+02:00] request.INFO: Matched route "patient_index". {"route":"patient_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/patient/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"patient_index"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/patient","method":"GET"} [] [2025-04-24T15:43:44.884328+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-04-24T15:43:44.989989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:43:45.005660+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:45.007672+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:43:45.018517+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:45.018820+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:43:45.020614+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:45.020854+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:43:45.021758+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:45.021979+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:43:45.022677+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:43:45.024749+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:43:45.027787+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:43:48.327846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:43:48.329737+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"effee7"},"request_uri":"https://projet-web-training.ovh/licence00/monapp/public/_wdt/effee7","method":"GET"} [] [2025-04-24T15:44:08.155845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T15:44:08.191837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://projet-web-training.ovh/licence00/monapp//public/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://projet-web-training.ovh/licence00/monapp//public/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/licence00/monapp//public\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T15:44:08.272437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T15:44:08.304507+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:44:08.306606+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T15:44:08.320187+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:44:08.320575+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T15:44:08.322612+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:44:08.322895+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T15:44:08.323970+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:44:08.324222+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T15:44:08.325051+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T15:44:08.326342+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T15:44:08.329514+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T15:44:08.334362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T16:20:46.698562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T16:20:46.740489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS/\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T16:20:46.822571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T16:20:46.857454+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T16:20:46.859786+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T16:20:46.874035+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T16:20:46.874394+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T16:20:46.876588+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T16:20:46.876885+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T16:20:46.877868+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T16:20:46.878140+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T16:20:46.878939+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T16:20:46.880201+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T16:20:46.883719+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T16:20:46.889031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-04-24T19:35:42.349821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-24T19:35:42.395831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS"" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php line 130 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.projet-web-training.ovh/licence00/monapp/public/xamJfoohvlzWS\" at /home/projetwewv/www/licence00/monapp/vendor/symfony/http-kernel/EventListener/RouterListener.php:130)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xamJfoohvlzWS/\". at /home/projetwewv/www/licence00/monapp/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T19:35:42.501159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-04-24T19:35:42.536942+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T19:35:42.539685+02:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2025-04-24T19:35:42.558060+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T19:35:42.558522+02:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'licence00' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2025-04-24T19:35:42.561865+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T19:35:42.562170+02:00] doctrine.DEBUG: SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'licence00' ORDER BY k.ORDINAL_POSITION [] [] [2025-04-24T19:35:42.563206+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T19:35:42.563452+02:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'licence00' ORDER BY SEQ_IN_INDEX ASC [] [] [2025-04-24T19:35:42.564213+02:00] 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 = 'doctrine_migration_versions' [] [] [2025-04-24T19:35:42.565626+02:00] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2025-04-24T19:35:42.570367+02:00] doctrine.DEBUG: SELECT DATABASE() [] [] [2025-04-24T19:35:42.576231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/error-handler/DebugClassLoader.php","line":283,"trace":[{"file":"/home/projetwewv/www/licence00/monapp/vendor/symfony/stopwatch/StopwatchEvent.php","line":94,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} []