mete16 Posted August 27, 2011 Share Posted August 27, 2011 Bonjour, J'ai un gros problème d'affichage sur mes fiches produits sa me met sa : Fatal error: Smarty error: [in /public_html/themes/thgr00001/product.tpl line 495]: syntax error: unrecognized tag: $link->getProductDeletePictureLink($product,{$field.id_customization_field (Smarty_Compiler.class.php, line 446) in /public_html/tools/smarty_v2/Smarty.class.php on line 1095 J'ai beau mettre les fichiers d'origine toujours la même erreur :/ Si quelqu'un sais comment régler ce problème Merci Link to comment Share on other sites More sharing options...
coeos.pro Posted August 27, 2011 Share Posted August 27, 2011 Il y a une accolade en trop le bon code c'est : <a href="{$link->getProductDeletePictureLink($product, $field.id_customization_field)} tu as: <a href="{$link->getProductDeletePictureLink($product,{$field.id_customizati... Il faut aussi vider le cache smarty ou forcer la compil, sinon le mauvais fichier reste en mémoire et l'erreur persiste Link to comment Share on other sites More sharing options...
mete16 Posted August 27, 2011 Author Share Posted August 27, 2011 Merci beaucoup!!!! c’était effectivement sa le problème!! Résolu Link to comment Share on other sites More sharing options...
Probody Posted November 9, 2011 Share Posted November 9, 2011 Bonjour, j'ai le même problème. Malgré avoir effectuer les astuces ci dessus, le problème persiste...que puis je faire? Link to comment Share on other sites More sharing options...
Probody Posted November 9, 2011 Share Posted November 9, 2011 A impeccable, cela fonctionne ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now