Hi,
I wrote some code that runs fine on my local host. However, when I upload it to my public server I get the following two warnings:
Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 998 is not allowed to access / by uid 0 in / on line 20
... and ...
Warning: copy() [function.copy]: open_basedir restriction in effect. File(/tmp/phpMsBQ1r) is not within the allowed path(s): (/ in / on line 32
Can someone give me an idea what the problem is?
Thanks §;O)
Jakob
I wrote some code that runs fine on my local host. However, when I upload it to my public server I get the following two warnings:
Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 998 is not allowed to access / by uid 0 in / on line 20
... and ...
Warning: copy() [function.copy]: open_basedir restriction in effect. File(/tmp/phpMsBQ1r) is not within the allowed path(s): (/ in / on line 32
Can someone give me an idea what the problem is?
Thanks §;O)
Jakob