When I try to activate the Current Poll module in vbAdvanced, then go to the User CP, I get the following error.
Quote:
Fatal error: Call to a member function parse() on a non-object in /home/stompfes/public_html/forum/modules/currentpoll.php on line 103
|
When I take a look at that line, I see this
PHP Code:
$bbcode_parser->parse(unhtmlspecialchars($pollmod['question']), $pollmod['forumid'], $mod_options['portal_poll_allowsmilies']),
Where should I start looking? My currentpoll.php is 100% default, pulled right out of the vbadvanced zip.
Thanks