Seite 1 von 1

Keine postings nach serverumzug möglich

Verfasst: 05.04.2009 19:03
von blackhawk77
Hallo nochmal :)

hab da nun ein kleines Problem nach meinem Serverumzug. Wenn ich nun ein neues Thema erstellen will oder auf einen Beitrag antworte, kommt nach dem absenden immer

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Field 'topic_last_poster_name' doesn't have a default value [1364]

SQL

INSERT INTO phpbb_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (216, 1238950834, 28, 0, 1, 'test', 'Gianna', 'AA0000', 0, 0, 0)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1850
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 1001
CALL: submit_post()

Hat jemand ne ahnung woran das liegt?

Hab das Datenbank backup mit MySQLDumper gemacht. Alte datenbank war MySQL4, neue ist MySQL5. muss ich da irgendwas updaten?

Danke schonmal

Re: Keine postings nach serverumzug möglich

Verfasst: 05.04.2009 19:10
von coolsoft
posten ist leichter als lesen? - die Frage kommt alle 2 Tage.
suche nach 'doesn't have a default value '

Re: Keine postings nach serverumzug möglich

Verfasst: 07.04.2009 20:41
von Dr.Death