0

我正在运行 Magento 1.6.2.0。

每次下订单时,我都会在 system.log 中注意到以下 3 行:

2012-12-19T15:37:00+00:00 ERR (3): Recoverable Error: Argument 1 passed to Mage_Core_Controller_Varien_Action::__construct() must be an instance of Zend_Controller_Request_Abstract, array given, called in /chroot/home/saucench/saucencheese.com/html/app/code/core/Mage/Core/Model/Config.php on line 1351 and defined  in /chroot/home/saucench/saucencheese.com/html/app/code/core/Mage/Core/Controller/Varien/Action.php on line 138

2012-12-19T15:37:00+00:00 ERR (3): Recoverable Error: Argument 2 passed to Mage_Core_Controller_Varien_Action::__construct() must be an instance of Zend_Controller_Response_Abstract, none given, called in /chroot/home/saucench/saucencheese.com/html/app/code/core/Mage/Core/Model/Config.php on line 1351 and defined  in /chroot/home/saucench/saucencheese.com/html/app/code/core/Mage/Core/Controller/Varien/Action.php on line 138

2012-12-19T15:37:00+00:00 ERR (3): Notice: Undefined variable: response  in /chroot/home/saucench/saucencheese.com/html/app/code/core/Mage/Core/Controller/Varien/Action.php on line 141

所以显然变量“响应”没有定义。任何人都可以帮助我找到导致此错误的来源吗?它不能在 Config.php 或 Action.php 中,因为我从未修改过它们。

谢谢你。

4

1 回答 1

1

在这个文件上

/chroot/home/saucench/saucencheese.com/.../Core/Controller/Varien/Action.php 

on line 141

查看那里发生了什么并确保$variables已定义。

于 2012-12-19T15:54:50.413 回答