Opencart:购物车模板出错: - 无法加载模板

时间:2014-02-20 10:42:02

标签: opencart

我是opencart的新手。我的opencart系统工作正常。但突然间我得到了一个错误。它说Notice: Error: Could not load template C:\wamp\www\suprize/catalog/view/theme/default/template/module/featured_category.tpl! in C:\wamp\www\suprize\system\engine\controller.php on line 91这是什么以及出现这个错误的原因是什么。 ?

2 个答案:

答案 0 :(得分:1)

转到catalog/controller/module/featured_category.php

检查以下代码行作为概述,以便尝试检查拼写

  

if(file_exists(DIR_TEMPLATE。$ this-> config-> get('config_template')。   '/template/module/featured_category.tpl')){$ this-> template =   $ this-> config-> get('config_template')。   '/template/module/featured_category.tpl'; } else {$ this-> template =   '默认/模板/模块/ featured_category.tpl'; }

然后转到文件夹

  

目录/视图/主题/默认/模板/模块/

找到上面定义的相同文件,例如featured_category.tpl也检查文件名的拼写。 建议是再次上传此扩展程序,这也将解决您的问题

答案 1 :(得分:0)

检查以下注释:

  1. catalog/view/theme/default/template/module/featured_category.tpl - 此文件是否存在?
  2. 验证文件权限。
  3. 检查文件路径。