global Topic fehlerhaft

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
Knuddeltuete
Mitglied
Beiträge: 7
Registriert: 25.01.2006 20:29
Wohnort: Stade

global Topic fehlerhaft

Beitrag von Knuddeltuete »

Hallo,

ich habe diese global Topic Mod zum 4 mal installiert und immer mit der gleichen Fehlermeldung.

Could not obtain topic information

DEBUG MODE

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

SELECT t.topic_id, t.topic_title, t.topic_password, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments, COUNT(p2.post_id) AS prev_posts FROM phpbb_topics t, phpbb_forums f, phpbb_posts p, phpbb_posts p2 WHERE p.post_id = 2 AND t.topic_id = p.topic_id AND p2.topic_id = p.topic_id AND p2.post_id <= 2 AND f.forum_id = t.forum_id GROUP BY p.post_id, t.topic_id, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments ORDER BY p.post_id ASC

Line : 156
File : viewtopic.php

Diese Fehlermeldung kommt wenn ich das global Thread abschicken will.

In der Anleitung steht nirgendwo was das die viewtopic bearbeitet werden muss. Das db update wurde auch schon ausgeführt.

Weiss jemand Rat?

Gruß
Knuddeltuete
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi bist du sicher, dass die db_update ausgeführt wurde?
Schau mal bitte mit KB:phpmyadmin in der DB nach ob die Felder auch wirklich eingefügt wurden.

Markus
Knuddeltuete
Mitglied
Beiträge: 7
Registriert: 25.01.2006 20:29
Wohnort: Stade

Beitrag von Knuddeltuete »

Hallo Markus,

phpmyadmin habe ich keinen Zugriff, aber über mysql dumper hmm.
Ich habe 15 spalten, aber das scheint die Standard Tabelle zu sein. Ich sehe nirgendwo neue Einträge.

Ja ich bin mir 100% sicher das ich das Update ausgeführt habe.

Okay ich werde das komplette Forum löschen und alles von vorne machen und dann mal gucken. :D.
Knuddeltuete
Mitglied
Beiträge: 7
Registriert: 25.01.2006 20:29
Wohnort: Stade

Beitrag von Knuddeltuete »

ups :oops:

Code: Alles auswählen

Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, topic_password) VALUES ('global Nachricht', 3, 1138719491, 1, 0, 10, 0, )

Line : 263
File : Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, topic_password) VALUES ('global Nachricht', 3, 1138719491, 1, 0, 10, 0, )

Line : 263
File : functions_post.php
Das kommt wenn ich eine global Nachricht setzen will. Die functions_post.php wird aber nicht bearbeitet lt. Anleitung.

Ich habe noch ein Topic Password Mod am laufen, aber ich weiss nicht ob das daran liegt? Meine Nerven liegen langsam blank die halben Tag für nichts.
Hat jemand nen Tipp

functions_post.php

Gruß
Knuddeltuete
Antworten

Zurück zu „phpBB 2.0: Mod Support“