Hi,
I have very wierd situation. The ISP is running in SAFE MODE.
I use PHP to create a directory with mkdir("something", 0777), it works
great!
However, if I try to create a sub-directory (e.g. "something2") in the
"something" directory, I get the following:
Warning: SAFE MODE Restriction in effect. The script whose uid is 3703 is
not allowed to access "something" owned by uid 508 in /www/login/filer.php
on line 287
However, if I check the chmod of "something" directory it's 777.
Why can't I use PHP-uid to do create or upload files to this "something"
directory, which PHP-uid itself created?
Regards,
Summi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php