permissions trouble

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
bluesman333
Forum Commoner
Posts: 52
Joined: Wed Dec 31, 2003 9:47 am

permissions trouble

Post by bluesman333 »

having trouble with rename() of file. getting a permission denied error on a windows machine. I've been trying a bunch of things with no success. gave "Everyone" full control to the directory in question. tried logging on apache with different users. set apache service to "allow this service to interact with the desktop".

i'm open to suggestions.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I ran into a similar issue a while back, I can't remember for sure how I resolved it but I think I ended up giving IUSR_ modify permissions and removing everyone from the list...I know it doesn't sound like a solution given that everyone/fc should do it, but this IS Windows we're talking about...

are you sure that you're trying to rename files within that folder?
User avatar
bluesman333
Forum Commoner
Posts: 52
Joined: Wed Dec 31, 2003 9:47 am

Post by bluesman333 »

sorry, forgot to mention...i'm running apache
Post Reply