Seite 1 von 1

global Topic fehlerhaft

Verfasst: 30.01.2006 22:46
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

Verfasst: 31.01.2006 00:34
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

Verfasst: 31.01.2006 11:07
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.

Verfasst: 31.01.2006 16:03
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