Quote:
Originally Posted by jarod.tm
Perhaps there is a problem...
Fatal error: Call to undefined function: fetch_foruminfo() in /var/www/virtual/mysite.com/htdocs/wp-content/plugins/vbbridge.php on line 480
I've found it with Firefox, on right click, "Source Code".... on the post-new.php page
|
well, I installed this on another forum and got that error too!
I fixed that by adding a require_once for functions.php (right after the require_once for functions_misc.php around line 473 of vbbridge.php.). Of course, why is that necessary on one site and not another with exact same versions of vb and wp???
Now I'm getting: Call to a member function on a non-object in <b>/home/strategy/public_html/forums/includes/functions.php</b> on line <b>1029</b>. Yet to figure out a fix.