fast_backend must implement the Zend_Cache_Backend_ExtendedInterface interface

运行发现报错。。

“fast_backend must implement the Zend_Cache_Backend_ExtendedInterface interface”

好吧。。现在就只能看代码找原因了。。

得到的结果是,

app/code/core/Mage/Core/Model/Cache.php

在Mage_Core_Model_Cache类的_getBackendOptions方法内找到

case ‘xcache’:
if (extension_loaded(‘xcache’)) {
$enable2levels = true;
$backendType = ‘Xcache’;
}
break;

把$enable2levels = true;这行屏蔽。

原创文章,作者:卧龙涤生,如若转载,请注明出处:https://www.chuang-ke.com/1606

(0)
卧龙涤生卧龙涤生
上一篇 2015年1月31日 下午1:20
下一篇 2015年2月3日 下午2:08

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

创客交流群