I create a general for just to test the integraty of the program. Once I click it takes me to the following 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@prestigeairservices.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.
Internal Server Errors are almost always about permissions or mime types. Are you sure you uploaded you php file(s) in ascii mode? And that your host has php installed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the same message that says
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@auctionnichemarkets.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 fought with this prob. all morning on the same Apache/1.3.33 Server System as you guys. I finally found out that my server rejects all 777s and evidently 775s too. To fix the problem do this:
Change the /forms/ folder and everything in it to 755 EXCEPT process.php which must be 644.
Change /use/ folder to 755
Change /use/yourform/ folder to 755
in the /use/yourform/ folder change index.php to 755
in the /use/yourform/ folder change process.php to 644
in the in the /use/yourform/admin folder change process.php to 644
I'm not sure all of this is necessary, but I do know you've got to get all 777's to 755's (including all index.php's) AND you have to get all process files to 644.
Good Luck!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thats it! now we're ready to generate your form. if you encounter any errors, please make sure that you provided the correct database information (if any), and please maintain that everything is case sensitive. also remember to give read+write permissions to the forms directory (located under the phpformgen directory). thank you.
Now verifying MySQL database access information (some test data will be entered into the database table)...
Could not access MySQL database with information provided.
I've almost tried everything. Who knows what's wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I create a general for just to test the integraty of the program. Once I click it takes me to the following 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@prestigeairservices.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.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at www.prestigeairservices.com Port 80"
Internal Server Errors are almost always about permissions or mime types. Are you sure you uploaded you php file(s) in ascii mode? And that your host has php installed?
use chmod 775 instead of 777 where ever it tells you to.
I get the same message that says
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@auctionnichemarkets.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.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at www.auctionnichemarkets.com Port 80
I've changed my settings from 777 to 775 as suggested above on all the files and folders in form and forms but it still doesn't work.
Any idea on how to get this working?
Thanks
I fought with this prob. all morning on the same Apache/1.3.33 Server System as you guys. I finally found out that my server rejects all 777s and evidently 775s too. To fix the problem do this:
Change the /forms/ folder and everything in it to 755 EXCEPT process.php which must be 644.
Change /use/ folder to 755
Change /use/yourform/ folder to 755
in the /use/yourform/ folder change index.php to 755
in the /use/yourform/ folder change process.php to 644
in the in the /use/yourform/admin folder change process.php to 644
I'm not sure all of this is necessary, but I do know you've got to get all 777's to 755's (including all index.php's) AND you have to get all process files to 644.
Good Luck!
thats it! now we're ready to generate your form. if you encounter any errors, please make sure that you provided the correct database information (if any), and please maintain that everything is case sensitive. also remember to give read+write permissions to the forms directory (located under the phpformgen directory). thank you.
Now verifying MySQL database access information (some test data will be entered into the database table)...
Could not access MySQL database with information provided.
I've almost tried everything. Who knows what's wrong?