Seite 1 von 1

Modul "most interesting topics" für "Statisti

Verfasst: 17.11.2005 21:10
von Latinoportal
Ich bekomme folgende Fehlermeldung im ACP beim Bearbeiten des Moduls und beim Aufrufen der Statistik:

Code: Alles auswählen

Couldn't retrieve 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 '-5, 10' at line 6

SELECT topic_id, topic_title, topic_replies, topic_views, topic_views/(topic_replies + 1) AS k FROM phpbb_topics WHERE forum_id IN (1) AND topic_status <>2 ORDER BY k DESC LIMIT -5, 10

Line : 75
File : module.php
Ich benutze den Statistics Mod 2.1.5 in Verbindung mit einem 2.0.18. Mit einem 2.0.15 ging dieses Modul noch!

http://www.phpbb2.de/dload.php?action=file&file_id=203

Wer kann helfen? Danke!

Gruß
Matthias

Verfasst: 21.11.2005 21:51
von Latinoportal
Dieses Problem scheinen nach meinem bisherigen Kenntnisstand alle zu haben, die die Version 2.0.18 verwenden ...

Gruß
Matthias

P.S. Kann jemand helfen? Ggf. ist ja nur ein kleines Stückchen Code zu verändern ...?