Undefined index: parent_id in /seo_url.php on line 53
Posted: Tue Feb 02, 2016 11:04 am
hello,
i have a problem in /system/storage/modification/catalog/controller/common/seo_url.php on line 53
i have a problem in /system/storage/modification/catalog/controller/common/seo_url.php on line 53
Code: Select all
52: $category_result = $this->db->query("SELECT * FROM " . DB_PREFIX . "category WHERE category_id = '" . $category_id . "'");
53: $category_id = (int)$category_result->row['parent_id'];
54: if ($category_id > 0 && !in_array($category_id, $found_path)) {