I suppose the problem is that either cmsms and vbulletin uses a class named $db so when I try to use code from the vbulletin framework it fails: Fatal error: Call to a member function on a non-object in /forum/includes/functions.php on line 1041
which is a call to the db function:
Code: Select all
$user = $vbulletin->db->query_first("
SELECT " ....
THanks in advance for your help: being not a good coder myself need help
