On Sunday 08 August 2004 17:30, Kevin wrote:

> > please show us the output of 'ls -al' of the directories in question.
>
> Yes, I have seen the permission and its rwx-rwx-rwx i.e 777.

The full output showing the owner.group would have been nice. Anyway:

> Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is
> 10029 is not allowed to access
> /home/httpd/vhosts/***......****/httpdocs/w4/full1/1 owned by uid 48 in
> /home/httpd/***......****/httpdocs/w4/dir.php on line 23

is pretty explicit your uid (10029) is not allowed access to the directories 
created by the webserver's uid (48).

The usual workaround is to use the ftp functions to create your directories.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Don't worry.  Life's too long.
                -- Vincent Sardi, Jr.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to