[2020-02-08T14:13:41.056649+01:00] console.ERROR: Error thrown while running command "doctrine". Message: "Command "doctrine" is not defined. Did you mean one of these? doctrine:cache:clear-collection-region doctrine:cache:clear-entity-region doctrine:cache:clear-metadata doctrine:cache:clear-query doctrine:cache:clear-query-region doctrine:cache:clear-result doctrine:database:create doctrine:database:drop doctrine:database:import doctrine:ensure-production-settings doctrine:fixtures:load doctrine:mapping:convert doctrine:mapping:import doctrine:mapping:info doctrine:migrations:diff doctrine:migrations:dump-schema doctrine:migrations:execute doctrine:migrations:generate doctrine:migrations:latest doctrine:migrations:migrate doctrine:migrations:rollup doctrine:migrations:status doctrine:migrations:up-to-date doctrine:migrations:version doctrine:query:dql doctrine:query:sql doctrine:schema:create doctrine:schema:drop doctrine:schema:update doctrine:schema:validate" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"doctrine\" is not defined.\n\nDid you mean one of these?\n doctrine:cache:clear-collection-region\n doctrine:cache:clear-entity-region\n doctrine:cache:clear-metadata\n doctrine:cache:clear-query\n doctrine:cache:clear-query-region\n doctrine:cache:clear-result\n doctrine:database:create\n doctrine:database:drop\n doctrine:database:import\n doctrine:ensure-production-settings\n doctrine:fixtures:load\n doctrine:mapping:convert\n doctrine:mapping:import\n doctrine:mapping:info\n doctrine:migrations:diff\n doctrine:migrations:dump-schema\n doctrine:migrations:execute\n doctrine:migrations:generate\n doctrine:migrations:latest\n doctrine:migrations:migrate\n doctrine:migrations:rollup\n doctrine:migrations:status\n doctrine:migrations:up-to-date\n doctrine:migrations:version\n doctrine:query:dql\n doctrine:query:sql\n doctrine:schema:create\n doctrine:schema:drop\n doctrine:schema:update\n doctrine:schema:validate at /home/yamakado/v2/vendor/symfony/console/Application.php:645)","command":"doctrine","message":"Command \"doctrine\" is not defined.\n\nDid you mean one of these?\n doctrine:cache:clear-collection-region\n doctrine:cache:clear-entity-region\n doctrine:cache:clear-metadata\n doctrine:cache:clear-query\n doctrine:cache:clear-query-region\n doctrine:cache:clear-result\n doctrine:database:create\n doctrine:database:drop\n doctrine:database:import\n doctrine:ensure-production-settings\n doctrine:fixtures:load\n doctrine:mapping:convert\n doctrine:mapping:import\n doctrine:mapping:info\n doctrine:migrations:diff\n doctrine:migrations:dump-schema\n doctrine:migrations:execute\n doctrine:migrations:generate\n doctrine:migrations:latest\n doctrine:migrations:migrate\n doctrine:migrations:rollup\n doctrine:migrations:status\n doctrine:migrations:up-to-date\n doctrine:migrations:version\n doctrine:query:dql\n doctrine:query:sql\n doctrine:schema:create\n doctrine:schema:drop\n doctrine:schema:update\n doctrine:schema:validate"} [] [2020-02-08T14:18:17.265017+01:00] console.ERROR: Error thrown while running command "doctrine:database:create". Message: "An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection timed out at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)","command":"doctrine:database:create","message":"An exception occurred in driver: SQLSTATE[HY000] [2002] Connection timed out"} [] [2020-02-08T14:18:17.273069+01:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2020-02-08T14:19:17.316318+01:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2020-02-08T14:30:16.794886+01:00] console.ERROR: Error thrown while running command "'docrine:migration:migrate'". Message: "There are no commands defined in the "docrine:migration" namespace. Did you mean one of these? doctrine doctrine:cache doctrine:database doctrine:fixtures doctrine:mapping doctrine:migrations doctrine:query doctrine:schema" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"docrine:migration\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:fixtures\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema at /home/yamakado/v2/vendor/symfony/console/Application.php:575)","command":"'docrine:migration:migrate'","message":"There are no commands defined in the \"docrine:migration\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:fixtures\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema"} [] [2020-02-08T14:30:23.004820+01:00] console.ERROR: Error thrown while running command "'docrine:migrations:migrate'". Message: "There are no commands defined in the "docrine:migrations" namespace. Did you mean one of these? doctrine doctrine:cache doctrine:database doctrine:fixtures doctrine:mapping doctrine:migrations doctrine:query doctrine:schema" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"docrine:migrations\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:fixtures\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema at /home/yamakado/v2/vendor/symfony/console/Application.php:575)","command":"'docrine:migrations:migrate'","message":"There are no commands defined in the \"docrine:migrations\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:fixtures\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema"} [] [2020-02-08T14:30:34.117297+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-02-08T14:30:34.171950+01:00] doctrine.DEBUG: CREATE TABLE migration_versions (version VARCHAR(14) NOT NULL, executed_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-02-08T14:30:34.186095+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 = 'yamakadov2' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T14:30:34.187888+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T14:30:34.200739+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 = 'migration_versions' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T14:30:34.202001+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-02-08T14:30:34.203143+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-02-08T14:30:38.165431+01:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200201123508', '20200201142532', '20200201152256', '20200201161050', '20200201162653', '20200201163752', '20200201172702', '20200202014605', '20200202014734', '20200202160721', '20200202164320', '20200203124641', '20200203131817', '20200203145002', '20200203145046', '20200203164215', '20200203170009', '20200203171035', '20200204031558', '20200204031909', '20200204032934', '20200204040609', '20200204040942', '20200204041429', '20200204042051', '20200204062314', '20200204062543', '20200204063525', '20200204063600', '20200204064210', '20200204064411', '20200204065506', '20200204080140', '20200204080200', '20200204090801', '20200204091331', '20200204091340', '20200204093722', '20200204112159') ORDER BY version DESC LIMIT 1 [] [] [2020-02-08T14:30:38.170289+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-02-08T14:30:38.178836+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.276110+01:00] doctrine.DEBUG: delete from actualite where date_debut = ''; [] [] [2020-02-08T14:30:38.278164+01:00] doctrine.DEBUG: ALTER TABLE Categories CHANGE cat cat VARCHAR(255) NOT NULL, CHANGE nom_fr nom_fr VARCHAR(255) NOT NULL, CHANGE image image VARCHAR(255) NOT NULL [] [] [2020-02-08T14:30:38.312801+01:00] doctrine.DEBUG: ALTER TABLE actualite ADD image_size INT DEFAULT NULL, ADD image_updated_at DATETIME DEFAULT NULL, CHANGE date_debut date_debut DATE DEFAULT NULL, CHANGE titre titre VARCHAR(255) NOT NULL, CHANGE adresse adresse VARCHAR(255) NOT NULL, CHANGE contenu contenu LONGTEXT NOT NULL [] [] [2020-02-08T14:30:38.367218+01:00] doctrine.DEBUG: DROP INDEX idmodele_ind ON InfoModele [] [] [2020-02-08T14:30:38.374893+01:00] doctrine.DEBUG: ALTER TABLE InfoModele CHANGE active active TINYINT(1) NOT NULL, CHANGE idmodele idmodele VARCHAR(255) NOT NULL, CHANGE id_tarif id_tarif VARCHAR(255) NOT NULL, CHANGE categorie categorie VARCHAR(255) NOT NULL, CHANGE collection collection VARCHAR(255) NOT NULL, CHANGE modele modele VARCHAR(255) NOT NULL, CHANGE design design VARCHAR(255) NOT NULL, CHANGE description description LONGTEXT DEFAULT NULL, CHANGE categoriecode categoriecode VARCHAR(255) NOT NULL, CHANGE pdf_tarif pdf_tarif LONGTEXT DEFAULT NULL, CHANGE shop_link shop_link TEXT DEFAULT NULL [] [] [2020-02-08T14:30:38.414382+01:00] doctrine.DEBUG: ALTER TABLE PICS ADD product_id INT DEFAULT NULL, CHANGE id_modele id_modele VARCHAR(255) NOT NULL, CHANGE picture_name picture_name VARCHAR(255) NOT NULL [] [] [2020-02-08T14:30:38.441903+01:00] doctrine.DEBUG: CREATE INDEX IDX_BC347A794584665A ON PICS (product_id) [] [] [2020-02-08T14:30:38.456999+01:00] doctrine.DEBUG: update PICS set product_id = (select id from InfoModele m where idmodele = id_modele limit 1) [] [] [2020-02-08T14:30:38.470945+01:00] doctrine.DEBUG: update actualite set date_debut = replace(date_debut, "/", "-") [] [] [2020-02-08T14:30:38.471969+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201123508","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.476642+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.476910+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.477221+01:00] doctrine.DEBUG: ALTER TABLE Categories DROP nom_en [] [] [2020-02-08T14:30:38.505794+01:00] doctrine.DEBUG: ALTER TABLE actualite CHANGE date date VARCHAR(128) NOT NULL [] [] [2020-02-08T14:30:38.553946+01:00] doctrine.DEBUG: ALTER TABLE realisation_modeles ADD project_id INT DEFAULT NULL, ADD product_id INT DEFAULT NULL [] [] [2020-02-08T14:30:38.580633+01:00] doctrine.DEBUG: CREATE INDEX IDX_1918FF75166D1F9C ON realisation_modeles (project_id) [] [] [2020-02-08T14:30:38.597934+01:00] doctrine.DEBUG: CREATE INDEX IDX_1918FF754584665A ON realisation_modeles (product_id) [] [] [2020-02-08T14:30:38.617047+01:00] doctrine.DEBUG: delete from realisation_modeles where parentid = "" or parentid is null; [] [] [2020-02-08T14:30:38.618575+01:00] doctrine.DEBUG: update realisation_modeles set project_id = parentid [] [] [2020-02-08T14:30:38.622872+01:00] doctrine.DEBUG: update realisation_modeles r set product_id = (select id from InfoModele i where r.modele = i.idmodele limit 1) [] [] [2020-02-08T14:30:38.630925+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201142532","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.633458+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.633998+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.634569+01:00] doctrine.DEBUG: DROP TABLE ARTICLE [] [] [2020-02-08T14:30:38.643510+01:00] doctrine.DEBUG: DROP TABLE BYE [] [] [2020-02-08T14:30:38.650612+01:00] doctrine.DEBUG: ALTER TABLE realisation_modeles DROP parentid, DROP modele [] [] [2020-02-08T14:30:38.685244+01:00] doctrine.DEBUG: ALTER TABLE InfoModele ADD category_id INT DEFAULT NULL [] [] [2020-02-08T14:30:38.719547+01:00] doctrine.DEBUG: CREATE INDEX IDX_97CFA90712469DE2 ON InfoModele (category_id) [] [] [2020-02-08T14:30:38.739432+01:00] doctrine.DEBUG: update InfoModele set category_id = (select id from Categories where categoriecode = cat limit 1) [] [] [2020-02-08T14:30:38.749136+01:00] doctrine.DEBUG: ALTER TABLE realisation_data CHANGE nom nom VARCHAR(255) NOT NULL, CHANGE image image VARCHAR(255) NOT NULL [] [] [2020-02-08T14:30:38.781646+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201152256","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.782970+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.783483+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.783974+01:00] doctrine.DEBUG: ALTER TABLE InfoModele CHANGE collection collection_name VARChAR(255) NOT NULL [] [] [2020-02-08T14:30:38.789872+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201161050","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.792520+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.792993+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.795095+01:00] doctrine.DEBUG: select distinct collection_name from InfoModele [] [] [2020-02-08T14:30:38.796719+01:00] doctrine.DEBUG: ALTER TABLE collection DROP year, DROP description, CHANGE name name VARCHAR(255) NOT NULL [] [] [2020-02-08T14:30:38.825877+01:00] doctrine.DEBUG: delete from collection where id is not null; [] [] [2020-02-08T14:30:38.829060+01:00] doctrine.DEBUG: insert into collection (name) value ("Bancoq") [] [] [2020-02-08T14:30:38.830418+01:00] doctrine.DEBUG: insert into collection (name) value ("Bancoquine") [] [] [2020-02-08T14:30:38.832954+01:00] doctrine.DEBUG: insert into collection (name) value ("Banquise") [] [] [2020-02-08T14:30:38.834015+01:00] doctrine.DEBUG: insert into collection (name) value ("Coq") [] [] [2020-02-08T14:30:38.836054+01:00] doctrine.DEBUG: insert into collection (name) value ("Stick") [] [] [2020-02-08T14:30:38.837442+01:00] doctrine.DEBUG: insert into collection (name) value ("Cinderella") [] [] [2020-02-08T14:30:38.838694+01:00] doctrine.DEBUG: insert into collection (name) value ("Petite Reine") [] [] [2020-02-08T14:30:38.841364+01:00] doctrine.DEBUG: insert into collection (name) value ("Wy") [] [] [2020-02-08T14:30:38.842783+01:00] doctrine.DEBUG: insert into collection (name) value ("GB") [] [] [2020-02-08T14:30:38.844881+01:00] doctrine.DEBUG: insert into collection (name) value ("Picoq") [] [] [2020-02-08T14:30:38.846157+01:00] doctrine.DEBUG: insert into collection (name) value ("Bunny") [] [] [2020-02-08T14:30:38.848324+01:00] doctrine.DEBUG: insert into collection (name) value ("Dalya") [] [] [2020-02-08T14:30:38.849754+01:00] doctrine.DEBUG: insert into collection (name) value ("Jako") [] [] [2020-02-08T14:30:38.851116+01:00] doctrine.DEBUG: insert into collection (name) value ("Josephine") [] [] [2020-02-08T14:30:38.853349+01:00] doctrine.DEBUG: insert into collection (name) value ("Stick 2001") [] [] [2020-02-08T14:30:38.854712+01:00] doctrine.DEBUG: insert into collection (name) value ("Ciki") [] [] [2020-02-08T14:30:38.857106+01:00] doctrine.DEBUG: insert into collection (name) value ("Venus") [] [] [2020-02-08T14:30:38.858571+01:00] doctrine.DEBUG: insert into collection (name) value ("Cocotte") [] [] [2020-02-08T14:30:38.860740+01:00] doctrine.DEBUG: insert into collection (name) value ("Clam") [] [] [2020-02-08T14:30:38.862082+01:00] doctrine.DEBUG: insert into collection (name) value ("Tomo") [] [] [2020-02-08T14:30:38.864384+01:00] doctrine.DEBUG: insert into collection (name) value ("Angelo") [] [] [2020-02-08T14:30:38.865804+01:00] doctrine.DEBUG: insert into collection (name) value ("Magic Bean") [] [] [2020-02-08T14:30:38.867049+01:00] doctrine.DEBUG: insert into collection (name) value ("Meteo") [] [] [2020-02-08T14:30:38.869219+01:00] doctrine.DEBUG: insert into collection (name) value ("Serafines") [] [] [2020-02-08T14:30:38.870753+01:00] doctrine.DEBUG: insert into collection (name) value ("Sirocco") [] [] [2020-02-08T14:30:38.872890+01:00] doctrine.DEBUG: insert into collection (name) value ("Blue Bird") [] [] [2020-02-08T14:30:38.874340+01:00] doctrine.DEBUG: insert into collection (name) value ("Ginger") [] [] [2020-02-08T14:30:38.876559+01:00] doctrine.DEBUG: insert into collection (name) value ("Malabar") [] [] [2020-02-08T14:30:38.877884+01:00] doctrine.DEBUG: insert into collection (name) value ("Arima") [] [] [2020-02-08T14:30:38.879349+01:00] doctrine.DEBUG: insert into collection (name) value ("Comat") [] [] [2020-02-08T14:30:38.881617+01:00] doctrine.DEBUG: insert into collection (name) value ("Cyclone") [] [] [2020-02-08T14:30:38.883038+01:00] doctrine.DEBUG: insert into collection (name) value ("Etretat") [] [] [2020-02-08T14:30:38.885528+01:00] doctrine.DEBUG: insert into collection (name) value ("Pixel") [] [] [2020-02-08T14:30:38.886970+01:00] doctrine.DEBUG: insert into collection (name) value ("Miss Take") [] [] [2020-02-08T14:30:38.889284+01:00] doctrine.DEBUG: insert into collection (name) value ("Virages") [] [] [2020-02-08T14:30:38.890614+01:00] doctrine.DEBUG: insert into collection (name) value ("Crystal") [] [] [2020-02-08T14:30:38.892663+01:00] doctrine.DEBUG: insert into collection (name) value ("Zephir") [] [] [2020-02-08T14:30:38.893844+01:00] doctrine.DEBUG: insert into collection (name) value ("Chin Chin") [] [] [2020-02-08T14:30:38.895093+01:00] doctrine.DEBUG: insert into collection (name) value ("Sake") [] [] [2020-02-08T14:30:38.897024+01:00] doctrine.DEBUG: insert into collection (name) value ("Mikoshi") [] [] [2020-02-08T14:30:38.898108+01:00] doctrine.DEBUG: insert into collection (name) value ("Shiro Kuro") [] [] [2020-02-08T14:30:38.900595+01:00] doctrine.DEBUG: insert into collection (name) value ("spoon") [] [] [2020-02-08T14:30:38.902146+01:00] doctrine.DEBUG: insert into collection (name) value ("Yamato") [] [] [2020-02-08T14:30:38.904680+01:00] doctrine.DEBUG: insert into collection (name) value ("Soba") [] [] [2020-02-08T14:30:38.905980+01:00] doctrine.DEBUG: insert into collection (name) value ("marg") [] [] [2020-02-08T14:30:38.907276+01:00] doctrine.DEBUG: insert into collection (name) value ("Papillon") [] [] [2020-02-08T14:30:38.909392+01:00] doctrine.DEBUG: insert into collection (name) value ("Zigzag") [] [] [2020-02-08T14:30:38.910736+01:00] doctrine.DEBUG: insert into collection (name) value ("SORBON") [] [] [2020-02-08T14:30:38.912818+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201162653","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.914150+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.914738+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.915337+01:00] doctrine.DEBUG: ALTER TABLE InfoModele ADD collection_id INT DEFAULT NULL [] [] [2020-02-08T14:30:38.953230+01:00] doctrine.DEBUG: CREATE INDEX IDX_97CFA907514956FD ON InfoModele (collection_id) [] [] [2020-02-08T14:30:38.970628+01:00] doctrine.DEBUG: update InfoModele set collection_id = (select id from collection c where c.name = collection_name limit 1) [] [] [2020-02-08T14:30:38.980678+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201163752","2020-02-08 13:30:38"] [] [2020-02-08T14:30:38.983003+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:38.983503+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:38.983969+01:00] doctrine.DEBUG: ALTER TABLE realisation_pics MODIFY id INT NOT NULL [] [] [2020-02-08T14:30:39.014990+01:00] doctrine.DEBUG: ALTER TABLE realisation_pics DROP PRIMARY KEY [] [] [2020-02-08T14:30:39.047582+01:00] doctrine.DEBUG: ALTER TABLE realisation_pics ADD project_id INT [] [] [2020-02-08T14:30:39.074756+01:00] doctrine.DEBUG: CREATE INDEX IDX_900C4D3C166D1F9C ON realisation_pics (project_id) [] [] [2020-02-08T14:30:39.091545+01:00] doctrine.DEBUG: ALTER TABLE realisation_pics ADD PRIMARY KEY (id) [] [] [2020-02-08T14:30:39.121778+01:00] doctrine.DEBUG: update realisation_pics set project_id = (select id from realisation_data where nom = parentid limit 1) [] [] [2020-02-08T14:30:39.131230+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200201172702","2020-02-08 13:30:39"] [] [2020-02-08T14:30:39.133895+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:39.134393+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:39.134995+01:00] doctrine.DEBUG: ALTER TABLE realisation_pics CHANGE id id INT AUTO_INCREMENT NOT NULL, CHANGE parentid parentid VARCHAR(255) NOT NULL, CHANGE photo photo VARCHAR(255) NOT NULL [] [] [2020-02-08T14:30:39.166423+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200202014605","2020-02-08 13:30:39"] [] [2020-02-08T14:30:39.168813+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:39.169348+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:39.169849+01:00] doctrine.DEBUG: update InfoModele set annee = null where annee = "" [] [] [2020-02-08T14:30:39.172542+01:00] doctrine.DEBUG: ALTER TABLE InfoModele CHANGE annee annee INT DEFAULT NULL [] [] [2020-02-08T14:30:39.217347+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200202014734","2020-02-08 13:30:39"] [] [2020-02-08T14:30:39.219056+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:39.219537+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:39.220018+01:00] doctrine.DEBUG: update DemandeDocumentation set email = '' where email is null; [] [] [2020-02-08T14:30:39.299435+01:00] doctrine.DEBUG: update DemandeDocumentation set prenom = '' where prenom is null; [] [] [2020-02-08T14:30:39.361626+01:00] doctrine.DEBUG: update DemandeDocumentation set nom = '' where nom is null; [] [] [2020-02-08T14:30:39.422568+01:00] doctrine.DEBUG: delete from DemandeDocumentation where email = 'sample@email.tst' [] [] [2020-02-08T14:30:39.608174+01:00] doctrine.DEBUG: delete from DemandeDocumentation where not(date REGEXP '^-?[0-9]+$') [] [] [2020-02-08T14:30:39.626948+01:00] doctrine.DEBUG: update DemandeDocumentation set quantite1 = null where not (quantite1 REGEXP '^-?[0-9]+$'); [] [] [2020-02-08T14:30:39.648111+01:00] doctrine.DEBUG: update DemandeDocumentation set quantite2 = null where not (quantite2 REGEXP '^-?[0-9]+$'); [] [] [2020-02-08T14:30:39.668415+01:00] doctrine.DEBUG: update DemandeDocumentation set quantite3 = null where not (quantite3 REGEXP '^-?[0-9]+$'); [] [] [2020-02-08T14:30:39.688783+01:00] doctrine.DEBUG: ALTER TABLE DemandeDocumentation CHANGE date date VARCHAR(255) NOT NULL, CHANGE email email VARCHAR(255) NOT NULL, CHANGE prenom prenom VARCHAR(255) NOT NULL, CHANGE nom nom VARCHAR(255) NOT NULL, CHANGE quantite1 quantite1 INT DEFAULT NULL, CHANGE quantite2 quantite2 INT DEFAULT NULL, CHANGE quantite3 quantite3 INT DEFAULT NULL [] [] [2020-02-08T14:30:39.867386+01:00] doctrine.DEBUG: update DemandeDocumentation set date = date_format(FROM_UNIXTIME(date), "%Y-%m-%d") [] [] [2020-02-08T14:30:39.890232+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200202160721","2020-02-08 13:30:39"] [] [2020-02-08T14:30:39.892407+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:39.892786+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:39.893270+01:00] doctrine.DEBUG: ALTER TABLE DemandeDocumentation CHANGE prenom prenom VARCHAR(255) DEFAULT NULL, CHANGE nom nom VARCHAR(255) DEFAULT NULL [] [] [2020-02-08T14:30:40.010876+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200202164320","2020-02-08 13:30:40"] [] [2020-02-08T14:30:40.012955+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:40.013426+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:40.014063+01:00] doctrine.DEBUG: DROP TABLE COMAT_TABLE [] [] [2020-02-08T14:30:40.018188+01:00] doctrine.DEBUG: DROP TABLE CUSTOMER [] [] [2020-02-08T14:30:40.022286+01:00] doctrine.DEBUG: DROP TABLE Classes [] [] [2020-02-08T14:30:40.027027+01:00] doctrine.DEBUG: DROP TABLE DEVIS_ARTICLE [] [] [2020-02-08T14:30:40.031418+01:00] doctrine.DEBUG: DROP TABLE DEVIS_GROUPE [] [] [2020-02-08T14:30:40.036616+01:00] doctrine.DEBUG: DROP TABLE DEVIS_LISTE [] [] [2020-02-08T14:30:40.041923+01:00] doctrine.DEBUG: DROP TABLE FIELD_INFO [] [] [2020-02-08T14:30:40.046301+01:00] doctrine.DEBUG: DROP TABLE HELLO [] [] [2020-02-08T14:30:40.050830+01:00] doctrine.DEBUG: DROP TABLE InfoModele_us [] [] [2020-02-08T14:30:40.055627+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX [] [] [2020-02-08T14:30:40.061242+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX_ARDOISE [] [] [2020-02-08T14:30:40.065466+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX_CORIAN [] [] [2020-02-08T14:30:40.070657+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX_IROKO [] [] [2020-02-08T14:30:40.075554+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX_MDF_PLAQUES [] [] [2020-02-08T14:30:40.081526+01:00] doctrine.DEBUG: DROP TABLE PLATEAUX_VERRE [] [] [2020-02-08T14:30:40.086935+01:00] doctrine.DEBUG: DROP TABLE REF_TABLE [] [] [2020-02-08T14:30:40.092914+01:00] doctrine.DEBUG: DROP TABLE STRUC_COPYTABLE [] [] [2020-02-08T14:30:40.097117+01:00] doctrine.DEBUG: DROP TABLE STRUC_VIEW [] [] [2020-02-08T14:30:40.101710+01:00] doctrine.DEBUG: DROP TABLE UserTracker [] [] [2020-02-08T14:30:40.118424+01:00] doctrine.DEBUG: DROP TABLE Utilisateur [] [] [2020-02-08T14:30:40.122962+01:00] doctrine.DEBUG: DROP TABLE VIEW_TABLE_NAME [] [] [2020-02-08T14:30:40.129221+01:00] doctrine.DEBUG: DROP TABLE actualite_us [] [] [2020-02-08T14:30:40.134182+01:00] doctrine.DEBUG: DROP TABLE article_solde [] [] [2020-02-08T14:30:40.139026+01:00] doctrine.DEBUG: DROP TABLE article_solde_bu [] [] [2020-02-08T14:30:40.144741+01:00] doctrine.DEBUG: DROP TABLE category [] [] [2020-02-08T14:30:40.149391+01:00] doctrine.DEBUG: DROP TABLE citycodes [] [] [2020-02-08T14:30:40.154039+01:00] doctrine.DEBUG: DROP TABLE event [] [] [2020-02-08T14:30:40.159370+01:00] doctrine.DEBUG: DROP TABLE marque [] [] [2020-02-08T14:30:40.160192+01:00] doctrine.DEBUG: DROP TABLE modele [] [] [2020-02-08T14:30:40.166023+01:00] doctrine.DEBUG: DROP TABLE modele_category [] [] [2020-02-08T14:30:40.171055+01:00] doctrine.DEBUG: DROP TABLE modele_collection [] [] [2020-02-08T14:30:40.176993+01:00] doctrine.DEBUG: DROP TABLE modele_photo [] [] [2020-02-08T14:30:40.181877+01:00] doctrine.DEBUG: DROP TABLE modele_room [] [] [2020-02-08T14:30:40.187508+01:00] doctrine.DEBUG: DROP TABLE nomenclature [] [] [2020-02-08T14:30:40.192858+01:00] doctrine.DEBUG: DROP TABLE password [] [] [2020-02-08T14:30:40.197104+01:00] doctrine.DEBUG: DROP TABLE pdf [] [] [2020-02-08T14:30:40.201424+01:00] doctrine.DEBUG: DROP TABLE photo [] [] [2020-02-08T14:30:40.206147+01:00] doctrine.DEBUG: DROP TABLE realisation [] [] [2020-02-08T14:30:40.210563+01:00] doctrine.DEBUG: DROP TABLE realisation_cat [] [] [2020-02-08T14:30:40.216682+01:00] doctrine.DEBUG: DROP TABLE realisation_cat_choix [] [] [2020-02-08T14:30:40.221081+01:00] doctrine.DEBUG: DROP TABLE realisation_modele [] [] [2020-02-08T14:30:40.225967+01:00] doctrine.DEBUG: DROP TABLE revendeur_data [] [] [2020-02-08T14:30:40.230876+01:00] doctrine.DEBUG: DROP TABLE type [] [] [2020-02-08T14:30:40.236559+01:00] doctrine.DEBUG: ALTER TABLE InfoModele ADD image_updated_at DATETIME DEFAULT NULL [] [] [2020-02-08T14:30:40.277781+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203124641","2020-02-08 13:30:40"] [] [2020-02-08T14:30:40.279220+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:40.279640+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:40.280101+01:00] doctrine.DEBUG: CREATE TABLE media (id INT AUTO_INCREMENT NOT NULL, filename VARCHAR(255) NOT NULL, original_filename VARCHAR(255) NOT NULL, file_size INT NOT NULL, updated_at DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-02-08T14:30:40.290798+01:00] doctrine.DEBUG: ALTER TABLE PICS ADD media_id INT DEFAULT NULL [] [] [2020-02-08T14:30:40.325370+01:00] doctrine.DEBUG: CREATE INDEX IDX_BC347A79EA9FDD75 ON PICS (media_id) [] [] [2020-02-08T14:30:40.345341+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203131817","2020-02-08 13:30:40"] [] [2020-02-08T14:30:40.346855+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:40.347376+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:40.351792+01:00] doctrine.DEBUG: select * from PICS where media_id is null [] [] [2020-02-08T14:30:40.357776+01:00] doctrine.DEBUG: ALTER TABLE media ADD directory VARCHAR(255) DEFAULT NULL [] [] [2020-02-08T14:30:40.381197+01:00] doctrine.DEBUG: ALTER TABLE PICS CHANGE id_modele id_modele VARCHAR(255) DEFAULT NULL [] [] [2020-02-08T14:30:40.423564+01:00] doctrine.DEBUG: Delete from PICS where media_id is null [] [] [2020-02-08T14:30:40.430453+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203145002","2020-02-08 13:30:40"] [] [2020-02-08T14:30:40.433142+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:40.433701+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:40.434271+01:00] doctrine.DEBUG: ALTER TABLE PICS CHANGE picture_name picture_name VARCHAR(255) DEFAULT NULL [] [] [2020-02-08T14:30:40.463101+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203145046","2020-02-08 13:30:40"] [] [2020-02-08T14:30:40.465789+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:30:40.466275+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:30:40.466887+01:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-02-08T14:30:40.472869+01:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-02-08T14:30:40.474296+01:00] console.ERROR: Error thrown while running command "doctrine:migrations:migrate". Message: "An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)","command":"doctrine:migrations:migrate","message":"An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1"} [] [2020-02-08T14:30:40.474954+01:00] console.DEBUG: Command "doctrine:migrations:migrate" exited with code "1" {"command":"doctrine:migrations:migrate","code":1} [] [2020-02-08T14:33:13.073544+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-02-08T14:33:13.078258+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 = 'yamakadov2' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T14:33:13.098505+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T14:33:13.106010+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 = 'migration_versions' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T14:33:13.110109+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-02-08T14:33:13.111712+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-02-08T14:33:15.942216+01:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200201123508', '20200201142532', '20200201152256', '20200201161050', '20200201162653', '20200201163752', '20200201172702', '20200202014605', '20200202014734', '20200202160721', '20200202164320', '20200203124641', '20200203131817', '20200203145002', '20200203145046', '20200203164215', '20200203170009', '20200203171035', '20200204031558', '20200204031909', '20200204032934', '20200204040609', '20200204040942', '20200204041429', '20200204042051', '20200204062314', '20200204062543', '20200204063525', '20200204063600', '20200204064210', '20200204064411', '20200204065506', '20200204080140', '20200204080200', '20200204090801', '20200204091331', '20200204091340', '20200204093722', '20200204112159') ORDER BY version DESC LIMIT 1 [] [] [2020-02-08T14:33:15.946556+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-02-08T14:33:15.950713+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.007754+01:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles TEXT NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-02-08T14:33:16.025462+01:00] doctrine.DEBUG: insert into user (email, roles, password) value (:email, :roles, :password) {"email":"admin@yamakado.com","roles":"[\"ROLE_ADMIN\"]","password":"$argon2id$v=19$m=65536,t=4 [...]"} [] [2020-02-08T14:33:16.029446+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203164215","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.031579+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.031953+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.032358+01:00] doctrine.DEBUG: ALTER TABLE InfoModele ADD media_id INT DEFAULT NULL [] [] [2020-02-08T14:33:16.074180+01:00] doctrine.DEBUG: CREATE INDEX IDX_97CFA907EA9FDD75 ON InfoModele (media_id) [] [] [2020-02-08T14:33:16.090121+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203170009","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.091927+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.092485+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.096112+01:00] doctrine.DEBUG: select * from InfoModele where media_id is null [] [] [2020-02-08T14:33:16.100216+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200203171035","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.100810+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.103969+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.104387+01:00] doctrine.DEBUG: ALTER TABLE InfoModele DROP id_tarif, DROP categorie, DROP collection_name, DROP pics, DROP pics2, DROP categoriecode, DROP shop_link, DROP image_updated_at [] [] [2020-02-08T14:33:16.142662+01:00] doctrine.DEBUG: ALTER TABLE media CHANGE filename filename VARCHAR(255) DEFAULT NULL, CHANGE original_filename original_filename VARCHAR(255) DEFAULT NULL [] [] [2020-02-08T14:33:16.159432+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200204031558","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.161616+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.161972+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.162389+01:00] doctrine.DEBUG: ALTER TABLE InfoModele CHANGE idmodele slug VARCHAR(255) NOT NULL, CHANGE modele name VARCHAR(255) NOT NULL, CHANGE design designer VARCHAR(255) NOT NULL, CHANGE annee year int(10) DEFAULT NULL [] [] [2020-02-08T14:33:16.167676+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200204031909","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.169421+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.169745+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.170131+01:00] doctrine.DEBUG: ALTER TABLE InfoModele ADD documentation_id INT DEFAULT NULL, ADD price_id INT DEFAULT NULL [] [] [2020-02-08T14:33:16.215380+01:00] doctrine.DEBUG: CREATE INDEX IDX_97CFA907C703EEC9 ON InfoModele (documentation_id) [] [] [2020-02-08T14:33:16.234894+01:00] doctrine.DEBUG: CREATE INDEX IDX_97CFA907D614C7E7 ON InfoModele (price_id) [] [] [2020-02-08T14:33:16.253125+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200204032934","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.254294+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.254653+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.255976+01:00] doctrine.DEBUG: select * from InfoModele where documentation_id is null [] [] [2020-02-08T14:33:16.259868+01:00] doctrine.DEBUG: ALTER TABLE media CHANGE file_size file_size INT DEFAULT NULL [] [] [2020-02-08T14:33:16.279996+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200204040609","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.283064+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.283541+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.283985+01:00] doctrine.DEBUG: RENAME TABLE InfoModele TO product [] [] [2020-02-08T14:33:16.290826+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200204040942","2020-02-08 13:33:16"] [] [2020-02-08T14:33:16.292815+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-02-08T14:33:16.293201+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-02-08T14:33:16.294606+01:00] doctrine.DEBUG: select * from product where price_id is null [] [] [2020-02-08T14:33:16.298308+01:00] doctrine.DEBUG: ALTER TABLE product RENAME INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2 [] [] [2020-02-08T14:33:16.304239+01:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-02-08T14:33:16.308338+01:00] console.ERROR: Error thrown while running command "doctrine:migrations:migrate". Message: "An exception occurred while executing 'ALTER TABLE product RENAME INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'ALTER TABLE product RENAME INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2' at line 1 at /home/yamakado/v2/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)","command":"doctrine:migrations:migrate","message":"An exception occurred while executing 'ALTER TABLE product RENAME INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX idx_97cfa90712469de2 TO IDX_D34A04AD12469DE2' at line 1"} [] [2020-02-08T14:33:16.309157+01:00] console.DEBUG: Command "doctrine:migrations:migrate" exited with code "1" {"command":"doctrine:migrations:migrate","code":1} [] [2020-02-08T14:55:40.846624+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::home"},"request_uri":"http://v2.yamakado.com/","method":"GET"} [] [2020-02-08T14:55:40.856932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:55:40.856985+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:40.857028+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:41.036161+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:55:42.079838+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ac6b2"},"request_uri":"http://v2.yamakado.com/_wdt/1ac6b2","method":"GET"} [] [2020-02-08T14:55:50.430205+01:00] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::home"},"request_uri":"http://v2.yamakado.com/admin","method":"GET"} [] [2020-02-08T14:55:50.441958+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:55:50.442015+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:50.442057+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:50.443454+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:55:50.458124+01:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/yamakado/v2/vendor/symfony/security-http/Firewall/AccessListener.php:97)"} [] [2020-02-08T14:55:50.459348+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-02-08T14:55:50.877450+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T14:55:50.886531+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:55:50.886580+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:50.886621+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:55:50.918684+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:55:51.303722+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6c40c"},"request_uri":"http://v2.yamakado.com/_wdt/f6c40c","method":"GET"} [] [2020-02-08T14:56:00.823790+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T14:56:00.838304+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:00.838382+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:00.838436+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:00.841782+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:01.013742+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agnes@yamakado.com"] [] [2020-02-08T14:56:01.053103+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:01.056364+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:01.563869+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T14:56:01.576159+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:01.576237+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:01.576283+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:01.840545+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:56:02.223502+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"304ed5"},"request_uri":"http://v2.yamakado.com/_wdt/304ed5","method":"GET"} [] [2020-02-08T14:56:07.985665+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T14:56:08.008912+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:08.008971+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.009022+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.009704+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.039522+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agnes@yamakado.com"] [] [2020-02-08T14:56:08.045747+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.047742+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.404775+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T14:56:08.420243+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:08.420321+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.420366+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:08.512189+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:56:08.981952+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d213e4"},"request_uri":"http://v2.yamakado.com/_wdt/d213e4","method":"GET"} [] [2020-02-08T14:56:14.289366+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T14:56:14.336265+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:14.336339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:14.336391+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:14.337846+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:14.360996+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T14:56:14.365972+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:14.370252+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:15.655295+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T14:56:15.664406+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:56:15.664459+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:15.664502+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:56:15.687423+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:56:16.049985+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b0c09"},"request_uri":"http://v2.yamakado.com/_wdt/2b0c09","method":"GET"} [] [2020-02-08T14:57:35.421685+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T14:57:35.473080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:57:35.473148+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.473206+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.475402+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.526167+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T14:57:35.538834+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.543085+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.969262+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T14:57:35.978290+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:57:35.978339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:35.978380+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:36.080065+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:57:36.489292+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be54c6"},"request_uri":"http://v2.yamakado.com/_wdt/be54c6","method":"GET"} [] [2020-02-08T14:57:43.937129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"be54c6"},"request_uri":"http://v2.yamakado.com/_profiler/be54c6?panel=cache","method":"GET"} [] [2020-02-08T14:57:44.045423+01:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://v2.yamakado.com/_profiler/search_bar?panel=cache","method":"GET"} [] [2020-02-08T14:57:57.059731+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::home"},"request_uri":"http://v2.yamakado.com/","method":"GET"} [] [2020-02-08T14:57:57.072313+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:57:57.072388+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:57.072430+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:57.093258+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:57:57.509673+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db8a4d"},"request_uri":"http://v2.yamakado.com/_wdt/db8a4d","method":"GET"} [] [2020-02-08T14:57:59.057991+01:00] request.INFO: Matched route "events". {"route":"events","route_parameters":{"_route":"events","_controller":"App\\Controller\\HomeController::events"},"request_uri":"http://v2.yamakado.com/sommaire-actualite.php","method":"GET"} [] [2020-02-08T14:57:59.069960+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:57:59.070068+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:59.070137+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:59.266994+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date AS date_3, t0.titre AS titre_4, t0.adresse AS adresse_5, t0.contenu AS contenu_6, t0.lien_http AS lien_http_7, t0.media_id AS media_id_8 FROM event t0 ORDER BY t0.date_debut DESC [] [] [2020-02-08T14:57:59.321818+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:57:59.322184+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [450] [] [2020-02-08T14:57:59.362652+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [613] [] [2020-02-08T14:57:59.364450+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [448] [] [2020-02-08T14:57:59.365842+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [449] [] [2020-02-08T14:57:59.367528+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [447] [] [2020-02-08T14:57:59.369105+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [446] [] [2020-02-08T14:57:59.370432+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [445] [] [2020-02-08T14:57:59.371846+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [443] [] [2020-02-08T14:57:59.373543+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [444] [] [2020-02-08T14:57:59.374952+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [442] [] [2020-02-08T14:57:59.376324+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [441] [] [2020-02-08T14:57:59.378031+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [438] [] [2020-02-08T14:57:59.379612+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [439] [] [2020-02-08T14:57:59.381242+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [440] [] [2020-02-08T14:57:59.383029+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [437] [] [2020-02-08T14:57:59.384669+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [436] [] [2020-02-08T14:57:59.386226+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [434] [] [2020-02-08T14:57:59.387787+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [433] [] [2020-02-08T14:57:59.389134+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [432] [] [2020-02-08T14:57:59.390509+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [435] [] [2020-02-08T14:57:59.392206+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [431] [] [2020-02-08T14:57:59.393957+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [430] [] [2020-02-08T14:57:59.395340+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [429] [] [2020-02-08T14:57:59.396933+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [428] [] [2020-02-08T14:57:59.398321+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [427] [] [2020-02-08T14:57:59.399804+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [426] [] [2020-02-08T14:57:59.401732+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [425] [] [2020-02-08T14:57:59.403530+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [424] [] [2020-02-08T14:57:59.405072+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [423] [] [2020-02-08T14:57:59.406766+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [422] [] [2020-02-08T14:57:59.408075+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [420] [] [2020-02-08T14:57:59.409333+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [421] [] [2020-02-08T14:57:59.410877+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [419] [] [2020-02-08T14:57:59.412399+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [418] [] [2020-02-08T14:57:59.414013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [416] [] [2020-02-08T14:57:59.415751+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [417] [] [2020-02-08T14:57:59.417069+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [415] [] [2020-02-08T14:57:59.418340+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [414] [] [2020-02-08T14:57:59.420241+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [413] [] [2020-02-08T14:57:59.421554+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [412] [] [2020-02-08T14:57:59.423015+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [411] [] [2020-02-08T14:57:59.424858+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [410] [] [2020-02-08T14:57:59.426315+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [409] [] [2020-02-08T14:57:59.427631+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [408] [] [2020-02-08T14:57:59.429280+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [407] [] [2020-02-08T14:57:59.430656+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [406] [] [2020-02-08T14:57:59.894128+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"none"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/none","method":"GET"} [] [2020-02-08T14:57:59.907553+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:57:59.907629+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:59.907671+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:57:59.989814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "none" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"none\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:00.087889+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:00.220823+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58834c"},"request_uri":"http://v2.yamakado.com/_wdt/58834c","method":"GET"} [] [2020-02-08T14:58:00.802199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wwww.yamakadocom/temp/Yamakado-Coriolis-02" (from "http://v2.yamakado.com/sommaire-actualite.php")" at /home/yamakado/v2/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /wwww.yamakadocom/temp/Yamakado-Coriolis-02\" (from \"http://v2.yamakado.com/sommaire-actualite.php\") at /home/yamakado/v2/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wwww.yamakadocom/temp/Yamakado-Coriolis-02/\". at /home/yamakado/v2/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-02-08T14:58:00.900025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /www.yamakado.com/temp/YaMaKaDo-ddays.pdf" (from "http://v2.yamakado.com/sommaire-actualite.php")" at /home/yamakado/v2/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /www.yamakado.com/temp/YaMaKaDo-ddays.pdf\" (from \"http://v2.yamakado.com/sommaire-actualite.php\") at /home/yamakado/v2/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www.yamakado.com/temp/YaMaKaDo-ddays.pdf/\". at /home/yamakado/v2/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2020-02-08T14:58:01.625087+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/event-main/logo-journees-europeennes-metiers-art-2013.pdf"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/event-main/logo-journees-europeennes-metiers-art-2013.pdf","method":"GET"} [] [2020-02-08T14:58:01.640075+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:01.640182+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:01.640251+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:01.670765+01:00] request.CRITICAL: Uncaught PHP Exception LogicException: "The mime type of image upload/media/event-main/logo-journees-europeennes-metiers-art-2013.pdf must be image/xxx got application/pdf." at /home/yamakado/v2/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php line 152 {"exception":"[object] (LogicException(code: 0): The mime type of image upload/media/event-main/logo-journees-europeennes-metiers-art-2013.pdf must be image/xxx got application/pdf. at /home/yamakado/v2/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php:152)"} [] [2020-02-08T14:58:01.695550+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:02.125313+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/event-main/ceremonie-anniversaire-ocde.pdf"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/event-main/ceremonie-anniversaire-ocde.pdf","method":"GET"} [] [2020-02-08T14:58:02.138180+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:02.138270+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:02.138314+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:02.158182+01:00] request.CRITICAL: Uncaught PHP Exception LogicException: "The mime type of image upload/media/event-main/ceremonie-anniversaire-ocde.pdf must be image/xxx got application/pdf." at /home/yamakado/v2/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php line 152 {"exception":"[object] (LogicException(code: 0): The mime type of image upload/media/event-main/ceremonie-anniversaire-ocde.pdf must be image/xxx got application/pdf. at /home/yamakado/v2/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php:152)"} [] [2020-02-08T14:58:02.187060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:05.870239+01:00] request.INFO: Matched route "categories". {"route":"categories","route_parameters":{"_route":"categories","_controller":"App\\Controller\\ProductController::category"},"request_uri":"http://v2.yamakado.com/meuble-par-categorie.php","method":"GET"} [] [2020-02-08T14:58:05.926589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:05.926667+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:05.926707+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:06.036249+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 [] [] [2020-02-08T14:58:06.244552+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:07.049902+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd275b"},"request_uri":"http://v2.yamakado.com/_wdt/fd275b","method":"GET"} [] [2020-02-08T14:58:11.886255+01:00] request.INFO: Matched route "list". {"route":"list","route_parameters":{"_route":"list","_controller":"App\\Controller\\ProductController::list"},"request_uri":"http://v2.yamakado.com/meuble-par-nom.php","method":"GET"} [] [2020-02-08T14:58:11.898004+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:11.898054+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:11.898093+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:11.997737+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.slug AS slug_2, t0.active AS active_3, t0.designer AS designer_4, t0.name AS name_5, t0.year AS year_6, t0.description AS description_7, t0.finitions AS finitions_8, t0.dimensions AS dimensions_9, t0.category_id AS category_id_10, t0.collection_id AS collection_id_11, t0.media_id AS media_id_12, t0.documentation_id AS documentation_id_13, t0.price_id AS price_id_14 FROM product t0 WHERE t0.active = ? ORDER BY t0.name ASC [1] [] [2020-02-08T14:58:12.070984+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.071175+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [255] [] [2020-02-08T14:58:12.076318+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [8] [] [2020-02-08T14:58:12.077416+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [213] [] [2020-02-08T14:58:12.079681+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [5] [] [2020-02-08T14:58:12.080471+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [214] [] [2020-02-08T14:58:12.081766+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [215] [] [2020-02-08T14:58:12.084076+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [241] [] [2020-02-08T14:58:12.085440+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [3] [] [2020-02-08T14:58:12.086204+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [223] [] [2020-02-08T14:58:12.088358+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [7] [] [2020-02-08T14:58:12.089240+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [77] [] [2020-02-08T14:58:12.092013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [157] [] [2020-02-08T14:58:12.093560+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [9] [] [2020-02-08T14:58:12.094489+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [176] [] [2020-02-08T14:58:12.097143+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [177] [] [2020-02-08T14:58:12.098795+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [286] [] [2020-02-08T14:58:12.100461+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [1] [] [2020-02-08T14:58:12.101876+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [229] [] [2020-02-08T14:58:12.103499+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [231] [] [2020-02-08T14:58:12.109739+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [280] [] [2020-02-08T14:58:12.111234+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [0] [] [2020-02-08T14:58:12.112464+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [218] [] [2020-02-08T14:58:12.113730+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [232] [] [2020-02-08T14:58:12.115155+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [268] [] [2020-02-08T14:58:12.116752+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [4] [] [2020-02-08T14:58:12.117532+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [244] [] [2020-02-08T14:58:12.118811+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [88] [] [2020-02-08T14:58:12.120438+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [6] [] [2020-02-08T14:58:12.121149+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [235] [] [2020-02-08T14:58:12.122374+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [216] [] [2020-02-08T14:58:12.123932+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [80] [] [2020-02-08T14:58:12.125223+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [264] [] [2020-02-08T14:58:12.126344+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [164] [] [2020-02-08T14:58:12.127948+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [258] [] [2020-02-08T14:58:12.129203+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [265] [] [2020-02-08T14:58:12.130813+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [225] [] [2020-02-08T14:58:12.132659+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [246] [] [2020-02-08T14:58:12.134038+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [259] [] [2020-02-08T14:58:12.135838+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [221] [] [2020-02-08T14:58:12.137690+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [10] [] [2020-02-08T14:58:12.138467+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [249] [] [2020-02-08T14:58:12.139782+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [239] [] [2020-02-08T14:58:12.141453+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [11] [] [2020-02-08T14:58:12.142164+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [284] [] [2020-02-08T14:58:12.143516+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [266] [] [2020-02-08T14:58:12.145119+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [294] [] [2020-02-08T14:58:12.146350+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [219] [] [2020-02-08T14:58:12.147679+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [233] [] [2020-02-08T14:58:12.149171+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [270] [] [2020-02-08T14:58:12.150403+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [274] [] [2020-02-08T14:58:12.151657+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [14] [] [2020-02-08T14:58:12.153247+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [260] [] [2020-02-08T14:58:12.154546+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [261] [] [2020-02-08T14:58:12.155859+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [167] [] [2020-02-08T14:58:12.157412+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [174] [] [2020-02-08T14:58:12.158665+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [240] [] [2020-02-08T14:58:12.159866+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [194] [] [2020-02-08T14:58:12.161558+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [296] [] [2020-02-08T14:58:12.162831+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [217] [] [2020-02-08T14:58:12.164124+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [228] [] [2020-02-08T14:58:12.165974+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [237] [] [2020-02-08T14:58:12.167421+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [262] [] [2020-02-08T14:58:12.168748+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [267] [] [2020-02-08T14:58:12.170368+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [220] [] [2020-02-08T14:58:12.171755+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [263] [] [2020-02-08T14:58:12.173095+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [273] [] [2020-02-08T14:58:12.174778+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [198] [] [2020-02-08T14:58:12.176146+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [202] [] [2020-02-08T14:58:12.177514+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [203] [] [2020-02-08T14:58:12.179219+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [295] [] [2020-02-08T14:58:12.666268+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/arimatablenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/arimatablenoir.jpg","method":"GET"} [] [2020-02-08T14:58:12.673145+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoq-banquette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoq-banquette.jpg","method":"GET"} [] [2020-02-08T14:58:12.681685+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.681798+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.681866+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.685409+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoquine.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoquine.jpg","method":"GET"} [] [2020-02-08T14:58:12.693898+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.694013+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.694080+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.695671+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquise-fauteuil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquise-fauteuil.jpg","method":"GET"} [] [2020-02-08T14:58:12.702402+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.702475+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.702520+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.715007+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.715116+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.715206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.717573+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoq-banquette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoq-banquette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.718076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/arimatablenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/arimatablenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.720261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoquine.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoquine.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.737146+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.739408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquise-fauteuil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquise-fauteuil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.743441+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.750646+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.763826+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.848207+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bunnycanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bunnycanape1.jpg","method":"GET"} [] [2020-02-08T14:58:12.852417+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquisebanquettefacemini.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquisebanquettefacemini.jpg","method":"GET"} [] [2020-02-08T14:58:12.857922+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.857984+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.858027+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.866995+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:12.867062+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.867104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:12.867745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bunnycanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bunnycanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.879659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquisebanquettefacemini.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquisebanquettefacemini.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:12.884349+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:12.900630+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:13.338247+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e0a5a0"},"request_uri":"http://v2.yamakado.com/_wdt/e0a5a0","method":"GET"} [] [2020-02-08T14:58:13.410640+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/bunnyfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/bunnyfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:13.411942+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/chinchin.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/chinchin.jpg","method":"GET"} [] [2020-02-08T14:58:13.420522+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:13.420603+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.420646+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.422053+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:13.422112+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.422154+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.431820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/chinchin.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/chinchin.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:13.431927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/bunnyfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/bunnyfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:13.451498+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:13.458682+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:13.480646+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikichaisematblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikichaisematblanc.jpg","method":"GET"} [] [2020-02-08T14:58:13.491645+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:13.491738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.491783+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.502000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikichaisematblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikichaisematblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:13.520270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:13.688672+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikimixteblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikimixteblanc.jpg","method":"GET"} [] [2020-02-08T14:58:13.690157+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/ciki-bridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/ciki-bridge.jpg","method":"GET"} [] [2020-02-08T14:58:13.697988+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:13.698054+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.698096+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.705597+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:13.705694+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.705764+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:13.707309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikimixteblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikimixteblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:13.719594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/ciki-bridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/ciki-bridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:13.723782+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:13.746078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.054698+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellabridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellabridge.jpg","method":"GET"} [] [2020-02-08T14:58:14.064724+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.064781+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.064824+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.074142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellabridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellabridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.090531+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.346853+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellalaquenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellalaquenoir.jpg","method":"GET"} [] [2020-02-08T14:58:14.360728+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.360805+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.360847+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.363972+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellatabouretnoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellatabouretnoir.jpg","method":"GET"} [] [2020-02-08T14:58:14.370984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellalaquenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellalaquenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.379596+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.379705+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.379776+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.389110+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.393894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellatabouretnoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellatabouretnoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.403175+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/clam-fauteuil-orchidee.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/clam-fauteuil-orchidee.jpg","method":"GET"} [] [2020-02-08T14:58:14.418151+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.418244+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.418305+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.420490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.431850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/clam-fauteuil-orchidee.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/clam-fauteuil-orchidee.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.457719+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.736307+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cocottechaisebis.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cocottechaisebis.jpg","method":"GET"} [] [2020-02-08T14:58:14.736307+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/clam-fauteuil-roulettes.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/clam-fauteuil-roulettes.jpg","method":"GET"} [] [2020-02-08T14:58:14.746625+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.746731+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.746800+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.747126+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.747185+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.747226+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.756798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cocottechaisebis.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cocottechaisebis.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.757056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/clam-fauteuil-roulettes.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/clam-fauteuil-roulettes.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.762255+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/coqcanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/coqcanape1.jpg","method":"GET"} [] [2020-02-08T14:58:14.774054+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.776887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:14.776976+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.777026+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:14.778891+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:14.787794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/coqcanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/coqcanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:14.807446+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:15.120199+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/coqfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/coqfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:15.129434+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:15.129497+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.129539+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.139072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/coqfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/coqfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:15.156556+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:15.388115+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoqtableardoise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoqtableardoise.jpg","method":"GET"} [] [2020-02-08T14:58:15.398157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:15.398232+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.398274+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.406229+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/crystal-verre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/crystal-verre.jpg","method":"GET"} [] [2020-02-08T14:58:15.407594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoqtableardoise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoqtableardoise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:15.416320+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:15.416385+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.416427+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.424880+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:15.425644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/crystal-verre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/crystal-verre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:15.443517+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:15.660417+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetables.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetables.jpg","method":"GET"} [] [2020-02-08T14:58:15.671647+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:15.671720+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.671764+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.680865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetables.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetables.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:15.697767+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:15.942553+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetablebasse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetablebasse.jpg","method":"GET"} [] [2020-02-08T14:58:15.951829+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:15.951883+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.951925+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:15.961080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetablebasse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetablebasse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:15.977478+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.043847+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-canape-rouge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-canape-rouge.jpg","method":"GET"} [] [2020-02-08T14:58:16.053000+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.053061+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.053104+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.063850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-canape-rouge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-canape-rouge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.084967+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.113028+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-chaise-beige.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-chaise-beige.jpg","method":"GET"} [] [2020-02-08T14:58:16.122674+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.122738+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.122780+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.131777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-chaise-beige.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-chaise-beige.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.148057+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.228309+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/etretatable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/etretatable.jpg","method":"GET"} [] [2020-02-08T14:58:16.242629+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.242704+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.242746+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.255789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/etretatable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/etretatable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.281028+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.333777+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/gb-bureau.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/gb-bureau.jpg","method":"GET"} [] [2020-02-08T14:58:16.347635+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.347713+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.347755+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.358554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/gb-bureau.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/gb-bureau.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.383786+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.620081+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/malabar-fauteuil-profil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/malabar-fauteuil-profil.jpg","method":"GET"} [] [2020-02-08T14:58:16.634042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.634145+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.634210+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.647010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/malabar-fauteuil-profil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/malabar-fauteuil-profil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.665198+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:16.833374+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/meteo.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/meteo.jpg","method":"GET"} [] [2020-02-08T14:58:16.847267+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:16.847374+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.847441+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:16.860613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/meteo.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/meteo.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:16.881420+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.005099+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/misstaketable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/misstaketable.jpg","method":"GET"} [] [2020-02-08T14:58:17.019008+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.019109+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.019176+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.031432+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/misstaketable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/misstaketable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.057675+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.161360+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/photo-4-detoure-web.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/photo-4-detoure-web.jpg","method":"GET"} [] [2020-02-08T14:58:17.175997+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.176100+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.176162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.189997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/photo-4-detoure-web.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/photo-4-detoure-web.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.214755+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.227593+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinebridgemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinebridgemanga.jpg","method":"GET"} [] [2020-02-08T14:58:17.241152+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.241251+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.241318+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.252931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinebridgemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinebridgemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.264377+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinechaise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinechaise.jpg","method":"GET"} [] [2020-02-08T14:58:17.271662+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.276888+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.276954+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.277004+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.288333+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinechaise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinechaise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.311183+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.576805+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabhaut.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabhaut.jpg","method":"GET"} [] [2020-02-08T14:58:17.586147+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.586204+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.586244+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.595286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabhaut.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabhaut.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.611482+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.653245+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabgalette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabgalette.jpg","method":"GET"} [] [2020-02-08T14:58:17.662639+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.662708+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.662750+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.671864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabgalette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabgalette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.688695+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.771731+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/picoqbureaubois.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/picoqbureaubois.jpg","method":"GET"} [] [2020-02-08T14:58:17.784595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.784674+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.784725+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.795511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/picoqbureaubois.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/picoqbureaubois.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.811291+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/picoq-table-lampe.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/picoq-table-lampe.jpg","method":"GET"} [] [2020-02-08T14:58:17.820176+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.825889+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.825977+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.826041+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.839010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/picoq-table-lampe.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/picoq-table-lampe.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.842352+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/pixeltablefonce.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/pixeltablefonce.jpg","method":"GET"} [] [2020-02-08T14:58:17.852375+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:17.852462+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.852506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:17.861358+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:17.862332+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/pixeltablefonce.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/pixeltablefonce.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:17.879240+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.455045+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/serafine-paravent-luminaire.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/serafine-paravent-luminaire.jpg","method":"GET"} [] [2020-02-08T14:58:18.465238+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.465325+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.465394+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.477288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/serafine-paravent-luminaire.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/serafine-paravent-luminaire.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.490285+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"none"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/none","method":"GET"} [] [2020-02-08T14:58:18.494275+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.499976+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.500036+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.500078+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.508681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "none" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"none\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.525383+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.579574+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/sorbon-carrel-table.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/sorbon-carrel-table.jpg","method":"GET"} [] [2020-02-08T14:58:18.588703+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.588755+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.588803+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.597727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/sorbon-carrel-table.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/sorbon-carrel-table.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.614321+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.708701+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stick-banquettes-canape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stick-banquettes-canape.jpg","method":"GET"} [] [2020-02-08T14:58:18.717965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.718027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.718069+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.727152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stick-banquettes-canape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stick-banquettes-canape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.736941+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stickcanape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stickcanape.jpg","method":"GET"} [] [2020-02-08T14:58:18.743490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.746571+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.746627+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.746670+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.755983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stickcanape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stickcanape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.772410+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:18.779497+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomochaisemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomochaisemanga.jpg","method":"GET"} [] [2020-02-08T14:58:18.788887+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:18.788945+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.788987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:18.798013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomochaisemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomochaisemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:18.814270+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:19.130253+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomotableverre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomotableverre.jpg","method":"GET"} [] [2020-02-08T14:58:19.139861+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:19.139936+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.139979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.150971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomotableverre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomotableverre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:19.167625+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:19.398355+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wychaisecuir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wychaisecuir.jpg","method":"GET"} [] [2020-02-08T14:58:19.405381+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/virages-table-basse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/virages-table-basse.jpg","method":"GET"} [] [2020-02-08T14:58:19.407825+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:19.407881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.407923+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.410416+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytable.jpg","method":"GET"} [] [2020-02-08T14:58:19.415170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:19.415230+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.415272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.416969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wychaisecuir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wychaisecuir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:19.419884+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:19.419940+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.419980+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.424203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/virages-table-basse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/virages-table-basse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:19.428943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:19.433776+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:19.441080+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:19.446001+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:19.499587+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytabouret.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytabouret.jpg","method":"GET"} [] [2020-02-08T14:58:19.508857+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:19.508919+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.508962+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:19.518083+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytabouret.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytabouret.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:19.534613+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:20.055071+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg","method":"GET"} [] [2020-02-08T14:58:20.067105+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:20.067165+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:20.067206+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:20.079924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:20.103467+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:34.884918+01:00] request.INFO: Matched route "list". {"route":"list","route_parameters":{"_route":"list","_controller":"App\\Controller\\ProductController::list"},"request_uri":"http://v2.yamakado.com/meuble-par-nom.php","method":"GET"} [] [2020-02-08T14:58:34.896701+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:34.896785+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:34.896827+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:34.957708+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.slug AS slug_2, t0.active AS active_3, t0.designer AS designer_4, t0.name AS name_5, t0.year AS year_6, t0.description AS description_7, t0.finitions AS finitions_8, t0.dimensions AS dimensions_9, t0.category_id AS category_id_10, t0.collection_id AS collection_id_11, t0.media_id AS media_id_12, t0.documentation_id AS documentation_id_13, t0.price_id AS price_id_14 FROM product t0 WHERE t0.active = ? ORDER BY t0.name ASC [1] [] [2020-02-08T14:58:35.009126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:35.009379+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [255] [] [2020-02-08T14:58:35.019515+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [8] [] [2020-02-08T14:58:35.020342+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [213] [] [2020-02-08T14:58:35.021079+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [5] [] [2020-02-08T14:58:35.021561+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [214] [] [2020-02-08T14:58:35.022270+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [215] [] [2020-02-08T14:58:35.022949+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [241] [] [2020-02-08T14:58:35.023585+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [3] [] [2020-02-08T14:58:35.024177+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [223] [] [2020-02-08T14:58:35.024810+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [7] [] [2020-02-08T14:58:35.025275+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [77] [] [2020-02-08T14:58:35.025931+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [157] [] [2020-02-08T14:58:35.026717+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [9] [] [2020-02-08T14:58:35.027246+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [176] [] [2020-02-08T14:58:35.029817+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [177] [] [2020-02-08T14:58:35.030657+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [286] [] [2020-02-08T14:58:35.031397+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [1] [] [2020-02-08T14:58:35.031891+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [229] [] [2020-02-08T14:58:35.032537+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [231] [] [2020-02-08T14:58:35.033165+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [280] [] [2020-02-08T14:58:35.033845+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [0] [] [2020-02-08T14:58:35.034414+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [218] [] [2020-02-08T14:58:35.035120+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [232] [] [2020-02-08T14:58:35.035775+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [268] [] [2020-02-08T14:58:35.036448+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [4] [] [2020-02-08T14:58:35.036968+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [244] [] [2020-02-08T14:58:35.037698+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [88] [] [2020-02-08T14:58:35.038364+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [6] [] [2020-02-08T14:58:35.038855+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [235] [] [2020-02-08T14:58:35.039496+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [216] [] [2020-02-08T14:58:35.040205+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [80] [] [2020-02-08T14:58:35.040817+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [264] [] [2020-02-08T14:58:35.041450+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [164] [] [2020-02-08T14:58:35.042131+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [258] [] [2020-02-08T14:58:35.042917+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [265] [] [2020-02-08T14:58:35.043628+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [225] [] [2020-02-08T14:58:35.044306+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [246] [] [2020-02-08T14:58:35.044974+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [259] [] [2020-02-08T14:58:35.045748+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [221] [] [2020-02-08T14:58:35.046475+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [10] [] [2020-02-08T14:58:35.047127+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [249] [] [2020-02-08T14:58:35.047871+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [239] [] [2020-02-08T14:58:35.048879+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [11] [] [2020-02-08T14:58:35.049383+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [284] [] [2020-02-08T14:58:35.050276+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [266] [] [2020-02-08T14:58:35.051284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [294] [] [2020-02-08T14:58:35.052041+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [219] [] [2020-02-08T14:58:35.052763+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [233] [] [2020-02-08T14:58:35.053530+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [270] [] [2020-02-08T14:58:35.054320+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [274] [] [2020-02-08T14:58:35.054988+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [14] [] [2020-02-08T14:58:35.055649+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [260] [] [2020-02-08T14:58:35.056309+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [261] [] [2020-02-08T14:58:35.056953+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [167] [] [2020-02-08T14:58:35.057683+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [174] [] [2020-02-08T14:58:35.058399+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [240] [] [2020-02-08T14:58:35.059080+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [194] [] [2020-02-08T14:58:35.059852+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [296] [] [2020-02-08T14:58:35.060522+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [217] [] [2020-02-08T14:58:35.061182+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [228] [] [2020-02-08T14:58:35.061881+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [237] [] [2020-02-08T14:58:35.062589+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [262] [] [2020-02-08T14:58:35.063241+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [267] [] [2020-02-08T14:58:35.063943+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [220] [] [2020-02-08T14:58:35.064650+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [263] [] [2020-02-08T14:58:35.065320+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [273] [] [2020-02-08T14:58:35.065985+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [198] [] [2020-02-08T14:58:35.066640+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [202] [] [2020-02-08T14:58:35.067284+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [203] [] [2020-02-08T14:58:35.067945+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [295] [] [2020-02-08T14:58:35.952971+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34b0a8"},"request_uri":"http://v2.yamakado.com/_wdt/34b0a8","method":"GET"} [] [2020-02-08T14:58:35.953171+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoq-banquette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoq-banquette.jpg","method":"GET"} [] [2020-02-08T14:58:35.953050+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoquine.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoquine.jpg","method":"GET"} [] [2020-02-08T14:58:35.953075+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/arimatablenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/arimatablenoir.jpg","method":"GET"} [] [2020-02-08T14:58:35.953226+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/bunnyfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/bunnyfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:35.953048+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/chinchin.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/chinchin.jpg","method":"GET"} [] [2020-02-08T14:58:35.995408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:35.995408+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:35.995452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:35.995452+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:35.995511+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995513+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995521+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995523+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995536+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:35.995578+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995577+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995580+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995613+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:35.995679+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.031709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/arimatablenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/arimatablenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.031760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/bunnyfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/bunnyfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.031763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/chinchin.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/chinchin.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.031980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoquine.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoquine.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.031989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoq-banquette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoq-banquette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.082727+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.088196+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.094593+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.102287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.110372+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.327157+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquisebanquettefacemini.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquisebanquettefacemini.jpg","method":"GET"} [] [2020-02-08T14:58:36.336820+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:36.336881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.336922+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.358997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquisebanquettefacemini.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquisebanquettefacemini.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.388850+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.673989+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquise-fauteuil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquise-fauteuil.jpg","method":"GET"} [] [2020-02-08T14:58:36.683513+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:36.683592+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.683635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.694568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquise-fauteuil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquise-fauteuil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.719004+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.731178+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikichaisematblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikichaisematblanc.jpg","method":"GET"} [] [2020-02-08T14:58:36.731705+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bunnycanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bunnycanape1.jpg","method":"GET"} [] [2020-02-08T14:58:36.745930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:36.745930+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:36.746032+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.746034+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.746103+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.746101+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:36.758950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikichaisematblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikichaisematblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.758950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bunnycanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bunnycanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:36.780992+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:36.786293+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.033263+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikimixteblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikimixteblanc.jpg","method":"GET"} [] [2020-02-08T14:58:37.040197+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/ciki-bridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/ciki-bridge.jpg","method":"GET"} [] [2020-02-08T14:58:37.045700+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.045772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.045816+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.053080+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.053152+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.053195+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.056716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikimixteblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikimixteblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.062910+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/ciki-bridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/ciki-bridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.081770+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.089345+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.310670+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellabridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellabridge.jpg","method":"GET"} [] [2020-02-08T14:58:37.319849+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.319905+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.319947+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.332002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellabridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellabridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.348599+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.356948+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellalaquenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellalaquenoir.jpg","method":"GET"} [] [2020-02-08T14:58:37.366812+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.366873+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.366915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.375485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellalaquenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellalaquenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.392116+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.432009+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellatabouretnoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellatabouretnoir.jpg","method":"GET"} [] [2020-02-08T14:58:37.443182+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.443254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.443297+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.445422+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/clam-fauteuil-orchidee.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/clam-fauteuil-orchidee.jpg","method":"GET"} [] [2020-02-08T14:58:37.451917+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellatabouretnoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellatabouretnoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.455957+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.456018+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.456061+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.464702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/clam-fauteuil-orchidee.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/clam-fauteuil-orchidee.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.468490+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.481839+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:37.821162+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/clam-fauteuil-roulettes.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/clam-fauteuil-roulettes.jpg","method":"GET"} [] [2020-02-08T14:58:37.830333+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:37.830386+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.830428+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:37.838970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/clam-fauteuil-roulettes.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/clam-fauteuil-roulettes.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:37.855200+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.057598+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetablebasse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetablebasse.jpg","method":"GET"} [] [2020-02-08T14:58:38.066573+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.066637+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.066677+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.078248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetablebasse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetablebasse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.095310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.164531+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-canape-rouge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-canape-rouge.jpg","method":"GET"} [] [2020-02-08T14:58:38.174022+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.174119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.174185+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.186730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-canape-rouge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-canape-rouge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.209633+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetables.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetables.jpg","method":"GET"} [] [2020-02-08T14:58:38.211666+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.224233+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.224329+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.224397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.223760+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cocottechaisebis.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cocottechaisebis.jpg","method":"GET"} [] [2020-02-08T14:58:38.233903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetables.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetables.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.239166+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.239263+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.239332+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.250494+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.252561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cocottechaisebis.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cocottechaisebis.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.269914+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.481941+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/coqcanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/coqcanape1.jpg","method":"GET"} [] [2020-02-08T14:58:38.491155+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.491223+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.491272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.499843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/coqcanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/coqcanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.500541+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/coqfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/coqfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:38.510287+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.510345+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.510387+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.516188+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.519007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/coqfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/coqfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.535488+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.826577+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/etretatable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/etretatable.jpg","method":"GET"} [] [2020-02-08T14:58:38.833375+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/gb-bureau.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/gb-bureau.jpg","method":"GET"} [] [2020-02-08T14:58:38.835711+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.835763+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.835805+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.842961+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.843028+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.843070+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.844258+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/etretatable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/etretatable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.851429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/gb-bureau.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/gb-bureau.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.860584+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.862691+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/malabar-fauteuil-profil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/malabar-fauteuil-profil.jpg","method":"GET"} [] [2020-02-08T14:58:38.867684+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.873189+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.873267+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.873320+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.881984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/malabar-fauteuil-profil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/malabar-fauteuil-profil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.898233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:38.942599+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/photo-4-detoure-web.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/photo-4-detoure-web.jpg","method":"GET"} [] [2020-02-08T14:58:38.951389+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:38.951444+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.951484+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:38.959684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/photo-4-detoure-web.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/photo-4-detoure-web.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:38.975174+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.098777+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-chaise-beige.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-chaise-beige.jpg","method":"GET"} [] [2020-02-08T14:58:39.109947+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.110003+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.110043+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.118580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-chaise-beige.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-chaise-beige.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.134870+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.436109+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/meteo.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/meteo.jpg","method":"GET"} [] [2020-02-08T14:58:39.450815+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.450924+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.450990+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.464218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/meteo.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/meteo.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.490538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.494150+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/misstaketable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/misstaketable.jpg","method":"GET"} [] [2020-02-08T14:58:39.508669+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.508759+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.508829+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.519314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/misstaketable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/misstaketable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.525269+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabhaut.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabhaut.jpg","method":"GET"} [] [2020-02-08T14:58:39.534270+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinechaise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinechaise.jpg","method":"GET"} [] [2020-02-08T14:58:39.536561+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.536622+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.536665+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.541724+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.545516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabhaut.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabhaut.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.550651+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.550776+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.550889+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.564795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinechaise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinechaise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.566133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.592310+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.665295+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinebridgemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinebridgemanga.jpg","method":"GET"} [] [2020-02-08T14:58:39.678966+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.679066+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.679124+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.690540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinebridgemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinebridgemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.707727+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:39.754619+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/pixeltablefonce.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/pixeltablefonce.jpg","method":"GET"} [] [2020-02-08T14:58:39.763974+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:39.764045+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.764088+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:39.773116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/pixeltablefonce.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/pixeltablefonce.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:39.791254+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.411218+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabgalette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabgalette.jpg","method":"GET"} [] [2020-02-08T14:58:40.421198+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.421254+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.421295+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.430540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabgalette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabgalette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.447699+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.486626+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/picoqbureaubois.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/picoqbureaubois.jpg","method":"GET"} [] [2020-02-08T14:58:40.498070+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.498153+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.498197+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.498916+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/picoq-table-lampe.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/picoq-table-lampe.jpg","method":"GET"} [] [2020-02-08T14:58:40.507203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/picoqbureaubois.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/picoqbureaubois.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.512290+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.512354+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.512395+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.520906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/picoq-table-lampe.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/picoq-table-lampe.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.523832+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.525853+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/serafine-paravent-luminaire.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/serafine-paravent-luminaire.jpg","method":"GET"} [] [2020-02-08T14:58:40.536366+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.536451+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.536497+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.541010+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.545559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/serafine-paravent-luminaire.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/serafine-paravent-luminaire.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.563027+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.619193+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stickcanape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stickcanape.jpg","method":"GET"} [] [2020-02-08T14:58:40.628765+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.628839+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.628883+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.638338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stickcanape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stickcanape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.638364+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stick-banquettes-canape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stick-banquettes-canape.jpg","method":"GET"} [] [2020-02-08T14:58:40.650235+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:40.650337+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.650381+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:40.655222+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:40.660460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stick-banquettes-canape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stick-banquettes-canape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:40.684963+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.048940+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomochaisemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomochaisemanga.jpg","method":"GET"} [] [2020-02-08T14:58:41.058123+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.058183+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.058224+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.067158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomochaisemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomochaisemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.084236+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.136997+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/sorbon-carrel-table.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/sorbon-carrel-table.jpg","method":"GET"} [] [2020-02-08T14:58:41.146136+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.146196+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.146237+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.154761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/sorbon-carrel-table.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/sorbon-carrel-table.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.169017+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"none"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/none","method":"GET"} [] [2020-02-08T14:58:41.171273+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.178932+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.179009+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.179053+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.187834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "none" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"none\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.204755+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.271778+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wychaisecuir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wychaisecuir.jpg","method":"GET"} [] [2020-02-08T14:58:41.281274+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.281339+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.281382+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.290209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wychaisecuir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wychaisecuir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.306943+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.366743+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg","method":"GET"} [] [2020-02-08T14:58:41.376091+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.376172+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.376214+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.385007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.401918+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.567787+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytable.jpg","method":"GET"} [] [2020-02-08T14:58:41.577131+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.577206+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.577248+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.586065+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.603329+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.859274+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytabouret.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytabouret.jpg","method":"GET"} [] [2020-02-08T14:58:41.868781+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.868849+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.868893+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.878039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytabouret.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytabouret.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.894538+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:41.912653+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomotableverre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomotableverre.jpg","method":"GET"} [] [2020-02-08T14:58:41.922745+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:41.922821+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.922865+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:41.931612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomotableverre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomotableverre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:41.947998+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:42.003114+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/virages-table-basse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/virages-table-basse.jpg","method":"GET"} [] [2020-02-08T14:58:42.012321+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:42.012393+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.012435+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.021082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/virages-table-basse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/virages-table-basse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:42.037460+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:42.045916+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoqtableardoise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoqtableardoise.jpg","method":"GET"} [] [2020-02-08T14:58:42.061335+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:42.061439+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.061506+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.073617+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoqtableardoise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoqtableardoise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:42.099485+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:42.179052+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/crystal-verre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/crystal-verre.jpg","method":"GET"} [] [2020-02-08T14:58:42.190369+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:42.190443+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.190485+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:42.201128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/crystal-verre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/crystal-verre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:42.223308+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:44.176712+01:00] request.INFO: Matched route "list". {"route":"list","route_parameters":{"_route":"list","_controller":"App\\Controller\\ProductController::list"},"request_uri":"http://v2.yamakado.com/meuble-par-nom.php","method":"GET"} [] [2020-02-08T14:58:44.186624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:44.186673+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:44.186711+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:44.287580+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.slug AS slug_2, t0.active AS active_3, t0.designer AS designer_4, t0.name AS name_5, t0.year AS year_6, t0.description AS description_7, t0.finitions AS finitions_8, t0.dimensions AS dimensions_9, t0.category_id AS category_id_10, t0.collection_id AS collection_id_11, t0.media_id AS media_id_12, t0.documentation_id AS documentation_id_13, t0.price_id AS price_id_14 FROM product t0 WHERE t0.active = ? ORDER BY t0.name ASC [1] [] [2020-02-08T14:58:44.328043+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:44.328265+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [255] [] [2020-02-08T14:58:44.332117+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [8] [] [2020-02-08T14:58:44.333131+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [213] [] [2020-02-08T14:58:44.333984+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [5] [] [2020-02-08T14:58:44.334667+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [214] [] [2020-02-08T14:58:44.335445+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [215] [] [2020-02-08T14:58:44.336308+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [241] [] [2020-02-08T14:58:44.337138+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [3] [] [2020-02-08T14:58:44.337766+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [223] [] [2020-02-08T14:58:44.338645+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [7] [] [2020-02-08T14:58:44.339424+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [77] [] [2020-02-08T14:58:44.340746+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [157] [] [2020-02-08T14:58:44.341886+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [9] [] [2020-02-08T14:58:44.342461+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [176] [] [2020-02-08T14:58:44.344121+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [177] [] [2020-02-08T14:58:44.345295+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [286] [] [2020-02-08T14:58:44.346534+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [1] [] [2020-02-08T14:58:44.347098+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [229] [] [2020-02-08T14:58:44.347783+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [231] [] [2020-02-08T14:58:44.348422+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [280] [] [2020-02-08T14:58:44.349093+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [0] [] [2020-02-08T14:58:44.349686+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [218] [] [2020-02-08T14:58:44.350541+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [232] [] [2020-02-08T14:58:44.352959+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [268] [] [2020-02-08T14:58:44.354806+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [4] [] [2020-02-08T14:58:44.355903+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [244] [] [2020-02-08T14:58:44.356762+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [88] [] [2020-02-08T14:58:44.357642+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [6] [] [2020-02-08T14:58:44.358311+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [235] [] [2020-02-08T14:58:44.359924+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [216] [] [2020-02-08T14:58:44.360877+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [80] [] [2020-02-08T14:58:44.361778+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [264] [] [2020-02-08T14:58:44.362741+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [164] [] [2020-02-08T14:58:44.363530+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [258] [] [2020-02-08T14:58:44.364320+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [265] [] [2020-02-08T14:58:44.365201+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [225] [] [2020-02-08T14:58:44.366031+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [246] [] [2020-02-08T14:58:44.366864+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [259] [] [2020-02-08T14:58:44.367671+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [221] [] [2020-02-08T14:58:44.368455+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [10] [] [2020-02-08T14:58:44.369026+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [249] [] [2020-02-08T14:58:44.369894+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [239] [] [2020-02-08T14:58:44.370682+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [11] [] [2020-02-08T14:58:44.371214+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [284] [] [2020-02-08T14:58:44.372060+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [266] [] [2020-02-08T14:58:44.372888+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [294] [] [2020-02-08T14:58:44.373750+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [219] [] [2020-02-08T14:58:44.374536+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [233] [] [2020-02-08T14:58:44.375290+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [270] [] [2020-02-08T14:58:44.376069+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [274] [] [2020-02-08T14:58:44.376876+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [14] [] [2020-02-08T14:58:44.377642+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [260] [] [2020-02-08T14:58:44.378431+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [261] [] [2020-02-08T14:58:44.379183+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [167] [] [2020-02-08T14:58:44.379963+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [174] [] [2020-02-08T14:58:44.380767+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [240] [] [2020-02-08T14:58:44.381392+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [194] [] [2020-02-08T14:58:44.382110+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [296] [] [2020-02-08T14:58:44.382763+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [217] [] [2020-02-08T14:58:44.383361+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [228] [] [2020-02-08T14:58:44.384040+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [237] [] [2020-02-08T14:58:44.384643+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [262] [] [2020-02-08T14:58:44.385237+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [267] [] [2020-02-08T14:58:44.386294+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [220] [] [2020-02-08T14:58:44.387192+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [263] [] [2020-02-08T14:58:44.387833+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [273] [] [2020-02-08T14:58:44.388493+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [198] [] [2020-02-08T14:58:44.389145+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [202] [] [2020-02-08T14:58:44.389836+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [203] [] [2020-02-08T14:58:44.390509+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [295] [] [2020-02-08T14:58:44.863873+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/arimatablenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/arimatablenoir.jpg","method":"GET"} [] [2020-02-08T14:58:44.873156+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:44.873229+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:44.873272+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:44.883338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/arimatablenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/arimatablenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:44.901051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.062558+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoq-banquette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoq-banquette.jpg","method":"GET"} [] [2020-02-08T14:58:45.071983+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.072057+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.072100+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.080864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoq-banquette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoq-banquette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.098386+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.176219+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a00090"},"request_uri":"http://v2.yamakado.com/_wdt/a00090","method":"GET"} [] [2020-02-08T14:58:45.210088+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/bunnyfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/bunnyfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:45.210281+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/chinchin.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/chinchin.jpg","method":"GET"} [] [2020-02-08T14:58:45.212940+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikichaisematblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikichaisematblanc.jpg","method":"GET"} [] [2020-02-08T14:58:45.223550+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.223647+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.223712+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.224195+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.224279+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.224346+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.225280+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.225346+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.225410+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.235025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/bunnyfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/bunnyfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.236434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/chinchin.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/chinchin.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.236787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikichaisematblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikichaisematblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.256558+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.261897+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.269197+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.525967+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoquine.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoquine.jpg","method":"GET"} [] [2020-02-08T14:58:45.538547+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.538675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.538747+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.553156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoquine.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoquine.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.567734+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquisebanquettefacemini.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquisebanquettefacemini.jpg","method":"GET"} [] [2020-02-08T14:58:45.578238+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.579479+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.579539+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.579582+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.588993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquisebanquettefacemini.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquisebanquettefacemini.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.606369+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.811942+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquise-fauteuil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquise-fauteuil.jpg","method":"GET"} [] [2020-02-08T14:58:45.820975+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.821027+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.821068+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.829435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquise-fauteuil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquise-fauteuil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.845643+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.849944+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bunnycanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bunnycanape1.jpg","method":"GET"} [] [2020-02-08T14:58:45.859846+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.859911+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.859954+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.868804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bunnycanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bunnycanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.875474+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cikimixteblanc.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cikimixteblanc.jpg","method":"GET"} [] [2020-02-08T14:58:45.884714+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.884772+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.884814+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.885598+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.895082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cikimixteblanc.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cikimixteblanc.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.899321+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/ciki-bridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/ciki-bridge.jpg","method":"GET"} [] [2020-02-08T14:58:45.912091+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:45.913538+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:45.913926+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.914000+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:45.926984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/ciki-bridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/ciki-bridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:45.947233+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.472756+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellalaquenoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellalaquenoir.jpg","method":"GET"} [] [2020-02-08T14:58:46.479583+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellabridge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellabridge.jpg","method":"GET"} [] [2020-02-08T14:58:46.482498+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.482552+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.482594+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.491014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellalaquenoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellalaquenoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.493157+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.493213+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.493256+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.503347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellabridge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellabridge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.508337+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.526051+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.560158+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cinderellatabouretnoir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cinderellatabouretnoir.jpg","method":"GET"} [] [2020-02-08T14:58:46.569284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.569344+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.569386+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.577908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cinderellatabouretnoir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cinderellatabouretnoir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.594212+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.691711+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/clam-fauteuil-orchidee.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/clam-fauteuil-orchidee.jpg","method":"GET"} [] [2020-02-08T14:58:46.700885+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.700937+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.700979+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.709969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/clam-fauteuil-orchidee.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/clam-fauteuil-orchidee.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.726600+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.735091+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/clam-fauteuil-roulettes.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/clam-fauteuil-roulettes.jpg","method":"GET"} [] [2020-02-08T14:58:46.745043+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.745119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.745162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.753954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/clam-fauteuil-roulettes.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/clam-fauteuil-roulettes.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.770597+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:46.802165+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cocottechaisebis.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cocottechaisebis.jpg","method":"GET"} [] [2020-02-08T14:58:46.812514+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:46.812589+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.812633+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:46.821133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cocottechaisebis.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cocottechaisebis.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:46.837681+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.109648+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/coqcanape1.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/coqcanape1.jpg","method":"GET"} [] [2020-02-08T14:58:47.119485+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.119534+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.119573+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.131338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/coqcanape1.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/coqcanape1.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.152734+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.154034+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/coqfauteuiljaune.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/coqfauteuiljaune.jpg","method":"GET"} [] [2020-02-08T14:58:47.163662+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.163721+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.163763+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.172349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/coqfauteuiljaune.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/coqfauteuiljaune.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.188735+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.192699+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/bancoqtableardoise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/bancoqtableardoise.jpg","method":"GET"} [] [2020-02-08T14:58:47.202815+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.202873+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.202915+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.211289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/bancoqtableardoise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/bancoqtableardoise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.227469+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.317784+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/crystal-verre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/crystal-verre.jpg","method":"GET"} [] [2020-02-08T14:58:47.326646+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.326695+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.326735+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.334941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/crystal-verre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/crystal-verre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.352449+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.379823+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetables.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetables.jpg","method":"GET"} [] [2020-02-08T14:58:47.389482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.389536+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.389583+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.398153+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetables.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetables.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.414133+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.463377+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/cyclonetablebasse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/cyclonetablebasse.jpg","method":"GET"} [] [2020-02-08T14:58:47.472170+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.472218+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.472258+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.480448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/cyclonetablebasse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/cyclonetablebasse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.496158+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.756280+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-canape-rouge.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-canape-rouge.jpg","method":"GET"} [] [2020-02-08T14:58:47.765595+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.765661+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.765703+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.774248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-canape-rouge.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-canape-rouge.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.790452+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:47.882029+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/dalya-chaise-beige.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/dalya-chaise-beige.jpg","method":"GET"} [] [2020-02-08T14:58:47.891145+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:47.891202+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.891244+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:47.899945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/dalya-chaise-beige.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/dalya-chaise-beige.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:47.915958+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.109725+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/etretatable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/etretatable.jpg","method":"GET"} [] [2020-02-08T14:58:48.118840+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.118906+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.118948+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.127569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/etretatable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/etretatable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.143969+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.235572+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/gb-bureau.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/gb-bureau.jpg","method":"GET"} [] [2020-02-08T14:58:48.244811+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.244881+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.244924+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.253529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/gb-bureau.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/gb-bureau.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.269971+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.345564+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/malabar-fauteuil-profil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/malabar-fauteuil-profil.jpg","method":"GET"} [] [2020-02-08T14:58:48.354624+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.354675+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.354714+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.363214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/malabar-fauteuil-profil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/malabar-fauteuil-profil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.378963+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.421110+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/meteo.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/meteo.jpg","method":"GET"} [] [2020-02-08T14:58:48.430077+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.430125+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.430164+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.438431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/meteo.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/meteo.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.454031+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.700875+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/misstaketable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/misstaketable.jpg","method":"GET"} [] [2020-02-08T14:58:48.710537+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.710602+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.710643+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.719496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/misstaketable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/misstaketable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.735700+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.756030+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/photo-4-detoure-web.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/photo-4-detoure-web.jpg","method":"GET"} [] [2020-02-08T14:58:48.765686+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.765740+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.765782+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.774271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/photo-4-detoure-web.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/photo-4-detoure-web.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.790220+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.846813+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinebridgemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinebridgemanga.jpg","method":"GET"} [] [2020-02-08T14:58:48.855523+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.855574+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.855616+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.863623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinebridgemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinebridgemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:48.879138+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:48.959841+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinechaise.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinechaise.jpg","method":"GET"} [] [2020-02-08T14:58:48.968716+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:48.968787+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.968848+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:48.981006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinechaise.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinechaise.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.003948+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.002974+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabhaut.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabhaut.jpg","method":"GET"} [] [2020-02-08T14:58:49.013263+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.013321+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.013363+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.022005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabhaut.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabhaut.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.038456+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.331761+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/petitereinetabgalette.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/petitereinetabgalette.jpg","method":"GET"} [] [2020-02-08T14:58:49.341058+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.341119+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.341162+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.343070+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-image/picoqbureaubois.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-image/picoqbureaubois.jpg","method":"GET"} [] [2020-02-08T14:58:49.349828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/petitereinetabgalette.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/petitereinetabgalette.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.352684+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.352739+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.352782+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.361685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-image/picoqbureaubois.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-image/picoqbureaubois.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.361517+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/picoq-table-lampe.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/picoq-table-lampe.jpg","method":"GET"} [] [2020-02-08T14:58:49.366287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.374298+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.374381+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.374444+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.384434+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.386625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/picoq-table-lampe.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/picoq-table-lampe.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.405981+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.634957+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/pixeltablefonce.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/pixeltablefonce.jpg","method":"GET"} [] [2020-02-08T14:58:49.643744+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.643793+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.643838+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.652006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/pixeltablefonce.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/pixeltablefonce.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.667584+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.761612+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/serafine-paravent-luminaire.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/serafine-paravent-luminaire.jpg","method":"GET"} [] [2020-02-08T14:58:49.770509+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.770558+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.770598+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.778742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/serafine-paravent-luminaire.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/serafine-paravent-luminaire.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.794635+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:49.966335+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"none"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/none","method":"GET"} [] [2020-02-08T14:58:49.975042+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:49.975091+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.975130+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:49.983167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "none" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"none\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:49.998728+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.064006+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/sorbon-carrel-table.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/sorbon-carrel-table.jpg","method":"GET"} [] [2020-02-08T14:58:50.073676+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.073728+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.073768+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.083353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/sorbon-carrel-table.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/sorbon-carrel-table.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.099829+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.292873+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stick-banquettes-canape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stick-banquettes-canape.jpg","method":"GET"} [] [2020-02-08T14:58:50.302048+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.302114+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.302157+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.310771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stick-banquettes-canape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stick-banquettes-canape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.325863+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/stickcanape.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/stickcanape.jpg","method":"GET"} [] [2020-02-08T14:58:50.327126+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.336482+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.336545+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.336593+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.345513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/stickcanape.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/stickcanape.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.363032+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.571187+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomochaisemanga.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomochaisemanga.jpg","method":"GET"} [] [2020-02-08T14:58:50.580462+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.580556+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.580599+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.585471+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/tomotableverre.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/tomotableverre.jpg","method":"GET"} [] [2020-02-08T14:58:50.589361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomochaisemanga.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomochaisemanga.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.600867+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.600967+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.601039+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.605843+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.614106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/tomotableverre.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/tomotableverre.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.641947+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.685671+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/virages-table-basse.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/virages-table-basse.jpg","method":"GET"} [] [2020-02-08T14:58:50.695158+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.695226+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.695269+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.703953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/virages-table-basse.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/virages-table-basse.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.720455+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.910202+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wychaisecuir.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wychaisecuir.jpg","method":"GET"} [] [2020-02-08T14:58:50.919456+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.919516+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.919559+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.928158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wychaisecuir.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wychaisecuir.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.941030+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytable.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytable.jpg","method":"GET"} [] [2020-02-08T14:58:50.945153+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:50.950656+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:50.950716+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.950765+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:50.959226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytable.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytable.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:50.975566+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:51.207281+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/wytabouret.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/wytabouret.jpg","method":"GET"} [] [2020-02-08T14:58:51.216419+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:51.216481+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:51.216523+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:51.225189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/wytabouret.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/wytabouret.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:51.241640+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:58:51.244334+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg","method":"GET"} [] [2020-02-08T14:58:51.253965+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:58:51.254030+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:51.254072+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:58:51.262476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/zigzag-bureau-tabouret-detoures.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:58:51.278611+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:59:11.181144+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"upload/media/product-main/banquise-fauteuil.jpg"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/upload/media/product-main/banquise-fauteuil.jpg","method":"GET"} [] [2020-02-08T14:59:11.239446+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T14:59:11.239503+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:59:11.239543+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T14:59:11.301533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "upload/media/product-main/banquise-fauteuil.jpg" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"upload/media/product-main/banquise-fauteuil.jpg\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T14:59:11.360972+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T14:59:13.260813+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1a191"},"request_uri":"http://v2.yamakado.com/_wdt/f1a191","method":"GET"} [] [2020-02-08T15:31:05.780814+01:00] request.INFO: Matched route "list". {"route":"list","route_parameters":{"_route":"list","_controller":"App\\Controller\\ProductController::list"},"request_uri":"http://v2.yamakado.com/meuble-par-nom.php","method":"GET"} [] [2020-02-08T15:31:05.847128+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:05.847248+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:05.847321+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:05.983440+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.slug AS slug_2, t0.active AS active_3, t0.designer AS designer_4, t0.name AS name_5, t0.year AS year_6, t0.description AS description_7, t0.finitions AS finitions_8, t0.dimensions AS dimensions_9, t0.category_id AS category_id_10, t0.collection_id AS collection_id_11, t0.media_id AS media_id_12, t0.documentation_id AS documentation_id_13, t0.price_id AS price_id_14 FROM product t0 WHERE t0.active = ? ORDER BY t0.name ASC [1] [] [2020-02-08T15:31:06.052349+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:31:06.052634+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [255] [] [2020-02-08T15:31:06.069057+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [8] [] [2020-02-08T15:31:06.070272+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [213] [] [2020-02-08T15:31:06.071565+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [5] [] [2020-02-08T15:31:06.072226+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [214] [] [2020-02-08T15:31:06.073505+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [215] [] [2020-02-08T15:31:06.074720+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [241] [] [2020-02-08T15:31:06.075857+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [3] [] [2020-02-08T15:31:06.076616+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [223] [] [2020-02-08T15:31:06.077725+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [7] [] [2020-02-08T15:31:06.078269+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [77] [] [2020-02-08T15:31:06.080095+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [157] [] [2020-02-08T15:31:06.081237+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [9] [] [2020-02-08T15:31:06.081721+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [176] [] [2020-02-08T15:31:06.082794+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [177] [] [2020-02-08T15:31:06.083822+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [286] [] [2020-02-08T15:31:06.084952+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [1] [] [2020-02-08T15:31:06.085620+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [229] [] [2020-02-08T15:31:06.086667+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [231] [] [2020-02-08T15:31:06.087782+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [280] [] [2020-02-08T15:31:06.088706+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [0] [] [2020-02-08T15:31:06.089206+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [218] [] [2020-02-08T15:31:06.090282+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [232] [] [2020-02-08T15:31:06.091286+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [268] [] [2020-02-08T15:31:06.092415+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [4] [] [2020-02-08T15:31:06.092984+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [244] [] [2020-02-08T15:31:06.094013+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [88] [] [2020-02-08T15:31:06.095186+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [6] [] [2020-02-08T15:31:06.095675+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [235] [] [2020-02-08T15:31:06.096720+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [216] [] [2020-02-08T15:31:06.097953+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [80] [] [2020-02-08T15:31:06.099099+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [264] [] [2020-02-08T15:31:06.100244+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [164] [] [2020-02-08T15:31:06.101408+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [258] [] [2020-02-08T15:31:06.102474+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [265] [] [2020-02-08T15:31:06.103575+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [225] [] [2020-02-08T15:31:06.104629+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [246] [] [2020-02-08T15:31:06.105722+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [259] [] [2020-02-08T15:31:06.106863+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [221] [] [2020-02-08T15:31:06.108077+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [10] [] [2020-02-08T15:31:06.108552+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [249] [] [2020-02-08T15:31:06.109554+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [239] [] [2020-02-08T15:31:06.110678+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.id = ? [11] [] [2020-02-08T15:31:06.111169+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [284] [] [2020-02-08T15:31:06.112184+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [266] [] [2020-02-08T15:31:06.113317+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [294] [] [2020-02-08T15:31:06.114372+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [219] [] [2020-02-08T15:31:06.115689+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [233] [] [2020-02-08T15:31:06.116958+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [270] [] [2020-02-08T15:31:06.118115+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [274] [] [2020-02-08T15:31:06.119420+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [14] [] [2020-02-08T15:31:06.120899+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [260] [] [2020-02-08T15:31:06.122412+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [261] [] [2020-02-08T15:31:06.123682+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [167] [] [2020-02-08T15:31:06.125159+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [174] [] [2020-02-08T15:31:06.126492+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [240] [] [2020-02-08T15:31:06.127823+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [194] [] [2020-02-08T15:31:06.129995+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [296] [] [2020-02-08T15:31:06.131383+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [217] [] [2020-02-08T15:31:06.132778+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [228] [] [2020-02-08T15:31:06.134175+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [237] [] [2020-02-08T15:31:06.135747+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [262] [] [2020-02-08T15:31:06.137100+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [267] [] [2020-02-08T15:31:06.138494+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [220] [] [2020-02-08T15:31:06.139752+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [263] [] [2020-02-08T15:31:06.141003+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [273] [] [2020-02-08T15:31:06.142291+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [198] [] [2020-02-08T15:31:06.143620+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [202] [] [2020-02-08T15:31:06.145005+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [203] [] [2020-02-08T15:31:06.146358+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [295] [] [2020-02-08T15:31:07.127092+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9125ae"},"request_uri":"http://v2.yamakado.com/_wdt/9125ae","method":"GET"} [] [2020-02-08T15:31:09.449899+01:00] request.INFO: Matched route "liip_imagine_filter". {"route":"liip_imagine_filter","route_parameters":{"_route":"liip_imagine_filter","_controller":"Liip\\ImagineBundle\\Controller\\ImagineController::filterAction","filter":"thumb","path":"none"},"request_uri":"http://v2.yamakado.com/media/cache/resolve/thumb/none","method":"GET"} [] [2020-02-08T15:31:09.460369+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:09.460437+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:09.460478+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:09.506220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "none" could not be found" at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php line 147 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Source image for path \"none\" could not be found at /home/yamakado/v2/vendor/liip/imagine-bundle/Controller/ImagineController.php:147)"} [] [2020-02-08T15:31:09.561426+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:31:23.258607+01:00] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::home"},"request_uri":"http://v2.yamakado.com/admin","method":"GET"} [] [2020-02-08T15:31:23.268455+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:23.268506+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:23.268546+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:23.269845+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:31:23.278426+01:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/yamakado/v2/vendor/symfony/security-http/Firewall/AccessListener.php:97)"} [] [2020-02-08T15:31:23.279577+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-02-08T15:31:23.605241+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:31:23.614547+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:23.614601+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:23.614644+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:23.628177+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:31:24.051246+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39691b"},"request_uri":"http://v2.yamakado.com/_wdt/39691b","method":"GET"} [] [2020-02-08T15:31:28.951259+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:31:28.963376+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:28.963453+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:28.963505+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:28.965165+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:28.987621+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:31:28.995498+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:28.997809+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:29.330235+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:31:29.340409+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:31:29.340487+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:29.340533+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:31:29.424736+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:31:29.822709+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70bb32"},"request_uri":"http://v2.yamakado.com/_wdt/70bb32","method":"GET"} [] [2020-02-08T15:35:50.640910+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::home"},"request_uri":"http://v2.yamakado.com/","method":"GET"} [] [2020-02-08T15:35:50.698612+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:35:50.698688+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:50.698729+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:50.739840+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:35:51.154450+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"697f78"},"request_uri":"http://v2.yamakado.com/_wdt/697f78","method":"GET"} [] [2020-02-08T15:35:56.159176+01:00] request.INFO: Matched route "categories". {"route":"categories","route_parameters":{"_route":"categories","_controller":"App\\Controller\\ProductController::category"},"request_uri":"http://v2.yamakado.com/meuble-par-categorie.php","method":"GET"} [] [2020-02-08T15:35:56.174727+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:35:56.174840+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:56.174912+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:56.240003+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 [] [] [2020-02-08T15:35:56.288286+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:35:57.048563+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75c76b"},"request_uri":"http://v2.yamakado.com/_wdt/75c76b","method":"GET"} [] [2020-02-08T15:35:59.538497+01:00] request.INFO: Matched route "furnitures". {"route":"furnitures","route_parameters":{"_route":"furnitures","_controller":"App\\Controller\\ProductController::category"},"request_uri":"http://v2.yamakado.com/meuble-design.php?categorie=chaise","method":"GET"} [] [2020-02-08T15:35:59.550264+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:35:59.550358+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:59.550401+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:35:59.570623+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 [] [] [2020-02-08T15:35:59.577480+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom_fr AS nom_fr_2, t0.cat AS cat_3, t0.image AS image_4 FROM Categories t0 WHERE t0.cat = ? LIMIT 1 ["chaise"] [] [2020-02-08T15:35:59.586287+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:35:59.589301+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.slug AS slug_2, t0.active AS active_3, t0.designer AS designer_4, t0.name AS name_5, t0.year AS year_6, t0.description AS description_7, t0.finitions AS finitions_8, t0.dimensions AS dimensions_9, t0.category_id AS category_id_10, t0.collection_id AS collection_id_11, t0.media_id AS media_id_12, t0.documentation_id AS documentation_id_13, t0.price_id AS price_id_14 FROM product t0 WHERE t0.category_id = ? [1] [] [2020-02-08T15:35:59.631364+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [101] [] [2020-02-08T15:35:59.633714+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [88] [] [2020-02-08T15:35:59.635444+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [177] [] [2020-02-08T15:35:59.646365+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [179] [] [2020-02-08T15:35:59.647735+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [180] [] [2020-02-08T15:35:59.649502+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [20] [] [2020-02-08T15:35:59.651190+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [4] [] [2020-02-08T15:35:59.652523+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [21] [] [2020-02-08T15:35:59.654461+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [43] [] [2020-02-08T15:35:59.656740+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [44] [] [2020-02-08T15:35:59.658339+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [45] [] [2020-02-08T15:35:59.659949+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [46] [] [2020-02-08T15:35:59.661116+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [22] [] [2020-02-08T15:35:59.662038+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [49] [] [2020-02-08T15:35:59.665346+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [23] [] [2020-02-08T15:35:59.666385+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [48] [] [2020-02-08T15:35:59.668511+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [50] [] [2020-02-08T15:35:59.670045+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [51] [] [2020-02-08T15:35:59.671438+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [24] [] [2020-02-08T15:35:59.672541+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [59] [] [2020-02-08T15:35:59.674276+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [25] [] [2020-02-08T15:35:59.675450+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [61] [] [2020-02-08T15:35:59.676515+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [62] [] [2020-02-08T15:35:59.677669+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [63] [] [2020-02-08T15:35:59.679135+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [26] [] [2020-02-08T15:35:59.680971+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [58] [] [2020-02-08T15:35:59.682617+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [27] [] [2020-02-08T15:35:59.684862+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [52] [] [2020-02-08T15:35:59.686665+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [53] [] [2020-02-08T15:35:59.688263+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [54] [] [2020-02-08T15:35:59.690059+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [55] [] [2020-02-08T15:35:59.691571+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [56] [] [2020-02-08T15:35:59.693258+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [28] [] [2020-02-08T15:35:59.694636+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [57] [] [2020-02-08T15:35:59.695868+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [29] [] [2020-02-08T15:35:59.697054+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [34] [] [2020-02-08T15:35:59.698512+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [35] [] [2020-02-08T15:35:59.700409+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [36] [] [2020-02-08T15:35:59.702363+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [68] [] [2020-02-08T15:35:59.703463+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [182] [] [2020-02-08T15:35:59.704853+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.media_id AS media_id_3 FROM product_image t0 WHERE t0.product_id = ? [93] [] [2020-02-08T15:35:59.706273+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [98] [] [2020-02-08T15:35:59.707417+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [99] [] [2020-02-08T15:35:59.708469+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [100] [] [2020-02-08T15:35:59.709805+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.file_size AS file_size_4, t0.updated_at AS updated_at_5, t0.directory AS directory_6 FROM media t0 WHERE t0.id = ? [101] [] [2020-02-08T15:36:00.625887+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b390e5"},"request_uri":"http://v2.yamakado.com/_wdt/b390e5","method":"GET"} [] [2020-02-08T15:36:10.664978+01:00] request.INFO: Matched route "admin". {"route":"admin","route_parameters":{"_route":"admin","_controller":"App\\Controller\\AdminController::home"},"request_uri":"http://v2.yamakado.com/admin","method":"GET"} [] [2020-02-08T15:36:10.676063+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:36:10.676118+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:10.676159+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:10.677759+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:36:10.689037+01:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/yamakado/v2/vendor/symfony/security-http/Firewall/AccessListener.php:97)"} [] [2020-02-08T15:36:10.690121+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-02-08T15:36:11.128359+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:36:11.137589+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:36:11.137678+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:11.137723+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:11.152295+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:36:11.546754+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f33c6b"},"request_uri":"http://v2.yamakado.com/_wdt/f33c6b","method":"GET"} [] [2020-02-08T15:36:16.918676+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:36:16.929463+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:36:16.929549+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:16.929636+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:16.931533+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:16.955224+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:36:16.964414+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:16.966426+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:17.301844+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:36:17.311121+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:36:17.311174+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:17.311218+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:36:17.397078+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:36:17.754528+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce2a65"},"request_uri":"http://v2.yamakado.com/_wdt/ce2a65","method":"GET"} [] [2020-02-08T15:38:56.295624+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:38:56.301196+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:38:56.301250+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.301301+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.303468+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.373272+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:38:56.384235+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.395623+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.769989+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:38:56.781791+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:38:56.781867+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.781911+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:38:56.871687+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:38:57.316195+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95b3db"},"request_uri":"http://v2.yamakado.com/_wdt/95b3db","method":"GET"} [] [2020-02-08T15:39:04.517071+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:39:04.528721+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:39:04.528797+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:39:04.528847+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:39:04.539517+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:39:05.047531+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85844f"},"request_uri":"http://v2.yamakado.com/_wdt/85844f","method":"GET"} [] [2020-02-08T15:41:17.392200+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-02-08T15:41:17.401194+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 = 'yamakadov2' AND TABLE_NAME = 'Categories' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.408203+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'Categories' */ WHERE k.table_name = 'Categories' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.414606+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 = 'Categories' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.420726+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'Categories' [] [] [2020-02-08T15:41:17.422123+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 = 'yamakadov2' AND TABLE_NAME = 'DemandeDocumentation' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.424571+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'DemandeDocumentation' */ WHERE k.table_name = 'DemandeDocumentation' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.428126+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 = 'DemandeDocumentation' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.429483+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'DemandeDocumentation' [] [] [2020-02-08T15:41:17.430736+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 = 'yamakadov2' AND TABLE_NAME = 'PICS' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.432320+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'PICS' */ WHERE k.table_name = 'PICS' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.436038+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 = 'PICS' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.437222+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'PICS' [] [] [2020-02-08T15:41:17.438210+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 = 'yamakadov2' AND TABLE_NAME = 'actualite' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.439632+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'actualite' */ WHERE k.table_name = 'actualite' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.442541+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 = 'actualite' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.443527+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'actualite' [] [] [2020-02-08T15:41:17.444556+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 = 'yamakadov2' AND TABLE_NAME = 'collection' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.445902+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'collection' */ WHERE k.table_name = 'collection' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.448556+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 = 'collection' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.449574+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'collection' [] [] [2020-02-08T15:41:17.450498+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 = 'yamakadov2' AND TABLE_NAME = 'event' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.451748+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'event' */ WHERE k.table_name = 'event' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.454257+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 = 'event' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.455242+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'event' [] [] [2020-02-08T15:41:17.456170+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 = 'yamakadov2' AND TABLE_NAME = 'media' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.457369+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'media' */ WHERE k.table_name = 'media' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.459761+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 = 'media' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.460609+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'media' [] [] [2020-02-08T15:41:17.461377+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 = 'yamakadov2' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.462463+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.464871+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 = 'migration_versions' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.465668+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-02-08T15:41:17.466515+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 = 'yamakadov2' AND TABLE_NAME = 'product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.467754+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product' */ WHERE k.table_name = 'product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.469753+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 = 'product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.470667+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product' [] [] [2020-02-08T15:41:17.471390+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 = 'yamakadov2' AND TABLE_NAME = 'product_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.472288+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product_image' */ WHERE k.table_name = 'product_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.474307+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 = 'product_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.475119+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product_image' [] [] [2020-02-08T15:41:17.475854+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 = 'yamakadov2' AND TABLE_NAME = 'project' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.476894+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project' */ WHERE k.table_name = 'project' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.479108+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 = 'project' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.479955+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project' [] [] [2020-02-08T15:41:17.480656+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 = 'yamakadov2' AND TABLE_NAME = 'project_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.481569+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_image' */ WHERE k.table_name = 'project_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.483574+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 = 'project_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.484357+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_image' [] [] [2020-02-08T15:41:17.485072+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 = 'yamakadov2' AND TABLE_NAME = 'project_product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.485964+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_product' */ WHERE k.table_name = 'project_product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.487893+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 = 'project_product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.488670+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_product' [] [] [2020-02-08T15:41:17.489364+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_data' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.490449+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_data' */ WHERE k.table_name = 'realisation_data' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.492566+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 = 'realisation_data' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.493337+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_data' [] [] [2020-02-08T15:41:17.494085+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_modeles' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.494932+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_modeles' */ WHERE k.table_name = 'realisation_modeles' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.496849+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 = 'realisation_modeles' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.497574+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_modeles' [] [] [2020-02-08T15:41:17.498404+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_pics' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.499259+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_pics' */ WHERE k.table_name = 'realisation_pics' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.501152+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 = 'realisation_pics' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.501898+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_pics' [] [] [2020-02-08T15:41:17.502641+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 = 'yamakadov2' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:17.503488+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:17.505446+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 = 'user' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:17.506204+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-02-08T15:41:33.244917+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-02-08T15:41:33.248538+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 = 'yamakadov2' AND TABLE_NAME = 'Categories' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.251530+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'Categories' */ WHERE k.table_name = 'Categories' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.262050+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 = 'Categories' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.264943+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'Categories' [] [] [2020-02-08T15:41:33.266317+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 = 'yamakadov2' AND TABLE_NAME = 'DemandeDocumentation' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.267995+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'DemandeDocumentation' */ WHERE k.table_name = 'DemandeDocumentation' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.270329+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 = 'DemandeDocumentation' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.271238+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'DemandeDocumentation' [] [] [2020-02-08T15:41:33.295083+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 = 'yamakadov2' AND TABLE_NAME = 'PICS' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.296151+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'PICS' */ WHERE k.table_name = 'PICS' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.298217+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 = 'PICS' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.299005+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'PICS' [] [] [2020-02-08T15:41:33.299772+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 = 'yamakadov2' AND TABLE_NAME = 'actualite' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.300737+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'actualite' */ WHERE k.table_name = 'actualite' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.302519+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 = 'actualite' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.303290+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'actualite' [] [] [2020-02-08T15:41:33.304099+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 = 'yamakadov2' AND TABLE_NAME = 'collection' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.304840+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'collection' */ WHERE k.table_name = 'collection' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.306526+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 = 'collection' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.307228+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'collection' [] [] [2020-02-08T15:41:33.307972+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 = 'yamakadov2' AND TABLE_NAME = 'event' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.308864+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'event' */ WHERE k.table_name = 'event' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.310467+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 = 'event' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.311185+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'event' [] [] [2020-02-08T15:41:33.311936+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 = 'yamakadov2' AND TABLE_NAME = 'media' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.312779+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'media' */ WHERE k.table_name = 'media' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.314415+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 = 'media' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.315229+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'media' [] [] [2020-02-08T15:41:33.315968+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 = 'yamakadov2' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.316797+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.318393+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 = 'migration_versions' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.319120+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-02-08T15:41:33.319849+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 = 'yamakadov2' AND TABLE_NAME = 'product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.320881+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product' */ WHERE k.table_name = 'product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.322591+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 = 'product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.323356+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product' [] [] [2020-02-08T15:41:33.324105+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 = 'yamakadov2' AND TABLE_NAME = 'product_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.324851+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product_image' */ WHERE k.table_name = 'product_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.326443+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 = 'product_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.327177+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product_image' [] [] [2020-02-08T15:41:33.327915+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 = 'yamakadov2' AND TABLE_NAME = 'project' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.328804+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project' */ WHERE k.table_name = 'project' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.330406+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 = 'project' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.331120+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project' [] [] [2020-02-08T15:41:33.331867+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 = 'yamakadov2' AND TABLE_NAME = 'project_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.332683+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_image' */ WHERE k.table_name = 'project_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.334273+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 = 'project_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.335123+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_image' [] [] [2020-02-08T15:41:33.335877+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 = 'yamakadov2' AND TABLE_NAME = 'project_product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.336691+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_product' */ WHERE k.table_name = 'project_product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.338228+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 = 'project_product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.338922+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_product' [] [] [2020-02-08T15:41:33.339598+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_data' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.340492+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_data' */ WHERE k.table_name = 'realisation_data' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.342085+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 = 'realisation_data' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.342803+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_data' [] [] [2020-02-08T15:41:33.343562+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_modeles' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.344366+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_modeles' */ WHERE k.table_name = 'realisation_modeles' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.346003+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 = 'realisation_modeles' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.346705+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_modeles' [] [] [2020-02-08T15:41:33.347424+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_pics' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.348212+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_pics' */ WHERE k.table_name = 'realisation_pics' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.349813+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 = 'realisation_pics' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.350495+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_pics' [] [] [2020-02-08T15:41:33.351235+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 = 'yamakadov2' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.352070+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.353601+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 = 'user' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.354286+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-02-08T15:41:33.360541+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-02-08T15:41:33.361491+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 = 'yamakadov2' AND TABLE_NAME = 'Categories' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.362350+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'Categories' */ WHERE k.table_name = 'Categories' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.363943+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 = 'Categories' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.364653+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'Categories' [] [] [2020-02-08T15:41:33.365386+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 = 'yamakadov2' AND TABLE_NAME = 'DemandeDocumentation' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.366886+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'DemandeDocumentation' */ WHERE k.table_name = 'DemandeDocumentation' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.368655+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 = 'DemandeDocumentation' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.369420+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'DemandeDocumentation' [] [] [2020-02-08T15:41:33.370255+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 = 'yamakadov2' AND TABLE_NAME = 'PICS' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.371187+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'PICS' */ WHERE k.table_name = 'PICS' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.372870+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 = 'PICS' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.373653+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'PICS' [] [] [2020-02-08T15:41:33.374505+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 = 'yamakadov2' AND TABLE_NAME = 'actualite' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.375579+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'actualite' */ WHERE k.table_name = 'actualite' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.377263+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 = 'actualite' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.378026+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'actualite' [] [] [2020-02-08T15:41:33.378816+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 = 'yamakadov2' AND TABLE_NAME = 'collection' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.379694+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'collection' */ WHERE k.table_name = 'collection' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.381417+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 = 'collection' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.382148+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'collection' [] [] [2020-02-08T15:41:33.382933+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 = 'yamakadov2' AND TABLE_NAME = 'event' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.383974+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'event' */ WHERE k.table_name = 'event' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.385684+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 = 'event' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.386435+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'event' [] [] [2020-02-08T15:41:33.387210+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 = 'yamakadov2' AND TABLE_NAME = 'media' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.388145+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'media' */ WHERE k.table_name = 'media' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.389783+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 = 'media' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.390497+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'media' [] [] [2020-02-08T15:41:33.391296+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 = 'yamakadov2' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.392128+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.393783+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 = 'migration_versions' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.394497+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-02-08T15:41:33.395295+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 = 'yamakadov2' AND TABLE_NAME = 'product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.396424+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product' */ WHERE k.table_name = 'product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.398060+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 = 'product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.398845+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product' [] [] [2020-02-08T15:41:33.399611+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 = 'yamakadov2' AND TABLE_NAME = 'product_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.400438+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'product_image' */ WHERE k.table_name = 'product_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.402035+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 = 'product_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.402761+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'product_image' [] [] [2020-02-08T15:41:33.403513+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 = 'yamakadov2' AND TABLE_NAME = 'project' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.404494+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project' */ WHERE k.table_name = 'project' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.406104+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 = 'project' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.406812+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project' [] [] [2020-02-08T15:41:33.407598+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 = 'yamakadov2' AND TABLE_NAME = 'project_image' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.408445+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_image' */ WHERE k.table_name = 'project_image' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.410071+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 = 'project_image' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.410803+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_image' [] [] [2020-02-08T15:41:33.411570+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 = 'yamakadov2' AND TABLE_NAME = 'project_product' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.412440+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'project_product' */ WHERE k.table_name = 'project_product' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.414126+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 = 'project_product' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.414889+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'project_product' [] [] [2020-02-08T15:41:33.415669+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_data' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.416694+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_data' */ WHERE k.table_name = 'realisation_data' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.419465+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 = 'realisation_data' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.420685+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_data' [] [] [2020-02-08T15:41:33.422508+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_modeles' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.423947+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_modeles' */ WHERE k.table_name = 'realisation_modeles' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.426812+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 = 'realisation_modeles' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.427987+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_modeles' [] [] [2020-02-08T15:41:33.429152+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 = 'yamakadov2' AND TABLE_NAME = 'realisation_pics' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.430633+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'realisation_pics' */ WHERE k.table_name = 'realisation_pics' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.433752+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 = 'realisation_pics' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.435293+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'realisation_pics' [] [] [2020-02-08T15:41:33.436400+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 = 'yamakadov2' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-02-08T15:41:33.437599+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'yamakadov2' /*!50116 AND c.constraint_schema = 'yamakadov2' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-02-08T15:41:33.440466+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 = 'user' AND TABLE_SCHEMA = 'yamakadov2' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-02-08T15:41:33.441439+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-02-08T15:41:33.445133+01:00] doctrine.DEBUG: ALTER TABLE user CHANGE roles roles LONGTEXT NOT NULL COMMENT '(DC2Type:json)' [] [] [2020-02-08T15:41:42.348355+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:41:42.406201+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:41:42.406277+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:42.406335+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:42.408507+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:42.475774+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:41:42.496029+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:42.501635+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:43.049235+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:41:43.058879+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:41:43.058944+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:43.058991+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:41:43.150393+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:41:43.548029+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a653ca"},"request_uri":"http://v2.yamakado.com/_wdt/a653ca","method":"GET"} [] [2020-02-08T15:45:32.517960+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:45:32.576372+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:45:32.576473+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:32.576562+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:32.579233+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:32.634343+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:45:33.573708+01:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because App\\Security\\LoginFormAuthenticator::checkCredentials() did not return true. at /home/yamakado/v2/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:33.578942+01:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:34.443655+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"GET"} [] [2020-02-08T15:45:34.453277+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:45:34.453353+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:34.453397+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:45:34.549785+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-02-08T15:45:34.982783+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"264483"},"request_uri":"http://v2.yamakado.com/_wdt/264483","method":"GET"} [] [2020-02-08T15:46:45.151434+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://v2.yamakado.com/login","method":"POST"} [] [2020-02-08T15:46:45.206874+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-02-08T15:46:45.206955+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:46:45.207013+01:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:46:45.209245+01:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:46:45.264149+01:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["admin@yamakado.com"] [] [2020-02-08T15:46:46.170811+01:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"admin@yamakado.com\", authenticated=true, roles=\"ROLE_ADMIN, ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2020-02-08T15:46:46.174848+01:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sat, 08 Feb 2020 14:46:46 GMT\r\nLocation: http://v2.yamakado.com/admin\r\n\r\n\n\n
\n \n \n\n