bei einem Admin meines Forums kam folgende Fehlermeldung, als er versucht hat, ein Thema zu löschen:
Code: Alles auswählen
Could not get poster id information
DEBUG MODE
SQL Error : 1064 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 poster_id' at line 3
SELECT poster_id, COUNT(post_id) AS posts FROM phpbb_posts WHERE topic_id IN () GROUP BY poster_id
Line : 453
File : /var/www/web183/html/forum/modcp.phpWie kann ich das Problem lösen?
MfG
sptotal