500 Internal Server Error After Magento Installation
Add to Favourites
|
Internal Server Errors – don’t they just make your heart sink. You’ve installed Magento step by step, and you think everything has been done perfectly, but unfortunately when you load the site you get a white screen whch gives the classic 500 error. I had this when I attempted to install this on the multiple site installation for Bright Light Media, however the solution is simple.
It’s all down to permissions, as you need to make certain folders in your Magento installation writeable. With your FTP, ensure you make set the following files/folders to either 755 or 777.
/app/
/app/etc
/magento/
/media/
/var/
/index.php
If you action the permission change on the above folders, this should successfully solve the Internal Server Error problem and your website should display OK.
about the author
This article was written by Sam Davis on November 29, 2008.
Computing over a glass of Grenache Shiraz... again! Sam is the Editor of Blasted Thing. Contact Us |
related articles
comments
17 Responses to “500 Internal Server Error After Magento Installation”
Leave a Reply



























Be aware, after update of magento check the URLS of the site. Sometimes .htaccess is overriden. So you need to back upt it befor any upgrade.
Hi,
I saw your post about permission having got the 500 page after the first step of the installer from the page http://www.alloywheelrims.co.uk/downloader/
all was well (after adding php.ini files to increase memory) and then press nest step……500.
Anyway, changed the permissions as above and still no joy.
My PHP info say this: http://www.alloywheelrims.co.uk/php_info.php
Could you give me a pointer?
Thanks
Hi Great post thanks for the info.
In my case it was not about the permissions, it was about the htaccess override.
Just needed to change the rewrite base from /magento/ to / and it worked again.
But for some minutes my heartbeat was “a bit higher” then usual
thanks for this, very helpful!
I got the error AFTER i changed the permissions to 777. Now the magento wizard will not start and page not found when http://www.wireyourworld.com/magento is tried.
Oliver seems to have a solve but I’m unclear on what he means. the htaccess in the main magento directory? The line like that in mine says #RewriteBase /magento/ no from or to?
I just had a dreaded 500 error after trying to get Magento Connect to update. Changing the permissions on the above folders to 755 solved it for me
good post,
though, only the first page of the sample data where visible until I set the rewrite base from /magento/ to / as suggested by Oliver
In my case it was RewriteBase, which was set to “/” but guess what – I’ve forgotten to uncomment it by removing the hash symbol “#”.
Now it’s working like a charm!
Hi there,
I have fix my issue of 500 error by looking at the error log and it says:
(.htaccess: Option FollowSymLinks not allowed here). So I disable it by putting a # at the command. Now I finally can view the setup page.
Thank you.
i am searching about Magento Installation for developing a e-commerces website.
Thanks It also helped with some plugin issues I was having.
Hi,
I set folders and file you mention above to 755, but still run into “Internal Server Error” problem.
That’s great buddy
It’s working
yes I have never resolved this bull shit
Perfect.
Has been the solution to my problem.
Thanks
I got no information about this 500 error. yes although every one tried to answer best way but all in vain
any how guys if you are getting this sort of problem then I suggest you these options:
1) Rather than doing direct installation on live server you better to check that on your local PC . That will give you easy option if the package itself has some configuration problem that will not create any headache for you to start with new project to try again in Xampp/ wampp.
And upload your local work to live server you just then need to make changes in “config_data” some sort of named table and ETC>> LOCALE.XML and removing all from cache from VAR>>CACHE .
2) Other option it gets some configuration problem sometimes and htaccess override that doesn’t let you access your any .php file as well. So you just create another folder on side and out of your current magento folder. i.e.
OLD : magento_projects/myMagentoProject1
NEW : magento_projects2/myMagentoProject1
And this will work. This is a good tip for specially those guys who suddenly gets into this problem