Hi,
Version = 3.8.4 (PL1)
I am attempting to use the data manager to create a new thread in the forums. A user add an entry to an external calendar and I want to create a new thread in the forums for the external calendar entry.
I have some test code (attached, test.php) that has vBulletin data manager code only and that works fine. The thread is successfully added to the database.
When I insert this code into my calendar php script, the following fatal error is recorded in the logs, when the script is run ...
PHP Fatal error: Call to undefined method db::query_first_slave() in [forums path]/includes/class_dm_threadpost.php on line 74
Can anyone point me to where I can further analyse and resolve this?
Version = 3.8.4 (PL1)
I am attempting to use the data manager to create a new thread in the forums. A user add an entry to an external calendar and I want to create a new thread in the forums for the external calendar entry.
I have some test code (attached, test.php) that has vBulletin data manager code only and that works fine. The thread is successfully added to the database.
When I insert this code into my calendar php script, the following fatal error is recorded in the logs, when the script is run ...
PHP Fatal error: Call to undefined method db::query_first_slave() in [forums path]/includes/class_dm_threadpost.php on line 74
Can anyone point me to where I can further analyse and resolve this?
Comment