Seite 1 von 1

Fehlermeldung - Brauche eure Hilfe

Verfasst: 12.10.2006 17:24
von Cleriker
Halli Hallo!

Ich bekomme bei meinem Forum folgende Fehlermeldung, wenn ich im Bereich bin wo man Foren erstellt:

Couldn't update list of Categories

DEBUG MODE

SQL Error : 1054 Unknown column 'cat_main_type' in 'field list'

UPDATE nuke_bbcategories SET cat_main_type='c', cat_main=0 WHERE cat_id=1

Line : 200
File : admin_forums.php

Wenn ich das Forum auf unserer HP selbst anklicke, kommt folgende Fehlermeldung:
Could not query latest topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.topic_icon' in 'field list'

SELECT f.forum_id, f.forum_name, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_poster, t.topic_views, t.topic_replies, t.topic_type, t.topic_status, t.topic_icon, p2.post_time, p2.poster_id, p2.post_username, p.post_username, u.username as last_username, u2.username as author_username FROM nuke_bbforums f, nuke_bbposts p, nuke_bbtopics t, nuke_bbposts p2, nuke_users u, nuke_users u2 WHERE f.forum_id NOT IN (00) AND t.forum_id = f.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND t.topic_moved_id = 0 AND p2.poster_id = u.user_id AND t.topic_poster = u2.user_id ORDER BY t.topic_glance_priority DESC, t.topic_last_post_id DESC LIMIT 6

Line : 197
File : glance.php

Könnt ihr mir bitte helfen, was ich da tun muss um das Forum zum laufen zu bringen.

Vielen Dank schon mal an euch.

Verfasst: 12.10.2006 19:28
von Miriam
Hast Du mal in die Tabellen geschaut, ob die abgefragten Tabellenspalten auch existieren?