Quote:
Originally Posted by Kungfu
Fatal error: Cannot use object of type vB_Database as array in /public_html/admin/common.php on line 53
line 53:
$udb->start($db['host'],$db['user'],$db['pass'],$db['name']);
because i have another sql database for my site that it calls it does this. How can i stop it from trying to make a vb array database? Thanks.
|
I think you got this error because vbulletin has a variable called $db. Try to rename your variable, $db_site instead of $db.