AzerT1 Posted January 28, 2013 Share Posted January 28, 2013 (edited) Bonjour tout le monde, Je me permet de poster car j'ai mis pas mal de temps à résoudre le problème. Lors de la dernière mise à jour les catégories de pages m’affichaient : "Cette page n'existe pas" J'ai trouvé la réponse dans le forum anglais dans le répertoire ./controler/front/ dans le fichier CmsController.php à la ligne 114 rajouter : add 'category' => $this->cms_category, $this->context->smarty->assign(array( 'category' => $this->cms_category, 'cms_category' => $this->cms_category, 'sub_category' => $this->cms_category->getSubCategories($this->context->language->id), 'cms_pages' => CMS::getCMSPages($this->context->language->id, (int)($this->cms_category->id) ), 'path' => ($this->cms_category->id !== 1) ? Tools::getPath($this->cms_category->id, $this->cms_category->name, false, 'CMS') : '', )); Voilà j'espère que ça servira à d'autres ! Edited January 28, 2013 by AzerT1 (see edit history) 1 Link to comment Share on other sites More sharing options...
gregbsk Posted February 28, 2013 Share Posted February 28, 2013 Bonjour AzerT1 ! Merci pour le tuyau ! Link to comment Share on other sites More sharing options...
dilafm Posted March 27, 2013 Share Posted March 27, 2013 Merci AzerT1 , cela m'a été utile aussi (sur 1.5.3.1) Encore un gros bug flagrant Link to comment Share on other sites More sharing options...
2FR3 Posted March 27, 2013 Share Posted March 27, 2013 Merci ! 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