Jump to content
  • 0

Problem z importem CSV


eltsklep

Question

Witam wszystkich użytkowników.

 

Mam problem podczas importu kategorii z pliku CSV. Błąd który się wyświetla:

379. 		if (!$this->id_parent)380. 			return 0;381. 382. 		$parent_category = new Category((int)$this->id_parent);383. 		if (!Validate::isLoadedObject($parent_category))384. 			throw new PrestaShopException('Parent category does not exist');385. 		return $parent_category->level_depth + 1;386. 	}387. 388. 	/**389. 	  * Re-calculate the values of all branches of the nested tree
  • CategoryCore->calcLevelDepth - [line 156 - classes/Category.php] - [0 Argument]
  • CategoryCore->add - [line 1064 - controllers/admin/AdminImportController.php] - [0 Argument]
  • AdminImportControllerCore->categoryImport - [line 3003 - controllers/admin/AdminImportController.php] - [0 Argument]
  • AdminImportControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument]
  • ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument]
  • DispatcherCore->dispatch - [line 53 - adm/index.php] - [0 Argument]

 

Bardzo proszę o pomoc. Pozdrawiam wszystkich

Edited by eltsklep (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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