Fatal error: Cannot instantiate non-existent class: sql_db in d:\web services\cybertai.com\html\db\db.php on line 86
This is what line 86 contains:
Code:
$db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false);
if(!$db->db_connect_id) {
message_die(CRITICAL_ERROR, "Could not connect to the database");
}
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum