The one you are getting an error on...
Quote:
PHP Fatal error: Call to a member function query_first_slave() on a non-object in /home/***/public_html/community/includes/functions.php on line 1368
|
Line 1368 of functions.php is where the problem is and this is the line:
PHP Code:
$user = $vbulletin->db->query_first_slave("
This is just above there:
PHP Code:
$hook_query_fields = $hook_query_joins = '';
($hook = vBulletinHook::fetch_hook('fetch_userinfo_query')) ? eval($hook) : false;