I'm having some issues using this, wondering if anyone else is seeing the same.
When global.php is included, I get the following fatal error:
Fatal error: Call to a member function query_first_slave() on a non-object in /home/jay/web/web/forum/includes/functions.php on line 1178
The line of code it's trying to run starts as follows:
$user = $vbulletin->db->query_first_slave("
This is in the "fetch_userinfo" function. It seems that the db object isn't being instantiated properly. I'll dig around some and see if I can't figure out what's wrong, just wanted to post a message first. This is in VB 3.6.7 PL1.
|