psicografici Posted October 11, 2021 Share Posted October 11, 2021 Hello, I don't understand what happened to the Faceted search module. If I click on the "configure" button I get the following error: [PrestaShopException] Root category must be an integer value at line 246 in file classes/helper/HelperTreeCategories.php 241. } 242. 243. public function setRootCategory($value) 244. { 245. if (!Validate::isInt($value)) { 246. throw new PrestaShopException('Root category must be an integer value'); 247. } 248. 249. $this->_root_category = $value; 250. 251. return $this; HelperTreeCategoriesCore->setRootCategory - [line 751 - modules/ps_facetedsearch/ps_facetedsearch.php] - [1 Arguments] Ps_Facetedsearch->getContent - [line 907 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcessCallback - [line 1167 - controllers/admin/AdminModulesController.php] AdminModulesControllerCore->postProcess - [line 295 - classes/controller/Controller.php] ControllerCore->run - [line 518 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 93 - admin/index.php] Would anyone know how to help me fix it? Thanks in advance Link to comment Share on other sites More sharing options...
Eden Sh Posted March 2, 2022 Share Posted March 2, 2022 Hello, I have the same issue, did you find a solution? Link to comment Share on other sites More sharing options...
Ress Posted March 7, 2022 Share Posted March 7, 2022 What version of the module do you have? 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