Foreva Young Posted June 27, 2014 Share Posted June 27, 2014 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 valueat 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. HelperTreeCategoriesCore->setRootCategory - [line 3023 - controllers/admin/AdminProductsController.php] - [1 Arguments] AdminProductsControllerCore->initFormAssociations - [line 2694 - controllers/admin/AdminProductsController.php] - [1 Arguments] AdminProductsControllerCore->renderForm - [line 1751 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 2362 - controllers/admin/AdminProductsController.php] AdminProductsControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
vekia Posted June 27, 2014 Share Posted June 27, 2014 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 More sharing options...
Fernand WAFO Posted August 30, 2014 Share Posted August 30, 2014 hi Check that languages correspond cdt, Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now