Haven't used the file upload feature yet but it looks as if you may have a folder permissions problem. Check to see that you also set folder permissions to 777.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I went as far as setting permissions on the folder (adsubmit) to 777 but I still get the same error message?? I even changed the public_html to 777 same results.
?? :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
GOT IT, During the set-up, the program lists all the files and folders that shoud be set to 777. However it does not list the "File" folder to be set as 777. I changed to 777 and it now works fine. You were right about the permissions that is what made me look closer.
Thanks For your help.
Kip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, backup to basics. Create a very simple php script by hacking parts of your process.php file. The script should do nothing more than attempt to write a file to your form folder
/home/offsitsc/public_html/adsubmit/forms/
I'm affraid the troubleshooting this type of problem can be quite difficult via this forum. If you need specific help please contact me via email and I'll see what we can do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting this message. I have all files required set to 777. Here is the error I get when I do a file upload from this website. http://www.scoffsite.com/adsubmit/forms/form1.html
Warning: copy(files/02_59_27_photo.gif): failed to open stream: Permission denied in /home/offsitsc/public_html/adsubmit/forms/process.php on line 47
Haven't used the file upload feature yet but it looks as if you may have a folder permissions problem. Check to see that you also set folder permissions to 777.
Well I went as far as setting permissions on the folder (adsubmit) to 777 but I still get the same error message?? I even changed the public_html to 777 same results.
?? :(
GOT IT, During the set-up, the program lists all the files and folders that shoud be set to 777. However it does not list the "File" folder to be set as 777. I changed to 777 and it now works fine. You were right about the permissions that is what made me look closer.
Thanks For your help.
Kip
OK, backup to basics. Create a very simple php script by hacking parts of your process.php file. The script should do nothing more than attempt to write a file to your form folder
/home/offsitsc/public_html/adsubmit/forms/
I'm affraid the troubleshooting this type of problem can be quite difficult via this forum. If you need specific help please contact me via email and I'll see what we can do.