| Re: Uploading Issue
it shouldnt make any difference.. but it could be that php activates safe-mode ifits not in the home dir... I had that error also. but for different reasons...
it occured when I enable safemode... after having it disabled...
it will then try to access files that it does not own.. ex: it will try to create a directory but safemode will not let it do so.. even if the folder is 0777... (bedause the folder was set to 777 by the script and not by root..)
it worked again when I did chown -r on the whole directory AND set to safe mode file storage system in the admincp
Luc
|