Menu

Help.. im having no luck

Help
Anonymous
2005-06-28
2013-06-03
  • Anonymous

    Anonymous - 2005-06-28

    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!!

     
    • TNTEverett

      TNTEverett - 2005-06-28

      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. 

       
    • Anonymous

      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.

       
    • Musawir Ali

      Musawir Ali - 2005-06-29

      change the permissions on all the .php files to 755, including the ones that were generated for your form.

       
    • TNTEverett

      TNTEverett - 2005-06-29

      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. 

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.