Bei mir kommt diese Fehlermeldung
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 '' at line 20 [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 (0) AND t.forum_id IN (1, 2, 23, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87) GROUP BY t.topic_id, s.session_user_id ORDER BY t.topic_id DESC LIMIT
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: newspage.php
LINE: 72
CALL: dbal_mysqli->sql_query()
Edit: Ich hab mir mal den Thread durchgelesen und vergessen die Forenzahl anzugeben. Aber jetzt klappt alles!