Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

getting 500 error while installing on linux server


Go to End


5 Posts   1927 Views

Avatar
amol

Community Member, 2 Posts

25 August 2010 at 1:17am

Edited: 25/08/2010 1:19am

Hi All,
I am getting 500 error while installing silverstripe. And on apache log i am getting following error.
SoftException in Application.cpp:256: File "/home/examwind/public_html/silver/sapphire/main.php" is writeable by group

Please help me.

Thanks

Avatar
Willr

Forum Moderator, 5523 Posts

25 August 2010 at 11:45am

File "/home/examwind/public_html/silver/sapphire/main.php" is writeable by group

Thats an interesting error message, Is that the only one you get? seems like its more of a security warning than something that worth throwing a 500 error about. But if thats the thing its complaining about then remove the group write permissions. On UNIX then would be chmod g-w sapphire/main.php

Avatar
amol

Community Member, 2 Posts

26 August 2010 at 1:04am

Edited: 26/08/2010 1:09am

Hi Willr,
I did that but its not worked.
This following error i am getting.

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@examwindow.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 301 Moved Permanently error was encountered while trying to use an ErrorDocument to handle the request."
Thanks,
Amol

Avatar
Willr

Forum Moderator, 5523 Posts

26 August 2010 at 9:18pm

Check your server logs. Should have (hopefully) a different error from last time!

Avatar
biapar

Forum Moderator, 435 Posts

26 August 2010 at 11:29pm

Check your .htaccess.