Jump to content

Recommended Posts

I am not able to load associations menu in products, I get a message saying:

"Some tabs was not loaded correctly. Would you like to reload them?",  please see screenshot attached,

I need to load my store with products soon, how I can fix this?

 

Can Any Also tell me what this error is about - not related to issue above - im not looking to turn dev mode off, but to actually know how and what is error message means or how can i fix it.

 

ERROR Message

 

[PrestaShopException]

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

119.     }
120.
121.     public function setRootCategory($value)
122.     {
123.         if (!Validate::isInt($value))
124.             throw new PrestaShopException('Root category must be an integer value');
125.
126.         $this->_root_category = $value;
127.         return $this;
128.     }
129.

post-789528-0-23044700-1403829837_thumb.png

Link to comment
Share on other sites

hello

regarding to error:
 

  Quote

 

I am not able to load associations menu in products, I get a message saying:

"Some tabs was not loaded correctly. Would you like to reload them?",  please see screenshot attached,

I need to load my store with products soon, how I can fix this?

 

it's necessary to debug it first :-)

 

please turn on browser console ctrl+shift+j in chrome

then try to load product edit page

 

you will see there several "action" reports related to loading process of each tab you see on product edit page.

one of the tab (or several of them) will be marked as "red"

 

which one?

Link to comment
Share on other sites

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