02-28-2008, 04:21 PM
Hi there,
Having a little permissions problem with a php script. I have a php script that is getting "permission denied" errors when trying to write, move, or rename files. Originally I had password-protected the directory I'm using, figured that was the problem, and removed the password protection, but the error persists.
I'm guessing the default is blocking php scripts from creating or changing files. Is there a way to change this so the script will run properly?
Thanks!
Having a little permissions problem with a php script. I have a php script that is getting "permission denied" errors when trying to write, move, or rename files. Originally I had password-protected the directory I'm using, figured that was the problem, and removed the password protection, but the error persists.
I'm guessing the default is blocking php scripts from creating or changing files. Is there a way to change this so the script will run properly?
Thanks!