My Magento Site Keep Redirecting To The Installation Page

After installed my Magento site, it is keeping redirect to the installation page ( /downloader/ ). I do have checked the local.xml and database. It is all fine. Do you have any idea

1. you need to check the permission of your Magento “local.xml” file which is readable
2. clear the cache file and session file e.g remove the var/session and var /cache folder
3. find line

$localConfig = simplexml_load_file($localConfigFile);

from Mage.php file and change to

libxml_disable_entity_loader(false);
$localConfig = simplexml_load_file($localConfigFile); 
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments