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

PHP 5 is required


Go to End


26 Posts   10565 Views

Avatar
sureshk

Community Member, 10 Posts

11 March 2010 at 6:34am

Me also got same problem. Thanks to your post for this problem and I got saved from this.

Avatar
CHD

Community Member, 219 Posts

20 October 2011 at 4:22am

Just had this problem with one of my clients, hosted it on their shared host as they didn't want to use ours (*sigh*)
Kept getting a HTTP error on files over 100KB. 500 Internal Server Error was the only response.

Logged into plesk, checked the error logs and found this:

[Wed Oct 19 12:03:53 2011] [warn] [client 94.175.14.30] mod_fcgid: HTTP request length 132180 (so far) exceeds MaxRequestLen (131072) 

Realised their server was running in FastCGI mode!
switched that to run as Apache module, switched off safe mode.

then had this:

[Wed Oct 19 16:18:02 2011] [error] [client 94.175.14.30] PHP Warning: fopen(/var/www/vhosts/xxxxxxxxxxxx failed to open stream: Permission denied in xxxxxxxxx

SS wasn't able to write to the tmp folder, so just quickly created a "silverstripe-cache" folder in the site root with 777 permission and all is well.

Hope this helps others.

Go to Top