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

前端 未结 5 1783
执笔经年
执笔经年 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:41

    It is very important to clear the Compiler cache and after that turn it on in backend of Magento.

    Clear the cache

    SSH: find ./var/cache -type f -delete FTP: mrm -r ./var/cache ; mkdir ./var/cache


    Disable/Clear Magento compilation

    SSH: php -f shell/compiler.php -- disable php -f shell/compiler.php -- clear FTP: mv ./includes ./includes.unused

提交回复
热议问题