Seite 1 von 1
Error updating sessions table
Verfasst: 25.07.2006 13:01
von silva07
Code: Alles auswählen
phpBB : Kritischer Fehler
Error updating sessions table
DEBUG MODE
SQL Error : 1054 Unknown column 'session_topic' in 'field list'
UPDATE phpbb_sessions SET session_time = 1153825178, session_page = -1, session_topic = '0' WHERE session_id = '7cab4d93ff57b4fa416ea3fd2b1c379a'
Line : 350
File : sessions.php
Diese Meldung bekomme ich, wenn ich mich einlogge. Wie bekomme ich das wieder hin?
Re: Error updating sessions table
Verfasst: 25.07.2006 16:38
von h-o
silva07 hat geschrieben:Code: Alles auswählen
SQL Error : 1054 Unknown column 'session_topic' in 'field list'
Diese Meldung bekomme ich, wenn ich mich einlogge. Wie bekomme ich das wieder hin?
Indem du den ALTER-Befehl dieses MODs ausführst, das dieses Feld benötigt. "session_topic" gehört nicht zum Standard-phpBB, sondern offenbar zu einer Modifikation von Niels.
Verfasst: 25.07.2006 23:21
von silva07
Es war der Topic in Who is online. Vielen Dank für deine Hillfe.
