I created a form, then I copied to the code over to my custom coded form submission page. I changed the action URL from "process.php" to the absolute address of the process.php file in the subdirectory holding the original form created by phpformgenerator.
When I try to submit, I get an error 500 page.
My errors log says that the process.php file I pointed the form to "is writeable by group."
What does this mean and how do I fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a form, then I copied to the code over to my custom coded form submission page. I changed the action URL from "process.php" to the absolute address of the process.php file in the subdirectory holding the original form created by phpformgenerator.
When I try to submit, I get an error 500 page.
My errors log says that the process.php file I pointed the form to "is writeable by group."
What does this mean and how do I fix it?
Change the permissions to 755 using ftp or some other equivalent program.