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
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Reply via email to