SQL erreur 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 ') inner join 01_CACHE_flat_vin v on (v.id = f.id_vin and v.langue_' at line 11 select f.id_article 'id_article' , f.id_flacon 'id_flacon' , f.id_conditionnement 'id_conditionnement' , f.id_produit 'id_produit' , v.`id` as 'v|id',v.`libelle` as 'v|libelle',v.`ordre` as 'v|ordre',v.`actif` as 'v|actif',v.`online` as 'v|online',v.`langue_code` as 'v|langue_code',v.`langue_id` as 'v|langue_id',v.`libelle_langue` as 'v|libelle_langue',v.`fiche_recompenses` as 'v|fiche_recompenses',v.`fiche_terroir` as 'v|fiche_terroir',v.`fiche_encepagement` as 'v|fiche_encepagement',v.`fiche_alcool` as 'v|fiche_alcool',v.`fiche_vinification` as 'v|fiche_vinification',v.`fiche_robe` as 'v|fiche_robe',v.`fiche_nez` as 'v|fiche_nez',v.`fiche_bouche` as 'v|fiche_bouche',v.`fiche_accord` as 'v|fiche_accord',v.`fiche_temperature` as 'v|fiche_temperature',v.`fiche_conservation` as 'v|fiche_conservation',v.`fiche_distinction` as 'v|fiche_distinction',v.`fiche_palettisation` as 'v|fiche_palettisation',v.`fiche_appellation` as 'v|fiche_appellation',v.`id_vin_gamme` as 'v|id_vin_gamme',v.`id_vin_couleur` as 'v|id_vin_couleur',v.`image_bouteille` as 'v|image_bouteille',v.`image_ecom_flacon-9` as 'v|image_ecom_flacon-9',v.`image_ecom_flacon-2` as 'v|image_ecom_flacon-2',v.`image_ecom_flacon-10` as 'v|image_ecom_flacon-10',v.`image_ecom_flacon-47` as 'v|image_ecom_flacon-47',v.`image_ecom_flacon-43` as 'v|image_ecom_flacon-43',v.`image_ecom_flacon-44` as 'v|image_ecom_flacon-44',v.`eav_e` as 'v|eav_e',v.`url` as 'v|url',m.`id` as 'm|id',m.`libelle` as 'm|libelle',m.`ordre` as 'm|ordre',m.`actif` as 'm|actif',m.`online` as 'm|online',m.`langue_code` as 'm|langue_code',m.`langue_id` as 'm|langue_id',m.`fiche_recompenses` as 'm|fiche_recompenses',m.`fiche_terroir` as 'm|fiche_terroir',m.`fiche_encepagement` as 'm|fiche_encepagement',m.`fiche_alcool` as 'm|fiche_alcool',m.`fiche_vinification` as 'm|fiche_vinification',m.`fiche_robe` as 'm|fiche_robe',m.`fiche_nez` as 'm|fiche_nez',m.`fiche_bouche` as 'm|fiche_bouche',m.`fiche_accord` as 'm|fiche_accord',m.`fiche_temperature` as 'm|fiche_temperature',m.`fiche_conservation` as 'm|fiche_conservation',m.`fiche_distinction` as 'm|fiche_distinction',m.`fiche_palettisation` as 'm|fiche_palettisation',m.`text_agriculture` as 'm|text_agriculture',m.`image_graphic` as 'm|image_graphic',m.`appellation` as 'm|appellation',m.`image_bouteille` as 'm|image_bouteille',m.`id_vin` as 'm|id_vin',m.`image_recompense1` as 'm|image_recompense1',m.`image_recompense2` as 'm|image_recompense2',m.`image_recompense3` as 'm|image_recompense3',m.`image_recompense4` as 'm|image_recompense4',m.`image_agriculture` as 'm|image_agriculture',m.`eav_e` as 'm|eav_e',m.`url` as 'm|url', c.`libelle` as 'v|couleur', 1 from 01_ECOM_CACHE_filtre f inner join 01_CACHE_flat_millesime m on (m.id = f.eav_id and m.langue_id=) inner join 01_CACHE_flat_vin v on (v.id = f.id_vin and v.langue_id=m.langue_id) inner join 01_CACHE_flat_vin_couleur c on (c.id = v.id_vin_couleur and c.langue_id=m.langue_id) where f.id_article in(83) and f.eav='millesime'