Topic: cache_config.php problem
I installed PunBB, however when I try to go to the Forum index page, I get a blank page. When I look at the httpd error_log, I see the following messages.
[Tue Feb 20 16:21:08 2007] [error] [client ::1] PHP Warning: require(./cache/cache_config.php) [<a href='function.require'>function.require</a>]: failed to open stream: Permission denied in /www/html/Forum/include/common.php on line 101
[Tue Feb 20 16:21:08 2007] [error] [client ::1] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required './cache/cache_config.php' (include_path='.:/usr/share/pear') in /www/html/Forum/include/common.php on line 101
Permissions set to 755 for cache directory and the cache_config.php file. (I have also tried to set the permissions to 777 but nothing changed)
Directory and files are owned by the apache user.
can anybody give me an idea on where to look at?
thanks,