Hi all!
I'm getting into trouble with my upload function.
On my local machine (winXP+Xitami) everthing works fine,
but on my remote server (guess unix) it wont (like i expected)
I've got a simple upload functionality which should store a file in a certain directory (depending on logged-in user in a different directory).
Now the script generates the following error:
Warning: copy(): SAFE MODE Restriction in effect. The script whose uid is 952 is not allowed to access /var/www/web119/html/board/userFiles/2 owned by uid 33 in [...]
I've set both the uploading script file and the directory where the file is located to the rightattribute '0777' .
The target directory is also created with
mkdir($target,0777)
I don't know what to do know, hope someone can help me out with this!
With kind regards
Hotkey