Bit new at this so sorry if this is a basic error. I have created form and uploaded to website. The page even shows correctly but when i submit i gret the following error in IE:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@gainsford.net 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
My server log tells me this:
"[Tue May 26 09:50:19 2009] [error] [client 83.57.39.68] File does not exist: /home/gainsfor/public_html/500.shtml
[Tue May 26 09:50:19 2009] [error] [client 83.57.39.68] Premature end of script headers: /home/gainsfor/public_html/forms/use/ContactTest1/admin/index.php
SoftException in Application.cpp:252: File "/home/gainsfor/public_html/forms/use/ContactTest1/admin/index.php" is writeable by group"
Any help most appreciated......
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
These errors are typically file and/or folder permission errors.
php file should have permissions of 755
html and graphics files should have permissions of 644
folders should have permissions of 777
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Bit new at this so sorry if this is a basic error. I have created form and uploaded to website. The page even shows correctly but when i submit i gret the following error in IE:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@gainsford.net 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
My server log tells me this:
"[Tue May 26 09:50:19 2009] [error] [client 83.57.39.68] File does not exist: /home/gainsfor/public_html/500.shtml
[Tue May 26 09:50:19 2009] [error] [client 83.57.39.68] Premature end of script headers: /home/gainsfor/public_html/forms/use/ContactTest1/admin/index.php
SoftException in Application.cpp:252: File "/home/gainsfor/public_html/forms/use/ContactTest1/admin/index.php" is writeable by group"
Any help most appreciated......
Thanks in advance
These errors are typically file and/or folder permission errors.
php file should have permissions of 755
html and graphics files should have permissions of 644
folders should have permissions of 777
Have doubled checked/changed folder/file permissions as per your advice but still exactly the same errors.
Checked the errors in the web log and as you said it was a permission problem.....
Thank you