I get this error when the process is all complete.
**********************************
Ok, everything is fine.. generating form...Form created!
Generating form processor...
Warning: fopen("forms/process.php", "w") - Permission denied in /home/virtual/site36/fst/var/www/html/tools/form/process3.php on line 444
Warning: Supplied argument is not a valid File-Handle resource in /home/virtual/site36/fst/var/www/html/tools/form/process3.php on line 444
Done!
****************************
Any ideas? Thank you in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this error when the process is all complete.
**********************************
Ok, everything is fine.. generating form...Form created!
Generating form processor...
Warning: fopen("forms/process.php", "w") - Permission denied in /home/virtual/site36/fst/var/www/html/tools/form/process3.php on line 444
Warning: Supplied argument is not a valid File-Handle resource in /home/virtual/site36/fst/var/www/html/tools/form/process3.php on line 444
Done!
****************************
Any ideas? Thank you in advance
make sure the forms directory and "all the files inside it" have read/write/execute (or chmod 777) permissions. This will fix your problem