
Ich bin an eine 2er Version des phpBB gekommen, weil ich mir bei Heise das i-study_1.6.3 (online-Seminar-Plattform) runtergeladen habe, das auf der Version 2.0.13 des phpBB aufgebaut ist.
Die Installation verlief absolut problemlos.
Als ich jedoch die vorhandenen Foren bearbeiten und neue erstellen wollte, bekam ich folgende Fehlermeldung:
Could not obtain recent topic information
DEBUG MODE
SQL Error : 1054 Unknown column 't.forum_id' in 'on clause'
SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_username, p2.post_username AS post_username2, p2.post_time FROM forum_topics t, forum_users u, forum_posts p, forum_posts p2, forum_users u2 LEFT JOIN forum_forums f ON t.forum_id = f.forum_id WHERE t.topic_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 15, 16, 17, 18, 19, 20, 21) AND t.topic_poster = u.user_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 ORDER BY t.topic_last_post_id DESC LIMIT 10
Line : 470
File : portal.php
Ich habe dann die portal.php geöffnet und fand in Zeile 470 folgendes:
Code: Alles auswählen
{
message_die(GENERAL_ERROR, 'Could not obtain recent topic information', '', __LINE__, __FILE__, $sql);
}
Von php habe ich leider keine Ahnung, ich habe das nie kapiert.
Kann mir evtl. von Euch jemand helfen, dem Fehler auf die Spur zu kommen?
Ich wäre Euch wahnsinnig dankbar, da ich diese Plattform dringend brauche.
Vielen lieben Dank und liebe Grüße,
Gab01
