Well, debug info reports that iu.Email field is absent. (version 2.0.18b4)
Unknown column 'iu.Email' in 'field list' select d.Type as `Type`, d.InsertUserID as `FirstUserID`, d.DateInserted as `FirstDate`, d.CountBookmarks as `CountBookmarks`, d.Body as `Body`, d.Format as `Format`, d.DateLastComment as `LastDate`, d.LastCommentUserID as `LastUserID`, d.Score as `Score`, iu.Email as `FirstEmail`, lcu.Email as `LastEmail`, d.*, w.UserID as `WatchUserID`, w.DateLastViewed as `DateLastViewed`, w.Dismissed as `Dismissed`, w.Bookmarked as `Bookmarked`, w.CountComments as `CountCommentWatch` from GDN_Discussion d left join GDN_UserDiscussion w on d.DiscussionID = w.DiscussionID and w.UserID = 1 where d.DiscussionID in ('1') and coalesce(w.Dismissed, '0') = :coalescewDismissed0 order by d.DateLastComment desc limit 30
ps Voting had worked about an hour. And then forum crashed.
Now I cannot to turn on Voting . maybe field was deleted by some other plugin? and imho email isn't neccesary for voting
Answers
There was an error rendering this rich post.
What to do? Help
$Configuration['Debug'] = TRUE;
With url http://www.domain.com/forum/entry/password
I logged in as administrator and was removing plugins one by one
then found out that Voting plugin crashes forum.
Now I have the problem - how to setup Voting correctly.
you place
$Configuration['Debug'] = TRUE;
in your configgrep is your friend.
Now I cannot to turn on Voting . maybe field was deleted by some other plugin? and imho email isn't neccesary for voting
grep is your friend.
grep is your friend.
https://github.com/vanillaforums/Addons/zipball/master
grep is your friend.
Thank You