Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
2.0.18b4 gives me a 'bonk' error after enabling this plugin
dleffler
New
Unable to view, etc... Discussions after enabling plugin and enabling voting. Enabled plugins are: embed, WYSIWYG, & proxy connect.
Tagged:
0
Best Answer
-
You're right dleffler, it does seem to be working. I was logged in as admin and could vote up until the cows came home, but logged in as a normal user, everything seems to work properly. I guess that's the fix - Nicely done!0
Answers
Fatal Error in Gdn_Database.Query();
Unknown column 'iu.Email' in 'field list'
and also
Unknown column 'lcu.Email' in 'field list'
I can generally get it to work by commenting out (those) lines 322 & 323 in class.voting.plugin.php and ending line 321 with a semi-colon. However, I'm pretty sure this then gives WRONG voting results.
I'd assume the email fields no longer exist in 2.0.18?
->Select('iu.Email', '', 'FirstEmail')
->Select('lcu.Email', '', 'LastEmail')
and the Bonk has gone away. I have only a very sparse test forum, but things seem to be working properly... how's it look on your end? (Just be sure to terminate the first Select with a semicolon!)
If upgrade, did you run the utility/structure and/or utility/update?
HOWEVER, voting works as advertised on my site with vote/unvote each time you click (up by 1, down by 1)
There was an error rendering this rich post.