Jump to content

facet search configuration error


ps2k11

Recommended Posts

When I try to configure facet search get this error

Root category must be an integer value
at line 243 in file classes/helper/HelperTreeCategories.php

238.     }
239. 
240.     public function setRootCategory($value)
241.     {
242.         if (!Validate::isInt($value)) {
243.             throw new PrestaShopException('Root category must be an integer value');
244.         }
245. 
246.         $this->_root_category = $value;
247.         return $this;
248.     }

Prestashop  1.7.4.2

 

Is Prestashop really worth all these headaches ?  Bug.bugs,bugs

Link to comment
Share on other sites

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...