Jump to content

Probleme suppression de catégories racine, impossibilité de refaire des imports csv


Recommended Posts

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 exist
at 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.     /**

 

Sauriez-vous m'aider Merci

post-1316980-0-14214900-1474464302_thumb.jpg

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