problems running phpbb

R1ck5P

Registered
Hi,

I'm trying to run phpbb on my imac. I've got MySQL up and running. PHP is installed. I've installed phpbb. When I access my phpbb folder, i've got the fellowing error:


Warning: Failed opening './config.php' for inclusion (include_path='.:/usr/local/lib/php') in /Users/r1ck5p/Sites/phpBB2/common.php on line 111

ok, I don't have a folder /usr/local/lib/php but, I've got /usr/lib/php. Should I force the script to point to /usr/lib/php instead of /usr/local/lib/php? If yes, how can I do it?

Thankx
r1ck5p
 
I need more details to help you. What file did you try to parse? Try to explain exactly what you did.

Are you sure there's a config.php in ./ ?

Check for this line in install.php or index.php:
$phpbb_root_path='./';
 
Back
Top