Seite 1 von 1

Mod recenttopic

Verfasst: 13.09.2005 20:47
von Kesselberg
Guten Abend,

ich habe nun schon das ganze Forum durchsucht und leider keine Lösung gefunden, deshalb wende ich mich mit dieser Frage an Euch:

Ich hab den Mod recenttopic in mein Forum eingebaut. Leider bekomme ich beim Aufruf des Forums folgenden Fehler:

could not obtain main information.

DEBUG MODE

SQL Error : 1054 Unknown column 'u.user_id' in 'field list'

SELECT t.*, f.forum_id, f.forum_name, u.username AS first_poster, u.user_id AS first_poster_id, u2.username AS last_poster, u2.user_id AS last_poster_id, p.post_username AS first_poster_name, p2.post_username AS last_poster_name, p2.post_time, pt.* FROM phpbb_topics t, phpbb_forums f, mos_users u, phpbb_posts p, phpbb_posts p2, mos_users u2, phpbb_posts_text pt WHERE t.forum_id NOT IN ('start') AND t.topic_poster = u.user_id AND f.forum_id = t.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND u2.user_id = p2.poster_id AND t.topic_last_post_id = pt.post_id ORDER BY t.topic_last_post_id DESC LIMIT 30

Line : 48
File : recent.php

Wie kann ich das beheben?

Vielen Dank im voraus für die Hilfe!

Grüße

Christian