Hello,
I am trying to move a magento community-edition plateform from a domain to another (in a sub folder). To do that, i referred to this tutorial: http://www.templatemonster.com/help/magento-how-to-move-your-website-from-one-domain-to-another.html
I think i succeed to change url modifications and database connexions because the first time i try to go the le site, the homepage worked well.
Unfortunately, then i notice when i reload this homepage i get an 500 error: Internal Server Error...
First i thought about a permission error. So i double checked the permission and i tried the magento-cleanup.php script: http://www.magentocommerce.com/wiki/groups/227/resetting_file_permissions
I think it reset well file permissions because just after this script finished, i was able to go to the home again. But on reload the same error come back and i have to redo the process (error > script > work > reload > error).
To sum up can go to a page but i am not able to navigate through the site. So i can go into the admin.
For information, i have configure memory_limit to 128M. I moved to gandi simple hosting.
I remove my .htaccess to put the default magento 1.7 one.
I adjust files and folders permission.
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \;
chmod -R 777 media var app/etc
Could it be a miss configuration in the database which break the permissions after the first load?
Could it be a problem with foreign keys in the database (i remember i remove foreign keys to import into my new database)?
Any advice will be welcomed.
Thank you in advance.
jN