ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: badmonkey on May 22, 2017, 12:21:40 am

Title: 500 error when removing poll
Post by: badmonkey on May 22, 2017, 12:21:40 am
1.1 RC1.  Attempting to remove a poll results in a 500 error.  Additionally, attempting to vote in a poll using ssi_showPoll in an external page results in an error page saying "Something isn't working, sorry: either that poll doesn't exist, the poll has been locked, or you tried to vote twice."
Title: Re: 500 error when removing poll
Post by: emanuele on May 22, 2017, 05:35:28 pm
A missing:
Code: [Select]
		require_once(SUBSDIR . '/Topic.subs.php');
in Poll.subs.php before line 31...

Tracked: https://github.com/elkarte/Elkarte/issues/2938