zigomar Posted September 20, 2013 Share Posted September 20, 2013 Bonjour, Notre site sous prestashop fonctionnais sans problème depuis 9 mois sous 1.5.0 mais un problème vient d'apparaitre, lorsque l'on clique sur une catégorie une page blanche s'affiche. Par d'erreur lors de l'activation de du debug sql mais voici le message en mode dev : [PrestaShopDatabaseException]Unknown column 'id_shop' in 'where clause' SELECT * FROM ps_layered_category WHERE id_category = 72 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC at line 606 in file classes/db/Db.php 600. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);601. }602. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))603. {604. if ($sql)605. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');606. throw new PrestaShopDatabaseException($this->getMsgError());607. }608. }609. 610. /** Voici l'url du site pour voir le défault: www.maisange.com (le mode dev est désactiver) Pouvez vous nous aider ? Merci par avance, Link to comment Share on other sites More sharing options...
Gregory Roussac Posted September 25, 2013 Share Posted September 25, 2013 Bonjour, Il faudrait essayer de re installer le module blocklayered depuis sa dernière version. Mais 1.5.0 là ça commence vraiment à dater ! Dans cette archive vous trouverez la dernière https://github.com/PrestaShop/PrestaShop/archive/development.zip Cordialement Link to comment Share on other sites More sharing options...
neomega Posted October 7, 2013 Share Posted October 7, 2013 bonjour j'ai le même problème mais avec une 1.5.5.0 avez vous une idee page blanche dé que je vais sur categorie Link to comment Share on other sites More sharing options...
Gregory Roussac Posted October 7, 2013 Share Posted October 7, 2013 Bonjour, Pouvez vous faire afficher les erreurs svp http://www.prestashop.com/forums/topic/229195-que-faire-en-cas-de-page-blanche-ou-partie-blanche-dans-le-shop/ Cordialement Link to comment Share on other sites More sharing options...
neomega Posted October 7, 2013 Share Posted October 7, 2013 voila ce qui m'apparait Fatal error: Uncaught exception 'SmartyException' with message 'Invalid compiled template for '/prestashop/admin0000/themes/default/template/controllers/categories/helpers/list/list_header.tpl'' in /prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.php:174 Stack trace: #0 /prestashop/classes/helper/HelperList.php(613): Smarty_Internal_TemplateBase->fetch() #1 /prestashop/classes/helper/HelperList.php(140): HelperListCore->displayListHeader() #2 /prestashop/classes/controller/AdminController.php(1620): HelperListCore->generateList(Array, Array) #3 /prestashop/controllers/admin/AdminCategoriesController.php(211): AdminControllerCore->renderList() #4 /prestashop/classes/controller/AdminController.php(1496): AdminCat in /prestashop/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 174 Link to comment Share on other sites More sharing options...
2FR3 Posted October 7, 2013 Share Posted October 7, 2013 Videz integralement les dossiers cache/smarty/cache et cache/smarty/compil. ATTENTION : tout supprimer sauf index.php Link to comment Share on other sites More sharing options...
Gregory Roussac Posted October 7, 2013 Share Posted October 7, 2013 Hello, Bizarre ça, essayez de re uploader ce fichier : https://github.com/PrestaShop/PrestaShop/blob/release/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl Cordialement Link to comment Share on other sites More sharing options...
neomega Posted October 7, 2013 Share Posted October 7, 2013 Videz integralement les dossiers cache/smarty/cache et cache/smarty/compil. ATTENTION : tout supprimer sauf index.php PARFAIT MERCI ENORMEMENT Link to comment Share on other sites More sharing options...
2FR3 Posted October 7, 2013 Share Posted October 7, 2013 =) 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