/    Sign up×
Community /Pin to ProfileBookmark

phpNuke Help

i just installed php nuke on my server [url]http://derango.patcon.com.au/html[/url] I followed the tutorial and have installed the sql file using the PHPmyAdmin after doing that i configured the config.php code using the following format

[code=php]<?php
dbhost = “patcon.com.au”;
$dbuname = “patco_dera”;
$dbpass = “mypassword”;
$dbname = “patco_nuke”;
$system = 0;
$prefix = “nuke”;
?>[/code]

Then the tutorial on installing this tells me to go to the admin.php once all this is done, I go to the admin.php and it comes up with this error

[code=php]Fatal error: Cannot instantiate non-existent class: sql_db in /home/patco/public_html/derango/html/db/db.php on line 86[/code]

And when i look at line 86 on the page it is this

[code=php]$db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false);[/code]

Does any body know if ive left out anything or if some part of the code is not right?? anything to help is welcome ?

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @dera spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...