Menu

installed phpFormGenerator, but then get Internal Server Errors

Help
2014-04-18
2014-04-19
  • Richie Rich

    Richie Rich - 2014-04-18

    When I go to the admin page, I get an internal server error.

    After filling out the form, I get an internal server error.

    Looked at permissions, all are set to 777. Is that causing the problem? If so, what should they be set at?

    Thanks for any help!

     
  • TNTEverett

    TNTEverett - 2014-04-19

    HTML and PHP should never need 777 and should work just fine with 664. A good test is to create a basic file
    <?php
    echo "Hello!";
    ?>
    Point your browser at it and it should work assuming the permissions are 664. If the page does not show up then there could be a problem with your hosting server.

     

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.