Jump to content

Faceted search module configuration error on backend


psicografici

Recommended Posts

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

  • 4 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...