Page 1 of 1

Error cptitle

Posted: Tue Jun 17, 2014 9:58 pm
by Laikrodziurojus.lt
Hello,
Installed this extension http://www.opencart.com/index.php?route ... e=0&page=5
and getting this error: Notice: Undefined index: cptitle in /home/laikrodziu/domains/laikrodziurojus.lt/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 20
Need help

Re: Error cptitle

Posted: Wed Jun 18, 2014 1:46 pm
by agrimabo
it means that cptitle is not defined in your:

catalog/model/catalog/product.php file, specifically, in this function:

public function getProduct($product_id) {

}

did you use auto or manual install?