Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“Magento错误”;“打开失败”;_Magento - Fatal编程技术网

“Magento错误”;“打开失败”;

“Magento错误”;“打开失败”;,magento,Magento,当我在magento中禁用购买的模块并加载magento管理员时。然后它向我显示错误: RR(3):警告:include()[function.include]:无法在第93行的lib/Varien/Autoload.php中打开“Mage/Sarp/Helper/Data.php”进行包含(include_path='app/code/local:app/code/community:app/code/core:lib:。) 我已经在谷歌上搜索并获得了以下链接: 我已经完成了所有这些步骤。但没

当我在magento中禁用购买的模块并加载magento管理员时。然后它向我显示错误:

RR(3):警告:include()[function.include]:无法在第93行的lib/Varien/Autoload.php中打开“Mage/Sarp/Helper/Data.php”进行包含(include_path='app/code/local:app/code/community:app/code/core:lib:。)

我已经在谷歌上搜索并获得了以下链接:


我已经完成了所有这些步骤。但没有结果。我没有ssh访问权限。

Magento没有名为Sarp的模块。因此,在我看来,您仍然有一些类似于
Mage::helper('Sarp')
的代码(可能在phtml中)但是该模块不存在。

禁用该模块后,您是否清除了缓存?您对该站点的访问类型是什么(ftp)?我也不认为是“编译”导致的,因为它没有查找
include\u path='includes/src:
path是的。我清除了缓存。但仍然存在问题。我有ftp访问权限。