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
In index.php put this directly after require_once $mageFilename;
index.php
require_once $mageFilename;
$app = Mage::app(); $cache = $app->getCache(); $cache->clean();
Refresh your broken web page, then remove the code.