Hey everyone here is what I am getting and it's driving me nuts.

Setup:
Windows Server 2003 | IIS 6 | Apache 5

I know I setup the permissions right and I gave everything write permissions. Still to no avail. Check out this error:
Warning: unlink(pfwdata.inc.php) [function.unlink]: Permission denied in D:\www\50marketing\remote_script.php on line 3

The [function.unlink] is a link to nowhere.

What the crap does all that mean? Has anyone else had this problem? I am betting it's an IIS problem. Because well ... it's M$.
Thanks,
Chad R. Smith

    see if the php script is running as the same user that the file is owned by. probably what happens is the php program has either a low permission level or is running as a different user as the files' owner

      Thanks for the reply I thought about that, and I gave every user full permission. The server isn't in heavy use yet so I can do what I want for now. It still gives the error. Has anyone else gotten this error?

        Write a Reply...