berninoel42 Posted July 18, 2014 Share Posted July 18, 2014 (edited) Bonjour, J'ai un problème sur mon site en back office sur la page des statistiques et commandes ( pour l'instant ).En effet , j'ai une jolie page blanche ! en activant le display error => @ini_set('display_errors', 'on'); je crois savoir que j'ai une erreur smarty Et c'est la que ca ce complique, Dans les forums il parle de supprimer le cache, désactiver toutes les utilisations CCC , ce que j'ai fait mais ca ne change rien .Une idée?? j'ai besoin de vous ! Merci. Voici mon code erreur : Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/opticienj/www/admin4862/themes/default/template/helpers/view/view.tpl" on line 27 "" illegal recursive call of "helpers/view/view.tpl"' in /home/opticienj/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:667 Stack trace: #0 /home/opticienj/www/tools/smarty/sysplugins/smarty_internal_compile_extends.php(82): Smarty_Internal_TemplateCompilerBase->trigger_template_error('illegal recursi...', 27) #1 /home/opticienj/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(475): Smarty_Internal_Compile_Extends->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #2 /home/opticienj/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(259): Smarty_Internal_TemplateCompilerBase->callTagCompiler('extends', Array, Array) #3 /home/opticienj/www/tools/smarty/sysplugins/smarty_internal_templateparser.php(2388): Smarty_Internal in/home/opticienj/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 667 Edited July 18, 2014 by berninoel42 (see edit history) Link to comment Share on other sites More sharing options...
Amokless Posted July 18, 2014 Share Posted July 18, 2014 Supprimer votre cache smarty manuellement via FTP, en ayant pris soins de désactiver les options avant dans Prestashop et d'enregistrer... Link to comment Share on other sites More sharing options...
berninoel42 Posted July 18, 2014 Author Share Posted July 18, 2014 Ca ne fonctionne pas.Je viens de réessayer.J'avais déjà tester la suppression du cache via le ftp.une autre idée? Link to comment Share on other sites More sharing options...
berninoel42 Posted July 18, 2014 Author Share Posted July 18, 2014 Pour info j'ai ca dans les logs mais je ne suis pas sur que ca ai un rapport ?Si quelqu'un peut m'aider je tourne en rond ! *ERROR* 2014/07/17 - 17:22:28: Unknown column 'a.id_employee' in 'on clause'<br /><br /><pre> SELECT SQL_CALC_FOUND_ROWS a.* , CONCAT(LEFT(e.firstname, 1), '. ', e.lastname) employee FROM `ps_log` a LEFT JOIN ps_employee e ON (a.id_employee = e.id_employee) WHERE 1 ORDER BY a.id_log ASC LIMIT 0,50</pre> at line 613 in file classes/db/Db.php Link to comment Share on other sites More sharing options...
berninoel42 Posted July 22, 2014 Author Share Posted July 22, 2014 (edited) Personne n'a une autre idée de provenance du problème? ( Smarty 2 ou 3 ou je ne sais quoi d'autre..) voici mon dernier fichier log : *ERROR* 2013/07/04 - 17:26:21: a category cannot be it's own parent at line 188 in file classes/Category.php Merci de votre aide. Edited July 22, 2014 by berninoel42 (see edit history) Link to comment Share on other sites More sharing options...
berninoel42 Posted July 28, 2014 Author Share Posted July 28, 2014 problème résolu . Dans le fichier view.tpl, j'avais un appel de ce même fichier !! je l'ai mis en commentaire et tout re-fonctionne. Link to comment Share on other sites More sharing options...
berninoel42 Posted July 28, 2014 Author Share Posted July 28, 2014 problème résolu . Dans le fichier view.tpl, j'avais un appel de ce même fichier !! je l'ai mis en commentaire et tout re-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