Quote:
Originally Posted by babyv0x
Test with vBulletin 4.2.2 pl4
Forum Display/Subscriptions --> work fine but some threads the last post only ...
Search Results --> I get Fatal error: Call to a member function fetch_array() on a non-object in /opt/lampp/htdocs/packages/vbforum/search/result/thread.php(197) : eval()'d code on line 27
Who's Online/Profile (Current Activity) --> Not work
please fix !
|
I just now installed this on a vB 4.2.2 site (which your profle says you are using) and ran the product through all of the areas where thread previews are affected, and everything checked out.
What version of PHP are you running?
In the first line of the product's plugin hooked at "search_results_threadbit" try changing it to:
PHP Code:
global $vbulletin, $vbphrase, $db;
Does that fix the fatal error?