Magento – Redirect install(Downloader) wizard but already installed

downloaderinstallredirect

My magento site was running good but suddenly i got the problem in project.My site redirect only install wizard page and i am unable to open admin front page.So Please help me out.

Best Answer

Solution of Redirect install(Downloader) wizard but already installed

Open this file : app/Mage.php

Find this below code :

$localConfig = simplexml_load_file($localConfigFile);

Change it to the below code :

libxml_disable_entity_loader(false);
e$localConfig = simplexml_load_file($localConfigFile); 

Note : Clear cache or check to private window