Jump to content

nofcfro

Recommended Posts

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 exist
at 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

 

Cosa sbaglio?

post-870741-0-51690200-1421141526_thumb.png

Link to comment
Share on other sites

  • 1 year later...

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