I try to upgrade to 1.1.8 with magento connect so i enter “magento-core/Mage_All_Latest “ and press go
after magento connect tell me that all is finished i try to go on my index shop but now all is unaccessible ! “500 internal server error”, the same in /admin/ !!!
only my second shop (website level) is OK ( other level than default)
On shared server, I had the same “500 internal server error” I also had to CHMOD 755 folder ../js/ and file .. /js/index.php to get the front end menu and JavaScript to function correctly.
Other file permission errors i have are in the admin area when selecting “system>configuration” also “catalog>google base>manage items”
I’m still looking and resetting other file and folder permission to sort this out.
Being on a shared server i dont have SHH access so have to reset file and folder permissions via an FTP program, FlashFXP was the only FTP program i found that allows you to CHMOD folder, sub folder and files at the same time..! handy..
On shared server, I had the same “500 internal server error” I also had to CHMOD 755 folder ../js/ and file .. /js/index.php to get the front end menu and JavaScript to function correctly.
Other file permission errors i have are in the admin area when selecting “system>configuration” also “catalog>google base>manage items”
I’m still looking and resetting other file and folder permission to sort this out.
Being on a shared server i dont have SHH access so have to reset file and folder permissions via an FTP program, FlashFXP was the only FTP program i found that allows you to CHMOD folder, sub folder and files at the same time..! handy..
I have found the trick for “500 internal server error” when click on “system>configuration”
ok after an upgrade you have to reset the permissions of files “index.php” and htaccess with CHMOD 755 !
now it s ok!
^^
I have done this multiple times before, but haven’t upgraded in a little while and I can’t remember where the admin index file is to fix the permissions. Any ideas?
ok after an upgrade you have to reset the permissions of files “index.php” and htaccess with CHMOD 755 !
now it s ok!
^^
I have done this multiple times before, but haven’t upgraded in a little while and I can’t remember where the admin index file is to fix the permissions. Any ideas?
Do you have SSH access? If so, then you can cd into your magento folder and input the following command:
If you are on control panel server, check the “error_log” file for clue on what is causing the internal error. Most of the time it is due to incorrect permission set for file or directory.
On Non-suphp server environment:
If you are on non-suphp server environment, you have to make sure respective directories are writable.
# chmod 777 var var/.htaccess app/etc
#chmod -R 777 media