dvir Posted July 25, 2015 Share Posted July 25, 2015 hi , i'm getting an error when i'm trying to enter the module "Layered navigation block" the error is : [PrestaShopException]Root category must be an integer valueat line 125 in file classes/helper/HelperTreeCategories.php 120. }121.122. public function setRootCategory($value)123. {124. if (!Validate::isInt($value))125. throw new PrestaShopException('Root category must be an integer value');126.127. $this->_root_category = $value;128. return $this;129. }130. HelperTreeCategoriesCore->setRootCategory - [line 1536 - modules/blocklayered/blocklayered.php] - [1 Arguments] BlockLayered->getContent - [line 846 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1094 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] what to do ? how can i solve it ? Link to comment Share on other sites More sharing options...
El Patron Posted July 25, 2015 Share Posted July 25, 2015 see if this helps https://translate.google.com/translate?hl=en&sl=es&u=https://www.prestashop.com/forums/topic/327998-solucionado-problema-con-categor%25C3%25ADas/&prev=search 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