非常奇怪我的联系我们在页脚和导航栏中丢失了
我有自定义主题,它在工作之前,但不再是。 这是当我通过链接时它给我的消息。
致命错误:在/mounted-storage/home159/sub018/sc85272-SRLF/caramellachocolates.com/ccd/app/code/core/Mage/Contacts/controllers中的非对象上调用成员函数setFormAction()第55行的/IndexController.php
我还复制了默认主题中的contacts文件夹并粘贴到自定义中我还复制了默认的xml文件并粘贴到自定义中。但仍然得到这个错误。
答案 0 :(得分:0)
您好将以下代码添加到indexcontroller.php可能会帮助您
require_once 'Mage/Contacts/controllers/IndexController.php';
class MyNameSpace_Yourmodule_Contacts_IndexController extends Mage_Contacts_IndexController
{
//do somthing
}