I get this message upon "submit" button What is the problem?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@yourrequestconcierge.com 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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"...you can change the "copyfunc.php" file in your main phpform directory. Look for the line:
chmod($flto, 0777);
Replace the 0777 with 0755. That seems to have made everything better for me. There is also a "mkdir($wto, 0777)" line, but I didn't need to change that one.. "
Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem with the same error, and I have tried all of the solutions mentioned and it is not working : (
Can anyone help? Please! I am desparate at the moment, have been working on the forms for 3 days and still nothing!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recieved this error message after the form was completed and I hit "Submit". What is this message about?
Thanks for any help...
dbuzz
I get this message upon "submit" button What is the problem?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@yourrequestconcierge.com 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.
I just installed using fantastico and I get the same error when I hit submit or if try to access index.php in admin.
Scott
Just tried the fix mentioned by Bill in www.lunarforums.com and it worked.
The specific link for the fix is at
http://www.lunarforums.com/index.php?PHPSESSID=c5bdc788694dcde47e61204f837362f8&topic=29616.0;wap2
Of here is the key excerpt:
"...you can change the "copyfunc.php" file in your main phpform directory. Look for the line:
chmod($flto, 0777);
Replace the 0777 with 0755. That seems to have made everything better for me. There is also a "mkdir($wto, 0777)" line, but I didn't need to change that one.. "
Scott
Did all that and it didn't help me at all. Still looking for a solution.
Vince
I had the same server error issue.
I resolved this issue by changing the permissions on the server.
Try '755' for folders and '655' for php files. It seems if the permissions are too high above these you'll get internal server errors.
Hope that helps
David
I have a problem with the same error, and I have tried all of the solutions mentioned and it is not working : (
Can anyone help? Please! I am desparate at the moment, have been working on the forms for 3 days and still nothing!