gypsydogg Posted November 23, 2004 Posted November 23, 2004 I tried installing a mod for PHPbb, but I'm recieving the following error: Fatal error: Cannot instantiate non-existent class: sql_db in /home/aeeweb/public_html/costume/includes/modules/phpbb2/includes/db.php on line 60 I believe this is caused because it was written for the original PHPbb stand alone version. Does anyone know how to fix this error. Here is some of the code from the db.php file it is referring to: 59 // Make the database connection. 60 $db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false); 61 if(!$db->db_connect_id) Quote
Guest Posted November 23, 2004 Posted November 23, 2004 Craig, Let me know if you get this working, as I am wanting to install this contribution as well. Jason Collier http://www.CertFX.com Quote
gypsydogg Posted November 24, 2004 Author Posted November 24, 2004 I tried installing a mod for PHPbb, but I'm recieving the following error: Fatal error: Cannot instantiate non-existent class: sql_db in /home/aeeweb/public_html/costume/includes/modules/phpbb2/includes/db.php on line 60 I believe this is caused because it was written for the original PHPbb stand alone version. Does anyone know how to fix this error. Here is some of the code from the db.php file it is referring to: 59 // Make the database connection. 60 $db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false); 61 if(!$db->db_connect_id) <{POST_SNAPBACK}> Let me clarify this a little better. This is a mod that adds a username to phpbb. I'm trying to use it in the phpbb contrib in OScommerce, so I know I'm asking for trouble. Quote
Guest Posted November 24, 2004 Posted November 24, 2004 I think you guys better have a look here: http://www.aussiehealthandfitness.com I dont have time to describe how i did it now but i will latter tonight. Cheers, Edwin Quote
gypsydogg Posted November 24, 2004 Author Posted November 24, 2004 This is the Mod I would like to add to PHPbb: http://www.phpbb.com/phpBB/viewtopic.php?t...der=asc&start=0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.