Jump to content
  • 0

Usunięta kategoria nadrzędna


xwiktorx24

Question

Witam. Usunąłem kategorię nad rzędną w bazie danych przypadkiem to całe "HOME" bez którego nie da się dodać żadnych kategorii. To co jest przy starcie PRESTY. A teraz gdy chcę dodać zrzut CSV wyskakuje błąd: 

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

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 1316 - controllers/admin/AdminImportController.php] - [0 Argument]
AdminImportControllerCore->productImport - [line 3007 - 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 - admin8880/index.php] - [0 Argument]

A przy dodawaniu kategorii w panelu admina wyskakuje błąd: 

Wystąpił błąd podczas tworzenia obiektu. category ()

 

 

Poprosił bym o zrzut co dodać do bazy żeby tą kategorię główną przywrócić. Błagam!

Link to comment
Share on other sites

2 answers to this question

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...