Great work but getting these errors:
On index page
Notice: Undefined property: Document::$keywords in /home/udimore/public_html/testshop/catalog/controller/common/header.php on line 36
on checkout / basket
Sub-Total: Notice: Undefined variable: sub_total in /home/udimore/public_html/testshop/catalog/view/theme/default/template/checkout/cart.tpl on line 47
Just started learning the opencart before the release of 1.4.8.
1.4.7 works fine. But here is the first problem I have after updated to 1.4.8
same error on index page :
Notice: Undefined property: Document::$keywords in ../catalog/controller/common/header.php on line 36
system/library/document.php is uploaded and is the latest
Any clues ?
Has igpltd fixed the problem ? How ?
1.4.7 works fine. But here is the first problem I have after updated to 1.4.8
same error on index page :
Notice: Undefined property: Document::$keywords in ../catalog/controller/common/header.php on line 36
system/library/document.php is uploaded and is the latest
Any clues ?
Has igpltd fixed the problem ? How ?
Be sure the system/library/documents.php has this at the top:
If not, then you don't have the latest version uploaded
Code: Select all
<?php
final class Document {
public $title;
public $description;
public $keywords;
public $base;
public $charset = 'utf-8';
I got the 'cart.tpl' error too but all I did was copy cart.tpl file from the new default template 'catalog\view\theme\default\template\module' folder into the corresponding folder of the template I'm using and it updated the functionality and got rid of the error.
Can't help with the other one though.
Can't help with the other one though.
Who is online
Users browsing this forum: No registered users and 43 guests