Advanced Topic Type / SQL Error

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
Maiki
Mitglied
Beiträge: 10
Registriert: 22.04.2005 16:52
Wohnort: Maikammer

Advanced Topic Type / SQL Error

Beitrag 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!
Maiki
Mitglied
Beiträge: 10
Registriert: 22.04.2005 16:52
Wohnort: Maikammer

Beitrag 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
Antworten

Zurück zu „phpBB 2.0: Mod Support“