View Single Post
  #275  
Old 12th June 2012, 11:26
ArcAiN6 ArcAiN6 is offline
Member
 
Join Date: Oct 2009
United States
Posts: 1
Default
Quote:
Originally Posted by madmanj View Post
guys for some reason when i go onto forums i keep getting this any idea
Warning: include(db/mysql.php) [function.include]: failed to open stream: No such file or directory in /homepages/2/d411931831/htdocs/phpBB2/includes/db.php on line 31

Warning: include() [function.include]: Failed opening 'db/mysql.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/2/d411931831/htdocs/phpBB2/includes/db.php on line 31

Fatal error: Class 'sql_db' not found in /homepages/2/d411931831/htdocs/phpBB2/includes/db.php on line 60

The problem is in your apache config for your domain, the file it's looking for is outside of the perview of available places to look for the file..

i.e. include_path='.:/usr/lib/php5 <--- You need to add the path to your document root.
Reply With Quote