When I install Phpbb, It give me this! I don't know why!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Verky
Forum Newbie
Posts: 6
Joined: Thu May 08, 2003 11:01 pm
Location: China,Shanghai
Contact:

When I install Phpbb, It give me this! I don't know why!

Post by Verky »

Warning: OpenDir: Permission denied (errno 13) in /usr/vhome/v/i/m/vimis.com/www/bbs/install/install.php on line 616

Warning: readdir(): supplied argument is not a valid Directory resource in /usr/vhome/v/i/m/vimis.com/www/bbs/install/install.php on line 619

Warning: closedir(): supplied argument is not a valid Directory resource in /usr/vhome/v/i/m/vimis.com/www/bbs/install/install.php on line 630


Who can help me1
thanks!
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

What dir is suplied with the opendir?
Do you(apache/php) have rights to that dir?

CHMOD that dir to 777. (changes promissions, can be done with a ftp program.)
Post Reply