-1

Currently I using OpenCart v2.3.0.2, after me purchased the theme template, I tried follow the documentation but stuck on here.

Before met this errors, I get some similar error, which is /var/www/html/public_html/catalog/view/theme/logancee/template/extension/module/featured.tpl on line 2

at the end i solve this error by deactive and active the extension. Now I stuck on the footer.tpl, which is this error.

Notice: Undefined variable: registry in /var/www/html/public_html/catalog/view/theme/logancee/template/common/footer.tpl on line 2 Notice: Undefined variable: registry in /var/www/html/public_html/catalog/view/theme/logancee/template/common/cart.tpl on line 2 Notice: Undefined variable: registry in /var/www/html/public_html/catalog/view/theme/logancee/template/common/header.tpl on line 2

Please advice me if you face this kind of error before.

php_dvp
  • 133
  • 1
  • 4
  • 14

2 Answers2

0

You can end notices in the settings by setting Display Errors to No. Or you can back-trace these errors and variables and fix them accordingly.

Ali Zia
  • 3,825
  • 5
  • 29
  • 77
0

The theme you purchased is not prepared to handle some of the extensions, you have already installed.

I suggest you remove ALL extensions, modifications & vQmods that you have added and start adding them again by testing one by one to find out which one is giving you the error!

Also remove all your cached content & files before each step including your browser's cache.

kanenas
  • 869
  • 1
  • 20
  • 37