法师注册表项"_singleton/core/resource"在magento中已经存在 [英] Mage registry key "_singleton/core/resource" already exists in magento

查看:65
本文介绍了法师注册表项"_singleton/core/resource"在magento中已经存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的网站上的Mage注册表项"_singleton/core/resource"已经存在,请解决此错误.

I am facing this problem on my site Mage registry key "_singleton/core/resource" already exists, Please help me how to solve this error.

我已经检查了文件夹和文件的权限
将lib/Zend/Cache/Backend/File.php更改为'cache_dir'=> null,更改为'cache_dir'=>'tmp', index.php中的更改注释了这一行

I have checked the folder and file permission
changed the lib/Zend/Cache/Backend/File.php as 'cache_dir' => null, to 'cache_dir' => 'tmp', Changes in the index.php commented the line

if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
    Mage::setIsDeveloperMode(true);
}

进行了这些更改后,它运行良好,今天又停止并显示相同的问题

After doing these changes it was working well and today it stops again and displaying the same problem

我已经尽了一切努力,但都没有成功.

I have tried each and every way but not get the success.

推荐答案

我以前偶然发现了这个问题,这是由于缓存的缘故.如果您仍然可以访问Magento管理面板,请转到并刷新您的缓存存储(系统->缓存管理"页面顶部附近的两个主要按钮).

I stumbled upon this problem before, and this was because of the cache. if you could still access the Magento Admin panel, go and flush your Cache Storage (the two main buttons near the top of the System -> Cache Management page).

您还可以参考此博客文章以获取有关缓存问题的更多帮助.

You can also refer to this blog post for more help on the cache problem.

这篇关于法师注册表项"_singleton/core/resource"在magento中已经存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆