I am migrating Magento from one server to another.
I created local.xml file but Magento keeps redirecting to install page.
I’m also having some owner/group issues from doing SVN checkout so I suspect Magento can’t read local.xml.
Question: Which file/part of the script, performs the detection of local.xml, so I can simulate whether from that same environment local.xml is accessible?
Thanks
Surely addressing your permissions issues is key here. All files should be owned by the same user that the PHP instance runs as with rwx.
You could test temporarily by:
Also be sure to flush the following directories as a matter of course when migrating a store:
To answer your question, local.xml is read in ./app/Mage.php around line +640 in the following function: