Tanweth / Poll-Box

A plugin for the MyBB forum software that allows a fully-functional poll to be displayed on your home pages.
Other
1 stars 1 forks source link

Class 'postParser' not found #1

Closed amplifier1 closed 10 years ago

amplifier1 commented 10 years ago

I get a 500 error if I access 'memberlist.php' and 'showteam.php'

PHP Fatal error: Class 'postParser' not found in /home/xxxxx/public_html/xxxxx/inc/plugins/asb/modules/poll_box.php on line 156

I deleted those 2 scripts from the ACP (adv sidebox manage scripts) and now I do not get any error.

WildcardSearch commented 10 years ago

Looks like it is missing:

require_once MYBB_ROOT."inc/class_parser.php";

Should be on line 156 with 157 being current 156

Tanweth commented 10 years ago

I never would've seen it myself since I don't put sideboxes on those pages on my site. But that's why it's helpful to have other users to play around with your plugins and report issues. Change added. Thanks for your report. :)