nofcfro Posted January 13, 2015 Share Posted January 13, 2015 Salve a tutti, devo travasare dei dati da un vecchio sito (prestashop 1.6) ad un nuovo sito (prestashop 1.6). Vado sul vecchio sito ed esporto tutte le categorie in csv, quindi vado nel nuovo sito per importare le categorie. Parametri avanzati -> Importa CSV Che tipo di Entità vuoi importare? -> Categorie Seleziona un file CSV da importare -> Seleziono il file csv File codificato ISO 8859-1? -> no Separatore di campo -> ; Separatore valori multipli -> , Elimina le categorie prima di importare -> sì (voglio cancellare la categorie di esempio) Non rigenerare le miniature -> no Forza tutti gli ID -> sì (ho bisogno degli stessi ID) Fase successiva ID, Nome, Descrizione, Posizione -> Categoria collegata, Mostrata -> Categoria madre. E mi esce questo errore: [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 1183 - controllers/admin/AdminImportController.php] AdminImportControllerCore->categoryImport - [line 3260 - 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] Cosa sbaglio? Link to comment Share on other sites More sharing options...
Moris83 Posted April 20, 2016 Share Posted April 20, 2016 Stesso problema.... babba bia ... Post del 2015 ... ! Rispsote 0 !! Mai avuti cosi tanti problemi con un software ! 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