Jump to content

Problème d'import depuis la 1.6.1.0


Recommended Posts

Bonjour, je fais appelle à vous car je me retrouve en difficulté je ne sais pas si c'est moi ou si c'est un bug mais je préfère voir avec plusieurs personne si elles sont le problème, j'ai essayer à plusieurs reprise de l'installer en local mais toujours le même soucis : 

[PrestaShopException]

Parent category does not exist
at line 385 in file classes/Category.php

380. 		if (!$this->id_parent)
381. 			return 0;
382. 
383. 		$parent_category = new Category((int)$this->id_parent);
384. 		if (!Validate::isLoadedObject($parent_category))
385. 			throw new PrestaShopException('Parent category does not exist');
386. 		return $parent_category->level_depth + 1;
387. 	}
388. 
389. 	/**
390. 	 * Re-calculate the values of all branches of the nested tree
CategoryCore->calcLevelDepth - [line 150 - classes/Category.php]
CategoryCore->add - [line 1942 - controllers/admin/AdminImportController.php]
AdminImportControllerCore->productImportCreateCat - [line - ] - [3 Arguments]
call_user_func_array - [line 1113 - classes/Category.php] - [2 Arguments]
CategoryCore::searchByPath - [line 1515 - controllers/admin/AdminImportController.php] - [4 Arguments]
AdminImportControllerCore->productImport - [line 3461 - controllers/admin/AdminImportController.php]
AdminImportControllerCore->postProcess - [line 171 - classes/controller/Controller.php]
ControllerCore->run - [line 373 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 54 - admin09100/index.php]

Voilà mon soucis et pourtant les catégories sont bien créer j'ai même remarquer au début que pendant l'import si les catégories n'existaient pas le site les créées, en vous remerciant d'avance pour votre réponse.

Cordialement Benji.

Edited by Benji.M (see edit history)
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...