Seite 1 von 1

Advanced Topic Type / SQL Error

Verfasst: 02.08.2005 13:48
von Maiki
Hi. Habe eben den Advanced Topic Type (zum Erstellen von neuen Beitrags-Typen) installiert. Wenn ich allerdings im ACP einen neuen Beitrags-Typ festlegen will kommt folgende Fehlermeldung:
Could not get topic type info

DEBUG MODE

SQL Error : 1146 Table 'battleforumno2.phpbb_topic_add_type' doesn't exist

SELECT * FROM phpbb_topic_add_type WHERE topic_type_name <> 'announce' AND topic_type_name <> 'sticky' ORDER BY topic_type_order DESC

Line : 41
File : admin_topic_type.php
Aus diesem Artikel werde ich einfach nicht schlau.. In der Anleitung steht nämlich nichts von SQL-Tabellen oä.

Help!

Verfasst: 02.08.2005 14:46
von Maiki
Eben war noch alles in Ordnung, wenn ich jetzt auf ein Forum gehe kommt folgende Fehlermeldung:
Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.topic_type_active' in 'where 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 phpbb_topics t, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_users u2 WHERE t.forum_id = 2 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 AND t.topic_type > 3 AND t.topic_type_active = 1 ORDER BY t.topic_type DESC, t.topic_last_post_id DESC LIMIT 0, 20

Line : 359
File : viewforum.php