Jump to content

error when i'm trying to enter the module "Layered navigation block"


Recommended Posts

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

what to do ? how can i solve it ?

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