Problem mit eZPortal Recent Topic Block

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Sven81
Mitglied
Beiträge: 26
Registriert: 19.07.2004 23:36

Problem mit eZPortal Recent Topic Block

Beitrag von Sven81 »

Could not query recent topics 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 '' at line 8

SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username FROM phpbb_topics AS t, phpbb_posts AS p, phpbb_users AS u WHERE t.forum_id NOT IN ('start') AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id ORDER BY p.post_id DESC LIMIT

Line : 161
File : portal.php
hab das ezPortal mit Recent Topic installiert und dazu noch den ezPortal Admin Mod

alle Einträge in der MYSQL vorhanden, sobald ich das:
#
#-----[ FIND ]------------------------------------------
#
# Only if you have installed, the "number of recent topics" block !

$CFG['number_recent_topics'] =

#
#-----[ REPLACE, WITH ]------------------------------------------
#

// $CFG['number_recent_topics'] =

#
ändern kommt die Fehlermeldung, als ob er die MYSQL DB nicht auslesen kann

wer ne Idee ?
Antworten

Zurück zu „phpBB 2.0: Mod Support“