But I do have FTP access, that's how I know there is a "permission denied" message. The message isn't coming through a PHP script, it's coming through the FTP.
If I try to CHMOD the file via FTP I still get the "permission denied".
And I know that CHMOD via PHP won't work because in my FTP client the ownership of the file is different to every other file for some reason (which I'm guessing is the root of the problem).
And CHOWN doesn't work either.
Anybody?