• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

help me with php nuke..

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Marley

Member
Joined
Jan 7, 2003
Location
Liverpool, Uk
hello.

im getting the error

Fatal error: Cannot instantiate non-existent class: sql_db in /home/www/marleyuk.freelinuxhost.com/football/html/db/db.php on line 86

i think its how i have my config.php setup

$dbhost = "freelinuxhost.com";
$dbuname = "marleyuk";
$dbpass = "password";
$dbname = "marleyuk_db";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL4";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";

can anyone see any problems with this?
 
Back