I tried to install 1.3.7sr1 and I got this error message:Warning: fopen("/home/www/htdocs/geeklog/logs/error.log", "a"

- Permission denied in /home/www/htdocs/geeklog/public_html/lib-common.php on line 1440When I tried to log out, it flashed the following message out as well.Warning: fopen("/home/www/htdocs/geeklog/logs/access.log", "a"

- Permission denied in /home/www/htdocs/geeklog/public_html/lib-common.php on line 1490Warning: Supplied argument is not a valid File-Handle resource in /home/www/htdocs/geeklog/public_html/lib-common.php on line 1495Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/geeklog/public_html/lib-common.php:1490) in /home/www/htdocs/geeklog/public_html/users.php on line 610Warning: Cannot add header information - headers already sent by (output started at /home/www/htdocs/geeklog/public_html/lib-common.php:1490) in /home/www/htdocs/geeklog/public_html/users.php on line 611I checked that permission for /public_html/logs is changed to 775.Any comments?