ich habe leider wieder ein Problem

hab das newspage mod hochgeladen und alle dateien auch geändert
nur leider will das mod bei der installation mich nicht als Gründer ansehen !
obwohl ich mich vorher als admin eingeloggt hab
mfg Rockso

SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY t.topic_id, s.session_user_id ORDER BY p.post_time DESC LIMIT 5' at line 1 [1064]
SQL
SELECT t.*, f.*, p.*, s.*, u.*, z.* FROM (phpbb_topics t) LEFT JOIN phpbb_forums f ON (t.forum_id = f.forum_id) LEFT JOIN phpbb_posts p ON (p.post_id = t.topic_first_post_id) LEFT JOIN phpbb_sessions s ON (p.poster_id = s.session_user_id) LEFT JOIN phpbb_users u ON (u.user_id = p.poster_id) LEFT JOIN phpbb_attachments a ON (p.post_id = a.post_msg_id) LEFT JOIN phpbb_zebra z ON (z.user_id = 2 AND z.zebra_id = p.poster_id) WHERE t.forum_id IN (13, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31) AND t.forum_id IN (f=20,) GROUP BY t.topic_id, s.session_user_id ORDER BY p.post_time DESC LIMIT 5
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: includes/db/mysqli.php
LINE: 185
CALL: dbal_mysqli->sql_query()
FILE: includes/db/dbal.php
LINE: 159
CALL: dbal_mysqli->_sql_query_limit()
FILE: newspage.php
LINE: 97
CALL: dbal->sql_query_limit()