4649 Posts in 1402 Topics by 1394 members
| Go to End | ||
| Author | Topic: | 5984 Views |
-
Re: PHP 5 is required

11 March 2010 at 6:34am
Me also got same problem. Thanks to your post for this problem and I got saved from this.
-
Re: PHP 5 is required

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.
| 5984 Views | ||
| Go to Top |


