Habe mir ebend den Sitemap Mod eingebaut von hier
habe alles nach anleitung gemacht. Die sitemap_install.php habe ich auch ausgeführt. Nun bekomme ich wenn ich die Sitemap aufrufe folgende meldung
Code: Alles auswählen
Error obtaining topic data
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 '' at line 1
SELECT t.topic_id, t.topic_type, t.topic_status, p.post_time FROM phpbb_topics AS t, phpbb_posts AS p WHERE t.topic_last_post_id=p.post_id AND t.forum_id IN (1,2,3,4,5,6,7,8,9,10,21,22,13,15,16,17,20,23) ORDER BY t.topic_id LIMIT
Line : 84
File : sitemap.php
Kann mir einer Helfen?