[2025-12-01T12:57:10.678691+00:00] http_client.INFO: Request: "GET https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm" [] []
[2025-12-01T12:57:10.684106+00:00] http_client.INFO: Request: "GET https://cdn.jsdelivr.net/npm/@hotwired/turbo@7.3.0/+esm" [] []
[2025-12-01T12:57:10.839381+00:00] http_client.INFO: Response: "200 https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm" 0.15485 seconds {"http_code":200,"url":"https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.2/+esm","total_time":0.15485} []
[2025-12-01T12:57:10.848717+00:00] http_client.INFO: Response: "200 https://cdn.jsdelivr.net/npm/@hotwired/turbo@7.3.0/+esm" 0.143225 seconds {"http_code":200,"url":"https://cdn.jsdelivr.net/npm/@hotwired/turbo@7.3.0/+esm","total_time":0.143225} []
[2025-12-01T13:03:02.820369+00:00] deprecation.INFO: User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. \"8.0.31\" instead of \"8\". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:03:02.823206+00:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"}} []
[2025-12-01T13:03:02.828299+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2025-12-01T13:03:06.949733+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2025-12-01T13:03:06.951254+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ?   AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"ezsa9434_garage_db"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n  AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"ezsa9434_garage_db"},"types":{"1":2}} []
[2025-12-01T13:03:06.959010+00:00] deprecation.INFO: User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2191 called by AbstractPlatform.php:2089, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2191 called by AbstractPlatform.php:2089, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:03:06.967631+00:00] doctrine.DEBUG: Executing statement: 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 {"sql":"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"} []
[2025-12-01T13:03:06.995494+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2025-12-01T13:03:06.996599+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2025-12-01T13:03:06.996980+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} []
[2025-12-01T13:03:07.001712+00:00] doctrine.DEBUG: Beginning transaction [] []
[2025-12-01T13:03:07.003822+00:00] deprecation.INFO: User Deprecated: The "Doctrine\Migrations\Provider\LazySchema" class uses "Symfony\Component\VarExporter\LazyProxyTrait" that is deprecated since Symfony 7.3, use native lazy objects instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: The \"Doctrine\\Migrations\\Provider\\LazySchema\" class uses \"Symfony\\Component\\VarExporter\\LazyProxyTrait\" that is deprecated since Symfony 7.3, use native lazy objects instead. at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/symfony/error-handler/DebugClassLoader.php:347)"} []
[2025-12-01T13:03:07.004573+00:00] doctrine.DEBUG: Executing query: CREATE TABLE image (id INT AUTO_INCREMENT NOT NULL, voiture_id INT NOT NULL, nom_fichier VARCHAR(255) NOT NULL, ordre INT DEFAULT NULL, INDEX IDX_C53D045F181A8BA (voiture_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB {"sql":"CREATE TABLE image (id INT AUTO_INCREMENT NOT NULL, voiture_id INT NOT NULL, nom_fichier VARCHAR(255) NOT NULL, ordre INT DEFAULT NULL, INDEX IDX_C53D045F181A8BA (voiture_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} []
[2025-12-01T13:03:07.014276+00:00] doctrine.DEBUG: Executing query: CREATE TABLE marque (id INT AUTO_INCREMENT NOT NULL, nom VARCHAR(100) NOT NULL, logo VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB {"sql":"CREATE TABLE marque (id INT AUTO_INCREMENT NOT NULL, nom VARCHAR(100) NOT NULL, logo VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} []
[2025-12-01T13:03:07.023059+00:00] doctrine.DEBUG: Executing query: CREATE TABLE voiture (id INT AUTO_INCREMENT NOT NULL, marque_id INT NOT NULL, modele VARCHAR(100) NOT NULL, kilometrage INT NOT NULL, prix NUMERIC(10, 2) NOT NULL, nombre_proprietaires INT DEFAULT NULL, url_image VARCHAR(255) NOT NULL, puissance INT DEFAULT NULL, carburant VARCHAR(50) DEFAULT NULL, annee_circulation INT DEFAULT NULL, transmission VARCHAR(50) DEFAULT NULL, description LONGTEXT DEFAULT NULL, options LONGTEXT DEFAULT NULL, INDEX IDX_E9E2810F4827B9B2 (marque_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB {"sql":"CREATE TABLE voiture (id INT AUTO_INCREMENT NOT NULL, marque_id INT NOT NULL, modele VARCHAR(100) NOT NULL, kilometrage INT NOT NULL, prix NUMERIC(10, 2) NOT NULL, nombre_proprietaires INT DEFAULT NULL, url_image VARCHAR(255) NOT NULL, puissance INT DEFAULT NULL, carburant VARCHAR(50) DEFAULT NULL, annee_circulation INT DEFAULT NULL, transmission VARCHAR(50) DEFAULT NULL, description LONGTEXT DEFAULT NULL, options LONGTEXT DEFAULT NULL, INDEX IDX_E9E2810F4827B9B2 (marque_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} []
[2025-12-01T13:03:07.032724+00:00] doctrine.DEBUG: Executing query: CREATE TABLE messenger_messages (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_75EA56E0FB7336F0 (queue_name), INDEX IDX_75EA56E0E3BD61CE (available_at), INDEX IDX_75EA56E016BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB {"sql":"CREATE TABLE messenger_messages (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_75EA56E0FB7336F0 (queue_name), INDEX IDX_75EA56E0E3BD61CE (available_at), INDEX IDX_75EA56E016BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB"} []
[2025-12-01T13:03:07.046526+00:00] doctrine.DEBUG: Executing query: ALTER TABLE image ADD CONSTRAINT FK_C53D045F181A8BA FOREIGN KEY (voiture_id) REFERENCES voiture (id) {"sql":"ALTER TABLE image ADD CONSTRAINT FK_C53D045F181A8BA FOREIGN KEY (voiture_id) REFERENCES voiture (id)"} []
[2025-12-01T13:03:07.066285+00:00] doctrine.DEBUG: Executing query: ALTER TABLE voiture ADD CONSTRAINT FK_E9E2810F4827B9B2 FOREIGN KEY (marque_id) REFERENCES marque (id) {"sql":"ALTER TABLE voiture ADD CONSTRAINT FK_E9E2810F4827B9B2 FOREIGN KEY (marque_id) REFERENCES marque (id)"} []
[2025-12-01T13:03:07.086039+00:00] doctrine.DEBUG: Executing statement: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) (parameters: array{"1":"DoctrineMigrations\\Version20251115181345","2":"2025-12-01 13:03:07","3":83}, types: array{"1":2,"2":2,"3":1}) {"sql":"INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?)","params":{"1":"DoctrineMigrations\\Version20251115181345","2":"2025-12-01 13:03:07","3":83},"types":{"1":2,"2":2,"3":1}} []
[2025-12-01T13:03:07.087130+00:00] deprecation.INFO: User Deprecated: Context: trying to commit a transaction Problem: the transaction is already committed, relying on silencing is deprecated. Solution: override `AbstractMigration::isTransactional()` so that it returns false. Automate that by setting `transactional` to false in the configuration. More details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Context: trying to commit a transaction\nProblem: the transaction is already committed, relying on silencing is deprecated.\nSolution: override `AbstractMigration::isTransactional()` so that it returns false.\nAutomate that by setting `transactional` to false in the configuration.\nMore details at https://www.doctrine-project.org/projects/doctrine-migrations/en/stable/explanation/implicit-commits.html (TransactionHelper.php:20 called by DbalExecutor.php:193, https://github.com/doctrine/migrations/issues/1169, package doctrine/migrations) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:03:07.087433+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2025-12-01T13:03:07.087744+00:00] doctrine.DEBUG: Executing query: ALTER TABLE voiture ADD cylindree VARCHAR(50) DEFAULT NULL {"sql":"ALTER TABLE voiture ADD cylindree VARCHAR(50) DEFAULT NULL"} []
[2025-12-01T13:03:07.099178+00:00] doctrine.DEBUG: Executing statement: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) (parameters: array{"1":"DoctrineMigrations\\Version20251115200022","2":"2025-12-01 13:03:07","3":11}, types: array{"1":2,"2":2,"3":1}) {"sql":"INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?)","params":{"1":"DoctrineMigrations\\Version20251115200022","2":"2025-12-01 13:03:07","3":11},"types":{"1":2,"2":2,"3":1}} []
[2025-12-01T13:03:07.104209+00:00] doctrine.INFO: Disconnecting [] []
[2025-12-01T13:03:33.792643+00:00] deprecation.INFO: User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. \"8.0.31\" instead of \"8\". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:03:33.795673+00:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"}} []
[2025-12-01T13:03:33.799891+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} []
[2025-12-01T13:03:36.174136+00:00] doctrine.DEBUG: Beginning transaction [] []
[2025-12-01T13:03:36.190117+00:00] doctrine.DEBUG: Executing statement: DELETE FROM image {"sql":"DELETE FROM image"} []
[2025-12-01T13:03:36.190705+00:00] doctrine.DEBUG: Executing statement: DELETE FROM voiture {"sql":"DELETE FROM voiture"} []
[2025-12-01T13:03:36.191054+00:00] doctrine.DEBUG: Executing statement: DELETE FROM marque {"sql":"DELETE FROM marque"} []
[2025-12-01T13:03:36.205811+00:00] doctrine.DEBUG: Executing statement: SAVEPOINT DOCTRINE_2 {"sql":"SAVEPOINT DOCTRINE_2"} []
[2025-12-01T13:03:36.215524+00:00] doctrine.DEBUG: Executing statement: INSERT INTO marque (nom, logo) VALUES (?, ?) (parameters: array{"1":"Peugeot","2":"https://via.placeholder.com/100/0066cc/ffffff?text=Peugeot"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO marque (nom, logo) VALUES (?, ?)","params":{"1":"Peugeot","2":"https://via.placeholder.com/100/0066cc/ffffff?text=Peugeot"},"types":{"1":2,"2":2}} []
[2025-12-01T13:03:36.216174+00:00] doctrine.DEBUG: Executing statement: INSERT INTO marque (nom, logo) VALUES (?, ?) (parameters: array{"1":"Renault","2":"https://via.placeholder.com/100/ffcc00/000000?text=Renault"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO marque (nom, logo) VALUES (?, ?)","params":{"1":"Renault","2":"https://via.placeholder.com/100/ffcc00/000000?text=Renault"},"types":{"1":2,"2":2}} []
[2025-12-01T13:03:36.216620+00:00] doctrine.DEBUG: Executing statement: INSERT INTO marque (nom, logo) VALUES (?, ?) (parameters: array{"1":"BMW","2":"https://via.placeholder.com/100/000000/ffffff?text=BMW"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO marque (nom, logo) VALUES (?, ?)","params":{"1":"BMW","2":"https://via.placeholder.com/100/000000/ffffff?text=BMW"},"types":{"1":2,"2":2}} []
[2025-12-01T13:03:36.217059+00:00] doctrine.DEBUG: Executing statement: INSERT INTO marque (nom, logo) VALUES (?, ?) (parameters: array{"1":"Mercedes","2":"https://via.placeholder.com/100/silver/000000?text=Mercedes"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO marque (nom, logo) VALUES (?, ?)","params":{"1":"Mercedes","2":"https://via.placeholder.com/100/silver/000000?text=Mercedes"},"types":{"1":2,"2":2}} []
[2025-12-01T13:03:36.218249+00:00] doctrine.DEBUG: Executing statement: INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"308","2":45000,"3":"15900.00","4":1,"5":"https://images.unsplash.com/photo-1583121274602-3e2820c69888?w=800&h=600&fit=crop","6":130,"7":"Diesel","8":2020,"9":"Manuelle","10":"Voiture en excellent état, très bien entretenue. Contrôle technique OK. Carnet d'entretien complet. Révisions faites en concession.","11":"Climatisation automatique bi-zone, GPS Europe avec mise à jour, Radar de recul, Régulateur de vitesse adaptatif, Bluetooth, Jantes alliage 17\"","12":"1.5L","13":1}, types: array{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}) {"sql":"INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"308","2":45000,"3":"15900.00","4":1,"5":"https://images.unsplash.com/photo-1583121274602-3e2820c69888?w=800&h=600&fit=crop","6":130,"7":"Diesel","8":2020,"9":"Manuelle","10":"Voiture en excellent état, très bien entretenue. Contrôle technique OK. Carnet d'entretien complet. Révisions faites en concession.","11":"Climatisation automatique bi-zone, GPS Europe avec mise à jour, Radar de recul, Régulateur de vitesse adaptatif, Bluetooth, Jantes alliage 17\"","12":"1.5L","13":1},"types":{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}} []
[2025-12-01T13:03:36.218851+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1552519507-da3b142c6e3d?w=600&h=400&fit=crop","2":1,"3":1}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1552519507-da3b142c6e3d?w=600&h=400&fit=crop","2":1,"3":1},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.219151+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1494976388531-d1058494cdd8?w=600&h=400&fit=crop","2":2,"3":1}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1494976388531-d1058494cdd8?w=600&h=400&fit=crop","2":2,"3":1},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.219408+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?w=600&h=400&fit=crop","2":3,"3":1}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?w=600&h=400&fit=crop","2":3,"3":1},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.219703+00:00] doctrine.DEBUG: Executing statement: INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Clio V","2":28000,"3":"12900.00","4":1,"5":"https://images.unsplash.com/photo-1590362891991-f776e747a588?w=800&h=600&fit=crop","6":100,"7":"Essence","8":2021,"9":"Manuelle","10":"Citadine moderne et économique. Idéale pour la ville. Faible kilométrage. Première main. Garantie constructeur encore valable.","11":"Écran tactile 7\", Caméra de recul, Climatisation automatique, Régulateur/limiteur de vitesse, Bluetooth, Aide au stationnement","12":"1.0 TCe","13":2}, types: array{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}) {"sql":"INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Clio V","2":28000,"3":"12900.00","4":1,"5":"https://images.unsplash.com/photo-1590362891991-f776e747a588?w=800&h=600&fit=crop","6":100,"7":"Essence","8":2021,"9":"Manuelle","10":"Citadine moderne et économique. Idéale pour la ville. Faible kilométrage. Première main. Garantie constructeur encore valable.","11":"Écran tactile 7\", Caméra de recul, Climatisation automatique, Régulateur/limiteur de vitesse, Bluetooth, Aide au stationnement","12":"1.0 TCe","13":2},"types":{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}} []
[2025-12-01T13:03:36.220076+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?w=600&h=400&fit=crop","2":1,"3":2}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?w=600&h=400&fit=crop","2":1,"3":2},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.220974+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=600&h=400&fit=crop","2":2,"3":2}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?w=600&h=400&fit=crop","2":2,"3":2},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.221578+00:00] doctrine.DEBUG: Executing statement: INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Série 3 320d","2":35000,"3":"34900.00","4":1,"5":"https://images.unsplash.com/photo-1555215695-3004980ad54e?w=800&h=600&fit=crop","6":190,"7":"Diesel","8":2021,"9":"Automatique","10":"Berline sportive haut de gamme. État impeccable. Full options. Carnet d'entretien BMW. Garantie constructeur transférable.","11":"Pack M Sport, Cuir Dakota, Toit ouvrant panoramique, Sièges chauffants avant/arrière, Caméra 360°, Système audio Harman Kardon, Affichage tête haute, Phares LED adaptatifs","12":"2.0L","13":3}, types: array{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}) {"sql":"INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Série 3 320d","2":35000,"3":"34900.00","4":1,"5":"https://images.unsplash.com/photo-1555215695-3004980ad54e?w=800&h=600&fit=crop","6":190,"7":"Diesel","8":2021,"9":"Automatique","10":"Berline sportive haut de gamme. État impeccable. Full options. Carnet d'entretien BMW. Garantie constructeur transférable.","11":"Pack M Sport, Cuir Dakota, Toit ouvrant panoramique, Sièges chauffants avant/arrière, Caméra 360°, Système audio Harman Kardon, Affichage tête haute, Phares LED adaptatifs","12":"2.0L","13":3},"types":{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}} []
[2025-12-01T13:03:36.222037+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1617531653520-bd466ee429f1?w=600&h=400&fit=crop","2":1,"3":3}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1617531653520-bd466ee429f1?w=600&h=400&fit=crop","2":1,"3":3},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.222301+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1556189250-72ba954cfc2b?w=600&h=400&fit=crop","2":2,"3":3}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1556189250-72ba954cfc2b?w=600&h=400&fit=crop","2":2,"3":3},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.222596+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1542362567-b07e54358753?w=600&h=400&fit=crop","2":3,"3":3}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1542362567-b07e54358753?w=600&h=400&fit=crop","2":3,"3":3},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.222931+00:00] doctrine.DEBUG: Executing statement: INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"2008 GT Line","2":18000,"3":"21900.00","4":1,"5":"https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?w=800&h=600&fit=crop","6":130,"7":"Essence","8":2022,"9":"Automatique EAT8","10":"SUV urbain élégant et moderne. Très peu de kilométrage. Comme neuf. Garantie constructeur valable jusqu'en 2027.","11":"Pack GT Line, Écran tactile 10\", Navigation 3D connectée, Caméra de recul HD, Toit noir panoramique, Grip Control, Jantes diamantées 18\", Sièges Alcantara","12":"1.2 PureTech","13":1}, types: array{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}) {"sql":"INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"2008 GT Line","2":18000,"3":"21900.00","4":1,"5":"https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?w=800&h=600&fit=crop","6":130,"7":"Essence","8":2022,"9":"Automatique EAT8","10":"SUV urbain élégant et moderne. Très peu de kilométrage. Comme neuf. Garantie constructeur valable jusqu'en 2027.","11":"Pack GT Line, Écran tactile 10\", Navigation 3D connectée, Caméra de recul HD, Toit noir panoramique, Grip Control, Jantes diamantées 18\", Sièges Alcantara","12":"1.2 PureTech","13":1},"types":{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}} []
[2025-12-01T13:03:36.223286+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1609521263047-f8f205293f24?w=600&h=400&fit=crop","2":1,"3":4}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1609521263047-f8f205293f24?w=600&h=400&fit=crop","2":1,"3":4},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.223552+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1605559424843-9e4c228bf1c2?w=600&h=400&fit=crop","2":2,"3":4}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1605559424843-9e4c228bf1c2?w=600&h=400&fit=crop","2":2,"3":4},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.223823+00:00] doctrine.DEBUG: Executing statement: INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Classe A 180d","2":42000,"3":"26500.00","4":1,"5":"https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?w=800&h=600&fit=crop","6":116,"7":"Diesel","8":2020,"9":"Automatique 7G-DCT","10":"Compacte premium au design moderne. Excellente finition. Entretien Mercedes suivi. État irréprochable.","11":"Pack AMG Line, MBUX avec double écran 10,25\", Caméra 360°, Sellerie cuir/microfibre, Toit panoramique, Park Assist, LED High Performance","12":"1.5L","13":4}, types: array{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}) {"sql":"INSERT INTO voiture (modele, kilometrage, prix, nombre_proprietaires, url_image, puissance, carburant, annee_circulation, transmission, description, options, cylindree, marque_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Classe A 180d","2":42000,"3":"26500.00","4":1,"5":"https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?w=800&h=600&fit=crop","6":116,"7":"Diesel","8":2020,"9":"Automatique 7G-DCT","10":"Compacte premium au design moderne. Excellente finition. Entretien Mercedes suivi. État irréprochable.","11":"Pack AMG Line, MBUX avec double écran 10,25\", Caméra 360°, Sellerie cuir/microfibre, Toit panoramique, Park Assist, LED High Performance","12":"1.5L","13":4},"types":{"1":2,"2":1,"3":2,"4":1,"5":2,"6":1,"7":2,"8":1,"9":2,"10":2,"11":2,"12":2,"13":1}} []
[2025-12-01T13:03:36.224171+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?w=600&h=400&fit=crop","2":1,"3":5}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1606664515524-ed2f786a0bd6?w=600&h=400&fit=crop","2":1,"3":5},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.224423+00:00] doctrine.DEBUG: Executing statement: INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?) (parameters: array{"1":"https://images.unsplash.com/photo-1609838080784-4e8b2daa86bf?w=600&h=400&fit=crop","2":2,"3":5}, types: array{"1":2,"2":1,"3":1}) {"sql":"INSERT INTO image (nom_fichier, ordre, voiture_id) VALUES (?, ?, ?)","params":{"1":"https://images.unsplash.com/photo-1609838080784-4e8b2daa86bf?w=600&h=400&fit=crop","2":2,"3":5},"types":{"1":2,"2":1,"3":1}} []
[2025-12-01T13:03:36.225216+00:00] doctrine.DEBUG: Executing statement: RELEASE SAVEPOINT DOCTRINE_2 {"sql":"RELEASE SAVEPOINT DOCTRINE_2"} []
[2025-12-01T13:03:36.225753+00:00] doctrine.DEBUG: Committing transaction [] []
[2025-12-01T13:03:36.227328+00:00] doctrine.INFO: Disconnecting [] []
[2025-12-01T13:05:37.246659+00:00] request.INFO: Matched route "app_home". {"route":"app_home","route_parameters":{"_route":"app_home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://garage.s-ezz.com/","method":"GET"} []
[2025-12-01T13:05:37.259528+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} []
[2025-12-01T13:05:37.636816+00:00] request.INFO: Matched route "_wdt_stylesheet". {"route":"_wdt_stylesheet","route_parameters":{"_route":"_wdt_stylesheet","_controller":"web_profiler.controller.profiler::toolbarStylesheetAction"},"request_uri":"http://garage.s-ezz.com/_wdt/styles","method":"GET"} []
[2025-12-01T13:05:37.779622+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7491d1"},"request_uri":"http://garage.s-ezz.com/_wdt/7491d1?XDEBUG_IGNORE=1","method":"GET"} []
[2025-12-01T13:05:37.990259+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://garage.s-ezz.com/favicon.ico" (from "http://garage.s-ezz.com/")" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://garage.s-ezz.com/favicon.ico\" (from \"http://garage.s-ezz.com/\") at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2025-12-01T13:05:48.348553+00:00] request.INFO: Matched route "app_home". {"route":"app_home","route_parameters":{"_route":"app_home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://garage.s-ezz.com/","method":"GET"} []
[2025-12-01T13:05:48.349848+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} []
[2025-12-01T13:05:48.493034+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ef76f9"},"request_uri":"http://garage.s-ezz.com/_wdt/ef76f9?XDEBUG_IGNORE=1","method":"GET"} []
[2025-12-01T13:05:48.576533+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://garage.s-ezz.com/favicon.ico" (from "http://garage.s-ezz.com/")" at RouterListener.php line 156 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://garage.s-ezz.com/favicon.ico\" (from \"http://garage.s-ezz.com/\") at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/symfony/http-kernel/EventListener/RouterListener.php:156)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2025-12-01T13:05:53.686446+00:00] request.INFO: Matched route "app_vente". {"route":"app_vente","route_parameters":{"_route":"app_vente","_controller":"App\\Controller\\VoitureController::liste"},"request_uri":"http://garage.s-ezz.com/vente","method":"GET"} []
[2025-12-01T13:05:53.688033+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} []
[2025-12-01T13:05:53.710050+00:00] deprecation.INFO: User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. \"8.0.31\" instead of \"8\". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:05:53.738810+00:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"}} []
[2025-12-01T13:05:53.745602+00:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.modele AS modele_2, t0.kilometrage AS kilometrage_3, t0.prix AS prix_4, t0.nombre_proprietaires AS nombre_proprietaires_5, t0.url_image AS url_image_6, t0.puissance AS puissance_7, t0.carburant AS carburant_8, t0.annee_circulation AS annee_circulation_9, t0.transmission AS transmission_10, t0.description AS description_11, t0.options AS options_12, t0.cylindree AS cylindree_13, t0.marque_id AS marque_id_14 FROM voiture t0 {"sql":"SELECT t0.id AS id_1, t0.modele AS modele_2, t0.kilometrage AS kilometrage_3, t0.prix AS prix_4, t0.nombre_proprietaires AS nombre_proprietaires_5, t0.url_image AS url_image_6, t0.puissance AS puissance_7, t0.carburant AS carburant_8, t0.annee_circulation AS annee_circulation_9, t0.transmission AS transmission_10, t0.description AS description_11, t0.options AS options_12, t0.cylindree AS cylindree_13, t0.marque_id AS marque_id_14 FROM voiture t0"} []
[2025-12-01T13:05:53.786182+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":1}} []
[2025-12-01T13:05:53.787712+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} []
[2025-12-01T13:05:53.788662+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} []
[2025-12-01T13:05:53.789466+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ? (parameters: array{"1":4}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ?","params":{"1":4},"types":{"1":1}} []
[2025-12-01T13:05:53.817838+00:00] doctrine.INFO: Disconnecting [] []
[2025-12-01T13:05:53.953147+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22e78c"},"request_uri":"http://garage.s-ezz.com/_wdt/22e78c?XDEBUG_IGNORE=1","method":"GET"} []
[2025-12-01T13:06:08.731280+00:00] request.INFO: Matched route "app_voiture_detail". {"route":"app_voiture_detail","route_parameters":{"_route":"app_voiture_detail","_controller":"App\\Controller\\VoitureController::detail","id":"1"},"request_uri":"http://garage.s-ezz.com/voiture/1","method":"GET"} []
[2025-12-01T13:06:08.732665+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} []
[2025-12-01T13:06:08.741097+00:00] deprecation.INFO: User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {"exception":"[object] (ErrorException(code: 0): User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. \"8.0.31\" instead of \"8\". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) at /home/ezsa9434/public_html/GARAGE-PROJECT/vendor/doctrine/deprecations/src/Deprecation.php:208)"} []
[2025-12-01T13:06:08.743842+00:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"localhost","port":null,"user":"ezsa9434_s-ezz","password":"<redacted>","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"ezsa9434_garage_db","serverVersion":"8.0","charset":"utf8mb4"}} []
[2025-12-01T13:06:08.746496+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.modele AS modele_2, t0.kilometrage AS kilometrage_3, t0.prix AS prix_4, t0.nombre_proprietaires AS nombre_proprietaires_5, t0.url_image AS url_image_6, t0.puissance AS puissance_7, t0.carburant AS carburant_8, t0.annee_circulation AS annee_circulation_9, t0.transmission AS transmission_10, t0.description AS description_11, t0.options AS options_12, t0.cylindree AS cylindree_13, t0.marque_id AS marque_id_14 FROM voiture t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.modele AS modele_2, t0.kilometrage AS kilometrage_3, t0.prix AS prix_4, t0.nombre_proprietaires AS nombre_proprietaires_5, t0.url_image AS url_image_6, t0.puissance AS puissance_7, t0.carburant AS carburant_8, t0.annee_circulation AS annee_circulation_9, t0.transmission AS transmission_10, t0.description AS description_11, t0.options AS options_12, t0.cylindree AS cylindree_13, t0.marque_id AS marque_id_14 FROM voiture t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":1}} []
[2025-12-01T13:06:08.755257+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ? (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.logo AS logo_3 FROM marque t0 WHERE t0.id = ?","params":{"1":1},"types":{"1":1}} []
[2025-12-01T13:06:08.757960+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom_fichier AS nom_fichier_2, t0.ordre AS ordre_3, t0.voiture_id AS voiture_id_4 FROM image t0 WHERE t0.voiture_id = ? (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.nom_fichier AS nom_fichier_2, t0.ordre AS ordre_3, t0.voiture_id AS voiture_id_4 FROM image t0 WHERE t0.voiture_id = ?","params":{"1":1},"types":{"1":1}} []
[2025-12-01T13:06:08.789736+00:00] doctrine.INFO: Disconnecting [] []
[2025-12-01T13:06:08.903911+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59178"},"request_uri":"http://garage.s-ezz.com/_wdt/d59178?XDEBUG_IGNORE=1","method":"GET"} []
