koreja Posted November 8, 2013 Share Posted November 8, 2013 (edited) Ahoj, mám problem s importem kategorii. Vsechny kategorie a produkty jsem pred importem odstranil, ale import skonci chybou. Prosim o pomoc. Dekuji Parent category does not existat line 377 in file classes/Category.php 371. if (!$this->id_parent)372. return 0;373. 374. $parent_category = new Category((int)$this->id_parent);375. if (!Validate::isLoadedObject($parent_category))376. throw new PrestaShopException('Parent category does not exist');377. return $parent_category->level_depth + 1;378. }379. 380. /**381. * Re-calculate the values of all branches of the nested tree aaa-import.txt Edited November 8, 2013 by koreja (see edit history) Link to comment Share on other sites More sharing options...
koreja Posted November 9, 2013 Author Share Posted November 9, 2013 Vyreseno...prosel jsem znova 1000 polozek a problem byl ze jsem mel dve katerorie ve feedu stejne. 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