Error running schedule script (under suPHP)
When you experience an error when running the saved script of a scheduled backup job and you are running PHP as CGI under the apache module suPHP, then check its file permissions.
This is the error message in Apache's error log:
Error in suphp.c on line 256: Inappropriate permissions set on script
Premature end of script headers
To avoid this error change the file permissions of the saved script to 644 or "rw-r--r--".
Reason: The script is saved with permissions 666 or "rw-rw-rw-", but the maximum permissions for a PHP script under suPHP are 755 or "rwxr-xr-x".
(Maybe these settings vary on different systems.)
More information: http://www.suphp.org/
You cannot comment on this entry