[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re[2]: [cobalt-users] PHP question



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
>