The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with thread datamanager
Hi
I am using a wordpress plugin that posts wordpress posts to new threads in a forum. It was working but now I am getting the following error. I am not wanting support with the wordpress side, the error seems to be coming for vbulletin. Here is the code that is run when a new post is submitted on wordpress. PHP Code:
Code:
Fatal error: Cannot use object of type stdClass as array in /home/gymdisco/public_html/forum/includes/class_bbcode.php(424) : eval()'d code on line 21 Thanks all |
#2
|
|||
|
|||
My guess would be that another mod or plugin that you have installed (that is using a hook somewhere in file includes/class_bbcode.php) is trying to use a vbulletin global variable that it is expecting to be an array, but since you're calling it from wp it's finding a wp variable of the same name that is an object.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|