The user/group (commonly nobody.nogroup or nobody.nobody) that your web server 
runs under probably does not have the permissions necessary to chmod those 
directories (ie: they are owned by someone else).

Quoting Stephen <[EMAIL PROTECTED]>:

> Why do I get this error whenever I try to CHMOD something in PHP or create a
> directory (in this case):
> 
> Warning: mkdir(packs/bob) [function.mkdir]: Permission denied in
> c:\inetpub\wwwroot\phpiw\classes\class.cp.php on line 20
> 
> Here's line 20 of class.cp.php:
> 
>     mkdir('packs/'.$package, 0777);
> 
> Any help would be great!
> 
> Thanks,
> Stephen Craton
> http://www.melchior.us
> 
> "What's the point in appearance if your true love, doesn't care about it?" --
> http://www.melchior.us



----- End forwarded message -----



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

Reply via email to