Jump to content

problem when i'm entering blocklayered module


Recommended Posts

hi,

 

i have a question , that i cant find the answer for it in the forum..

 

i'm working with blocklaered.

 

1. first, when i'm try to enter the module, i'm getting this error : 

[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 ? 

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