I've got a fresh installation of version 4.1.6 (IIS + MySQL) and when trying to:
- delete question
- search for questions in given group (by selecting group name and search button)
I'm getting error message:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'group.gid' in 'where clause'. The SQL statement executed was: SELECT COUNT(DISTINCT `t`.`qid`) FROM `lime_questions` `t` LEFT OUTER JOIN `lime_groups` `g` ON (`t`.`gid`=`g`.`gid`) LEFT OUTER JOIN `lime_question_l10ns` `ql10n` ON (`ql10n`.`qid`=`t`.`qid`) WHERE (((t.sid=:ycp0) AND (t.parent_qid=:ycp1)) AND (group.gid=:ycp2)) AND (language='pl')
Is it a known bug? or something wrong with my installation?