My form will not submit, I cannot figure out why. Here is my server error log:
Fri Jun 13 17:05:16 2008] [error] [client 88.27.21.127] Premature end of script headers: index.php [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] SoftException in Application.cpp:260: File "/home/headland/public_html/HeadlandsShortApp/process.php" is writeable by others, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] Premature end of script headers: process.php, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] File does not exist: /home/headland/public_html/500.shtml, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html
Any suggestions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This looks like a server security issue. If the process.php has permissions of 777 then it is writable by anybody. Try changing the permissions to 755.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My form will not submit, I cannot figure out why. Here is my server error log:
Fri Jun 13 17:05:16 2008] [error] [client 88.27.21.127] Premature end of script headers: index.php [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] SoftException in Application.cpp:260: File "/home/headland/public_html/HeadlandsShortApp/process.php" is writeable by others, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] Premature end of script headers: process.php, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html [Fri Jun 13 17:06:15 2008] [error] [client 74.211.162.3] File does not exist: /home/headland/public_html/500.shtml, referer: http://www.headlandsfunding.com/HeadlandsShortApp/form1.html
Any suggestions
This looks like a server security issue. If the process.php has permissions of 777 then it is writable by anybody. Try changing the permissions to 755.