[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: [cobalt-users] PHP question
- Subject: Re: Re[2]: [cobalt-users] PHP question
- From: "Wayne Stevens" <wayne@xxxxxxxxxxx>
- Date: Thu Oct 4 20:30:49 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Have them try this instead without the /.
<?
mkdir ("test", 0777);
?>
----- Original Message -----
From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, October 03, 2001 1:27 PM
Subject: Re: Re[2]: [cobalt-users] PHP question
> "Aussie Hosts" <support@xxxxxxxxxxxxxxx> wrote:
> > They report that their permissions are all fine, and seem to be from
> > what I can see. This is a test script they've now tried:
> >
> > <?
> > mkdir ("/test", 0777);
> > ?>
> >
> > Returns the error "Warning: MkDir failed (Permission denied)"
>
> I believe the parent directory they are attempting to write to needs to be
> world-writable. Is it?
>
> --
> Steve Werby
> President, Befriend Internet Services LLC
> http://www.befriend.com/
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>