Mage registry key “_singleton/core/resource” already exists in magento

前端 未结 5 1786
执笔经年
执笔经年 2021-01-21 15:22

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

I have checked the folder and

5条回答
  •  执念已碎
    2021-01-21 15:42

    In index.php put this directly after require_once $mageFilename;

    $app = Mage::app();
    $cache = $app->getCache();
    $cache->clean();
    

    Refresh your broken web page, then remove the code.

提交回复
热议问题