dadawha Posted January 3, 2012 Share Posted January 3, 2012 Bonjour à tous, Je tente de créer mon site avec prestashop et le thème Element qui me plait beaucoup. (Dispo ici gratuitement http://dgcraft.free.fr/blog/index.php/themes-prestashop/element-themes-prestashop-gratuits/) Je l’ai donc installé mais malgré la présence des produits sur la home page (dans le bloc nouveaux produtis par exemple) si je clique sur un produit, la bonne URL s’ouvre mais là où devrait s’afficher mon produit, j’ai un contenu blanc. Toutes mes catégories ainsi que les produits sont en blanc alors que sur le thème d’origine cela fonctionne. J’ai donc du zapper quelque chose. Voilà l'adresse du site en construction : http://fabijoux.tmk.olikeopen.com/ Quelqu’un aurait-il une idée ? Merci d’avance. Link to comment Share on other sites More sharing options...
jeckyl Posted January 3, 2012 Share Posted January 3, 2012 Bonjour, vous devriez activer le mode debug qui affiche les erreurs pour connaitre le soucis. rendez-vous dans le fichier config/config.inc.php et passez à on la variable display_errors. Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 Merci pour la réponse rapide ! OK c'est fait j'ai passé à ON et voilà ce qui s'affiche sur le site: Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/themes/element/category.tpl" on line 1 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(37, '/') #2 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(37, '/') #3 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugi in/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431 Link to comment Share on other sites More sharing options...
jeckyl Posted January 3, 2012 Share Posted January 3, 2012 Donc il y a une erreur sur les include qui doivent être échappés par des quotes dans smarty3. remplacez {include file=$tpl_dir./breadcrumb.tpl} par {include file="$tpl_dir./breadcrumb.tpl"} Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 Ou dois-je appliquer cette modif stp ? Link to comment Share on other sites More sharing options...
jeckyl Posted January 3, 2012 Share Posted January 3, 2012 dans tous les fichiers tpl du template comportant des include. Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 Ok j'ai changé tous les {include file=$tpl_dir./breadcrumb.tpl} en {include file="$tpl_dir./breadcrumb.tpl"} dans le dossier thèmes mais toujours l'erreur ci-dessous. J'ai vu d'autres include mais qui ne contienne pas breadcrumb.tpl mais autre chose je pense que je dois les changer aussi ? Y'a t-il d'autres {include file=$tpl_dir./breadcrumb.tpl} à changer genre dans modules ? Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/themes/element/category.tpl" on line 2 "{include file=$tpl_dir./errors.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(37, '/') #2 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(37, '/') #3 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/s in/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431 Link to comment Share on other sites More sharing options...
jeckyl Posted January 3, 2012 Share Posted January 3, 2012 il faut faire la modification de tous les include et pas seulement celui du breadcrumb. Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 OK je me disais bien aussi....et juste dans le dossier thèmes ou aussi dans le dossier modules ? Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 Tous les include ont été changés dans themes/element toujour fatal error, voir ci-dessous Je présume donc qu'il faut bien changer les includes aussi dans modules ? Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/themes/element/product.tpl" on line 185 "<p id="availability_statut"{if ($allow_oosp && $product->quantity == 0 && !$product->available_later) || (!$product->available_now && $display_qties != 1) } style="display:none;"{/if}>" - Unexpected " }"' in /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(10, ' }') #2 /home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_ in/home/vol12/tmk.olikeopen.com/tmk_9915037/htdocs/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431 Link to comment Share on other sites More sharing options...
jeckyl Posted January 3, 2012 Share Posted January 3, 2012 Peut être devriez vous contacter le créateur de ce template pour savoir si il est compatible avec votre version de Prestashop. Link to comment Share on other sites More sharing options...
dadawha Posted January 3, 2012 Author Share Posted January 3, 2012 OK je vais contacter le créateur. Un grand merci en tout cas pour ce début d'aide !!! Expert dans d'autres logiciels je sais ce que c'est que de prendre du temps pour aider d'autres personnes ! Bonne continuation 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