25 сен 2009, 16:21
Установил. После включении мода, при попытке зайти на форум, он выдает:
Общая ошибка
SQL ERROR [ mysqli ]
Unknown column 'f.forum_recent_topics' in 'where clause' [1054]
SQL
SELECT t.*, i.icons_url, i.icons_width, i.icons_height, tp.topic_posted, f.forum_name, f.forum_type, f.forum_flags FROM phpbb_topics t LEFT JOIN phpbb_topics_posted tp ON (t.topic_id = tp.topic_id AND tp.user_id = 2) LEFT JOIN phpbb_forums f ON f.forum_id = t.forum_id LEFT JOIN phpbb_icons i ON t.icon_id = i.icons_id WHERE ( f.forum_recent_topics = 1 AND t.topic_id not IN (5) AND t.forum_id IN (1, 2, 3, 4, 5, 6, 9, 11, 12, 16, 17, 18, 19, 20, 21, 22) ) OR t.topic_type IN (3) GROUP BY t.topic_last_post_id ORDER BY t.topic_last_post_time DESC LIMIT 5
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/db/mysqli.php
LINE: 205
CALL: dbal_mysqli->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysqli->_sql_query_limit()
FILE: includes/functions_recenttopics.php
LINE: 72
CALL: dbal->sql_query_limit()
FILE: index.php
LINE: 129
CALL: include('includes/functions_recenttopics.php')