GrossetGraphic Posted September 21, 2016 Share Posted September 21, 2016 Bonjour à tous, voilà mon problème, j ai voulu restaurer mes catégorie racine sur mon e-commerce et lorsque j 'ai voulu refaire l'import csv des mes catégorie j'arrive sur une page avec les erreurs suivante: [PrestaShopException]Parent category does not existat line 397 in file classes/Category.php 392. return 0;393. }394. 395. $parent_category = new Category((int)$this->id_parent);396. if (!Validate::isLoadedObject($parent_category)) {397. throw new PrestaShopException('Parent category does not exist');398. }399. return $parent_category->level_depth + 1;400. }401. 402. /** CategoryCore->calcLevelDepth - [line 150 - classes/Category.php] CategoryCore->add - [line 1279 - controllers/admin/AdminImportController.php] AdminImportControllerCore->categoryImport - [line 3499 - controllers/admin/AdminImportController.php] AdminImportControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Sauriez-vous m'aider Merci 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