safe mode

They have: 164 posts

Joined: Nov 2001

i found that the php setting on the server...the safe mode is On. which makes my copy() command not working.

therefore, i change my setting in my local pc, the safe mode = On too and i tried to execute my copy() and it seems to works fine.

is safe mode different between server and local pc??

They have: 21 posts

Joined: Nov 2000

On this page: http://www.php.net/manual/en/features.safe-mode.php

There is a comment about the limitations of safe mode on a windows server. The copy() command should be disabled in safe mode. Your local server may not correctly detect the uid's of the script and the file you are copying.

Jon Steele -
EverySolution.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.