无法删除opencart中的通知

时间:2014-09-19 08:47:05

标签: javascript php opencart

我为它安装了opencart和数据库。 opencart的默认主题工作正常,但是当我上传新主题时,它显示警告

Notice: Undefined variable: position in /home/gadgets/public_html/site/catalog/view/theme/projectstore/template/module/featured.tpl on line 1
Notice: Undefined variable: position in /home/gadgets/public_html/site/catalog/view/theme/projectstore/template/module/featured.tpl on line 1
Notice: Undefined variable: position in /home/gadgets/public_html/site/catalog/view/theme/projectstore/template/module/featured.tpl on line 93
Notice: Undefined variable: position in home/gadgets/public_html/site/catalog/view/theme/projectstore/template/module/featured.tpl on line 93

我不知道还能做什么.Theme工作正常只是显示这些警告,有什么方法可以隐藏这个或删除它吗?

提前致谢。

1 个答案:

答案 0 :(得分:0)

不要将错误报告设置为0.这不是一个解决方案,它只是掩盖了仍然会发生的问题。您需要做的是与您的主题开发人员联系并要求他们修复错误。这很可能是因为主题与您的商店版本不兼容,但可能只是开发人员在创建主题时忽略的问题