【发布时间】:2014-11-24 10:37:31
【问题描述】:
我创建了一个非常简单的模块 hello world。 我为这个模块拥有的文件如下所示。 1. 管理员/控制器/模块/helloworld.php。 2. admin/language/english/module/helloworld.php。 3. admin/view/template/module/helloworld.tpl
模块在管理员中显示并正常工作。但是当我进入将模块设置在前端的布局时,我得到了错误。 例如,当我将布局设置为帐户并转到帐户页面时,我收到错误:
注意:错误:无法加载控制器模块/helloworld!在 C:\xampp\htdocs\oc-1.5.6.4\vqmod\vqcache\vq2-system_engine_controller.php 第 47 行
这是为什么呢? opencart 的默认模块工作正常。 我手动清除了 vqmod 缓存并使用 vqmod 管理器,没有任何工作。 我正在使用 opencart 版本 1.5.6.4
【问题讨论】: