I created a form on my website, made it simple without request for using the mysql database. Just email me the info and I provide the landing page once submitted. I tested and got a 500 Internal Server Error. I checked the logs and got the following errors:
File does not exist: /home/myuserid/public_html/favicon.ico
I was getting a similar error with the Fantastico install - BUT, the problem I was having was a simple fix. It's probably the same for you. The permissions for the process.php file (in the same folder as the form1.html file) need to be set so that group does not have write permission. Changing it to 755 will work. (Read/Write/Execute for owner and only Read/Execute for group and other)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a form on my website, made it simple without request for using the mysql database. Just email me the info and I provide the landing page once submitted. I tested and got a 500 Internal Server Error. I checked the logs and got the following errors:
File does not exist: /home/myuserid/public_html/favicon.ico
File does not exist: /home/myuserid/public_html/500.shtml, referer: http://mywebsite.org/tr4god911/use/TributeRequest/form1.html
SoftException in Application.cpp:256: File "/home/myuserid/public_html/tr4god911/use/TributeRequest/process.php" is writeable by group, referer: http://mywebsite.org/tr4god911/use/TributeRequest/form1.html
I have no idea what I did wrong or what went wrong. Any advice would be appreciated.
Thanks
I was getting a similar error with the Fantastico install - BUT, the problem I was having was a simple fix. It's probably the same for you. The permissions for the process.php file (in the same folder as the form1.html file) need to be set so that group does not have write permission. Changing it to 755 will work. (Read/Write/Execute for owner and only Read/Execute for group and other)