When clicking 'Find all posts by this user' in the members profile, this error is returned.
Fatal error: Call to a member function on a non-object in /home/applyimg/public_html/forum/search.php on line 2621
Line 2621:
Code:
$post['pagetext'] = $hhr->parse_bbcode($post['pagetext'], $post['forumid'], $post['threadid'], $post['postid'], $post['userid']);
I personally can't spot a problem in the line, but I'm a n00b to vbulletin and PHP, does anybody see anyhting wrong? all help appreciated.