VBulletin 3.5: Not compatible? Errors with member integration
This thread is closed, so you cannot post a reply.
Comments on VBulletin 3.5: Not compatible?
Usergroup: Customer
Joined: May 18, 2004
Total Topics: 3
Total Comments: 10
Maybe I missed something - is WSN Links not compatible with VBulletin 3.5? I get this error when I try and log in as admin:
Fatal error: Call to a member function on a non-object in /home/talkbass/public_html/links/integration/vbulletinencoder.php on line 2
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That's a very odd message for it to give, wouldn't be version dependent (and vB integration did work for sure with 3.0x) but tell me if adding
global $db;
right below
<?php
in integration/vbulletinencoder.php helps.
If not, well, you must be doing something unusual that somehow overwrites the database connection object.
Usergroup: Customer
Joined: May 18, 2004
Total Topics: 3
Total Comments: 10
Paul,
That fixed it