I keep getting the same error, even though I've already set the permission to 777 on all of the folders. This is the error I keep getting:
Ok, everything is fine.. generating form...
Warning: fopen("forms/form1.html", "w") - Permission denied in /home/httpd/vhosts/mydomain/httpdocs/forms/process3.php on line 390
cannot create file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the forms directory and *everything* inside it (meaning all sub directories and files) need to have write permissions. On unix based systems, chmod -R 777 forms will do the trick.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-27
Yup, that did the trick :-) I was only setting the sub directories to 777, not the files. Thanks for such a fast reply.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I keep getting the same error, even though I've already set the permission to 777 on all of the folders. This is the error I keep getting:
Ok, everything is fine.. generating form...
Warning: fopen("forms/form1.html", "w") - Permission denied in /home/httpd/vhosts/mydomain/httpdocs/forms/process3.php on line 390
cannot create file
the forms directory and *everything* inside it (meaning all sub directories and files) need to have write permissions. On unix based systems, chmod -R 777 forms will do the trick.
Yup, that did the trick :-) I was only setting the sub directories to 777, not the files. Thanks for such a fast reply.