When trying to access the phpBB forum administration module I get the following message (I use phpNuke 7.8 with the bundeled phpBB):
The offending line looks like this:
The lines before and after looks like this:
| Code: |
| Fatal error: Cannot instantiate non-existent class: sql_db in /home/mephisto/domains/ww2modeler.frih.net/public_html/db/db.php on line 94 |
The offending line looks like this:
| Code: |
| $db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false); |
The lines before and after looks like this:
| Code: |
| case 'db2':
include("".$the_include."/db2.php"); break; } $db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false); if(!$db->db_connect_id) { die("<br><br><center><img src=images/logo.gif><br><br><b>There seems to be a problem with the MySQL server, sorry for the inconvenience.<br><br>We should be back shortly.</center></b>"); |
