Die Installation vom Statistics Mod hat funktioniert und es wurden kurzzeitig alle Statistiken angezeigt!
Dann habe ich einen Beitrag geschrieben und nach dem Posting, zeigt meine statistics.php folgendes an:
Code: Alles auswählen
Module last_created_posts has a problem:
Couldn't retrieve post data
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 ') AND (t.forum_id = f.forum_id) AND (f.auth_view < 2) AND (f.auth_read <' at line 7
SQL Statement: SELECT t.topic_id, t.topic_title, p.post_id, p.post_time, pt.post_subject, u.username, u.user_timezone, u.user_dateformat FROM phpbb_topics t, phpbb_posts p, phpbb_posts_text pt, phpbb_forums f, phpbb_users u WHERE p.post_id = topic_last_post_id AND p.poster_id = u.user_id AND pt.post_id = p.post_id AND (t.topic_status <> 2) AND (t.topic_time < ) AND (t.forum_id = f.forum_id) AND (f.auth_view < 2) AND (f.auth_read < 2) ORDER BY p.post_time DESC LIMIT 10
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 ') AND (t.forum_id = f.forum_id) AND (f.auth_view < 2) AND (f.auth_read <' at line 7

Bitte um Hilfe

Edit: komischerweise läuft die Statistik bei mir im Internet Explorer,
im Firefox aber wieder nicht, bei anderen Usern ist die Übersicht überhaupt nicht zu sehen.