I am also having similar problem while trying to integrate vb with CakePHp.
In cakephp app_controller.php in beforeFilter function, I have written the following to instantiate vbulletin:
Code:
$dir = getcwd();
chdir('./forums');
require './global.php';
chdir($dir);
But, I got the above error message as
Quote:
Call to a member function query_first_slave()
|
Hope I will get solutions to my problem.
Thanks.
Sanjeev