Can someone please explain what I am doing wrong. I set up a form at http://www.ohvstudy.com/signup/forms/form1.html but it is always giving an error when you try to send the form. I had it working.. then I deleted it and set up the form with new input fields and now it is not working it at all. I changed permissions on everything to 777 ... did I change too much?? Please any help may bring back some of my sanity.
Thanks!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have used this successfully. What is the error you are getting? Changing everything to 777 should not break it. There must be something else affecting the form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-06-28
Here is the error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ohvstudy.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 really dont get it. I tried to reinstall and changed permissions again of everything in the Forms folder. THanks again to anyone that can decipher this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds like you are unable to run the the process.php file. Try creating a simple hello world php file like this one.
<?php
// Hello World in PHP
echo 'Hello World!';
?>
Put it in the forms directory then go to your web browser and point to this file. If you don't get the message all by itself then you are unable to use php files for some reason. I did this on my server at http://www.tnteverett.com/forms/hello.php if you want to see my example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can someone please explain what I am doing wrong. I set up a form at http://www.ohvstudy.com/signup/forms/form1.html but it is always giving an error when you try to send the form. I had it working.. then I deleted it and set up the form with new input fields and now it is not working it at all. I changed permissions on everything to 777 ... did I change too much?? Please any help may bring back some of my sanity.
Thanks!!
I have used this successfully. What is the error you are getting? Changing everything to 777 should not break it. There must be something else affecting the form.
Here is the error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ohvstudy.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 really dont get it. I tried to reinstall and changed permissions again of everything in the Forms folder. THanks again to anyone that can decipher this.
change the permissions on all the .php files to 755, including the ones that were generated for your form.
Sounds like you are unable to run the the process.php file. Try creating a simple hello world php file like this one.
<?php
// Hello World in PHP
echo 'Hello World!';
?>
Put it in the forms directory then go to your web browser and point to this file. If you don't get the message all by itself then you are unable to use php files for some reason. I did this on my server at http://www.tnteverett.com/forms/hello.php if you want to see my example.