Erreur Mysql : 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 ') AND idLangue = 1)' at line 1
Query : SELECT categorie_langue.idCategorie, categorie_langue.idLangue, categorie_langue.libelle, t0.id, t0.idParente, t0.rang, t0.statut, t0.UTSCreation, t0.UTSModification, t0.UTSDelete, t1.id, t1.nom, t1.statut, t1.codeISO FROM categorie_langue LEFT JOIN categorie t0 ON categorie_langue.idCategorie = t0.id LEFT JOIN langue t1 ON categorie_langue.idLangue = t1.id WHERE 1 AND (idCategorie IN (SELECT idCategorie FROM produit_categorie WHERE idProduit = ) AND idLangue = 1)
#0 query(SELECT categorie_langue.idCategorie, categorie_langue.idLangue, categorie_langue.libelle, t0.id, t0.idParente, t0.rang, t0.statut, t0.UTSCreation, t0.UTSModification, t0.UTSDelete, t1.id, t1.nom, t1.statut, t1.codeISO FROM categorie_langue LEFT JOIN categorie t0 ON categorie_langue.idCategorie = t0.id LEFT JOIN langue t1 ON categorie_langue.idLangue = t1.id WHERE 1 AND (idCategorie IN (SELECT idCategorie FROM produit_categorie WHERE idProduit = ) AND idLangue = 1)) called at [/home/benoit/model/Categorie_langue.php:63]
#1 Categorie_langue::Get(Array ([0] => Array ([condition] => idCategorie IN (SELECT idCategorie FROM produit_categorie WHERE idProduit = ) AND idLangue = 1)), Array ()) called at [/home/benoit/model/Categorie_langue.php:100]
#2 Categorie_langue::GetOne(Array ([0] => Array ([condition] => idCategorie IN (SELECT idCategorie FROM produit_categorie WHERE idProduit = ) AND idLangue = 1))) called at [/home/benoit/controler/fiche-produit.php:66]
#3 include(/home/benoit/controler/fiche-produit.php) called at [/home/benoit/lib/include.php:38]
#4 template_getHTML(fiche-produit, , ) called at [/home/benoit/lib/include.php:7]
#5 template_include(fiche-produit) called at [/home/benoit/template/global.php:1]
#6 include(/home/benoit/template/global.php) called at [/home/benoit/lib/include.php:53]
#7 template_getHTML(global, , ) called at [/home/benoit/lib/include.php:7]
#8 template_include(global) called at [/home/benoit/www/application.php:83]