Quote:
Originally Posted by armani1072
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'precisi_forums';
// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = 'vB3';
|
Try chnage the
user table name in the query to this:
vb3user
and see if it runs that way.