[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: "Brian Paulson" <webmaster@xxxxxxxxxxxxx>
- Date: Thu Oct 11 14:41:26 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
This code would be trying to create the folder test at the root(/) lvl.
<?
mkdir ("/test", 0777);
?>
Have them try
<?
Mkdir("/home/sites/site*/web/test", 0777);
?>
Thank You
Brian Paulson
Sr. Web Developer
The Pueblo Chieftain Online
bpaulson@xxxxxxxxxxxxx
http://www.chieftain.com
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of Aussie Hosts
> Sent: Wednesday, October 03, 2001 8:56 AM
> To: Marco Baurdoux
> Subject: Re[2]: [cobalt-users] PHP question
>
>
> Hello Marco,
>
> Wednesday, October 03, 2001, 11:32:45 PM, you wrote:
>
> MB> le 3.10.2001 14:46, Aussie Hosts à
> support@xxxxxxxxxxxxxxx a écrit :
>
> >> Hello all,
> >>
> >> Has anyone ever experienced the problem where a client asks if
> >> "create files/dir, rename,delete,move files using php" is inactive?
> >>
>
> MB> Check your file permissions and you'll see that your
> customers won't
> MB> ask you anything anymore :-))
> MB>
> ====================================================================
> MB> ===
>
> 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 might take it to a PHP mailing list. Apparently the same
> script has worked elsewhere.
>
> Gary
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt> -users
>
>