eliteitsolutions.ie Posted March 26, 2016 Share Posted March 26, 2016 I'm having an issue when uploading a bulk import of a products file. It's allowing 102 products to be uploaded to one of my categories but not allowing the other 100+ products to the other categories.However 2 products from two other categories are being allowed to be uploaded.This is the error I'm receiving: [PrestaShopException]Parent category does not existat line 374 in file classes/Category.php 368. if (!$this->id_parent)369. return 0;370. 371. $parent_category = new Category((int)$this->id_parent);372. if (!Validate::isLoadedObject($parent_category))373. throw new PrestaShopException('Parent category does not exist');374. return $parent_category->level_depth + 1;375. }376. 377. /**378. * Re-calculate the values of all branches of the nested tree CategoryCore->calcLevelDepth - [line 150 - classes/Category.php] CategoryCore->add - [line 1838 - controllers/admin/AdminImportController.php] AdminImportControllerCore->productImportCreateCat - [line - ] - [3 Arguments] call_user_func_array - [line 997 - classes/Category.php] - [2 Arguments] CategoryCore::searchByPath - [line 1426 - controllers/admin/AdminImportController.php] - [4 Arguments] AdminImportControllerCore->productImport - [line 3264 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 171 - 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...
eliteitsolutions.ie Posted April 7, 2016 Author Share Posted April 7, 2016 Is there anyone that can help me on this please? It would be a great help rather than adding all the products individually. Thanks 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