I went through every file and found some files in 'use' were set to 666 (how did they change?) so I changed them back to 777. Now I get the error log: "Premature end of script headers: /home/pcpid02/public_html/phpform/use/BetaRequest/process.php".
BetaRequest is my form name.
Help please! Anyone? Please!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
- I found out that the permissions of all files in the 'use' directory change to 666 when you generate a new form. So after generating a new form we have to go back and change all the 'use' files back to 777? This is a pain!
Still getting the 'Premature end of script...' error...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, I finally figured it out:
1. "/phpform/use/tablename/process.php" must have permissions of 755. 2. "phpform/use/tablename/admin/index.php" must have permissions of 755.
The phpFormGenerator sets these to 666, so you have to manually go in and change them after you generate the form.
My free form generator is now finally working....I think.....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you're not supposed to do anything manually. Once you have the permissions set correctly during the installation, that should be it. Then you simply use the program to create and delete form projects.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I keep getting error in my server log: "Premature end of script headers: /home/pcpid02/public_html/phpform/use/BetaRequest/admin/index.php".
I have tried changing the permissions - I have all folders and files, including everything in 'forms' and 'use', presently set to 755.
Sorry, i meant all permissions in 'forms' and 'use' set to 777.
I went through every file and found some files in 'use' were set to 666 (how did they change?) so I changed them back to 777. Now I get the error log: "Premature end of script headers: /home/pcpid02/public_html/phpform/use/BetaRequest/process.php".
BetaRequest is my form name.
Help please! Anyone? Please!!
>(How did they change?)
- I found out that the permissions of all files in the 'use' directory change to 666 when you generate a new form. So after generating a new form we have to go back and change all the 'use' files back to 777? This is a pain!
Still getting the 'Premature end of script...' error...
OK, I finally figured it out:
1. "/phpform/use/tablename/process.php" must have permissions of 755. 2. "phpform/use/tablename/admin/index.php" must have permissions of 755.
The phpFormGenerator sets these to 666, so you have to manually go in and change them after you generate the form.
My free form generator is now finally working....I think.....
you're not supposed to do anything manually. Once you have the permissions set correctly during the installation, that should be it. Then you simply use the program to create and delete form projects.