and basically i'm having some issues with the file system and permissions.
I'm trying to move a file from one place to the other and for some reason i'm getting permission denied messages.
It won't let me chmod the file either!!!!
PHP:
- Code: Select all
rename($tmp_path, $path);
this code was changed slightly.
Any indication of why this is?
I'm writing the next version on a subdomain of the site, if that makes any difference. if it does, i'm screwed at the moment...

