http://www.phpbb.com/community/viewtopi ... 0&t=578051
На сколько я определил, проблема не в кривой установке, а в базе :)
Если дать возможность пользователям менять рейтинг темам, при заходе на форум, открывается страница с такой ошибкой.
Если же права такие не давать, форум работает нормально.
Код: Выделить всё
Общая ошибка SQL ERROR [ mysql4 ] Mixing of GROUP columns (MIN(),MAX(),COUNT()...) with no GROUP columns is illegal if there is no GROUP BY clause [1140] SQL SELECT t.*, te2.evaluation AS own_evaluation, ROUND(AVG(te.evaluation), 2) AS evaluation, COUNT(te.evaluation) AS evaluation_count, tp.topic_posted, tt.mark_time FROM (phpbb_topics t) LEFT JOIN phpbb_topics_evaluation te ON (te.topic_id = t.topic_id) LEFT JOIN phpbb_topics_evaluation te2 ON (((te2.topic_id = t.topic_id) AND (te2.user_id = 2))) LEFT JOIN phpbb_topics_posted tp ON (tp.topic_id = t.topic_id AND tp.user_id = 2) LEFT JOIN phpbb_topics_track tt ON (tt.topic_id = t.topic_id AND tt.user_id = 2) WHERE t.topic_id IN (33, 31, 32) BACKTRACE FILE: includes/db/mysql.php LINE: 158 CALL: dbal->sql_error() FILE: viewforum.php LINE: 503 CALL: dbal_mysql->sql_query()








