Quote:
Originally Posted by Xplorer4x4
In arcade.php I just noticed....
PHP Code:
$DB = new db_driver; $DB->obj['sql_database'] = $dbname; $DB->obj['sql_user'] = $dbusername; $DB->obj['sql_pass'] = $dbpassword; $DB->obj['sql_host'] = $servername; $DB->obj['sql_tbl_prefix'] = $tableprefix; $DB->connect();
Shouldn't this be $db as $DB was the 3.0.X string?
|
Are you running mkportal or a portal of any kind?
Or VBSeo?