Notice: Undefined index: name in /home2/petadmin/public_html/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 101Notice: Undefined index: keyword in /home2/petadmin/public_html/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 102
From what I see, it had to do with the breadcrumb trail, in catalog/controller/product/product.php, but I don't know how to get rid of this error:
Code: Select all
$this->data['breadcrumbs'][] = array(
'text' => $manufacturer_info['name'],
'href' => HTTP_SERVER."brand/".$result2->row['keyword']."/".$result->row['keyword'],
'separator' => $this->language->get('text_separator')
);
Does anybody have an idea about what I must do? I'm using Opencart 1.5.1.
Thank you very much!