Seite 1 von 1

Keine neuen Beiträge möglich!

Verfasst: 19.03.2012 22:37
von Nickel
Hallo Zusammen!

Ich erstelle für dieses Problem ein neues Thema, sonst wird es zu unübersichtlich.

Ich habe heute in meinem Forum den Suchindex gelöscht und neu erstellt, da die Suchfunktion nicht funktionierte.
Nun funktioniert die Suchfunktion wieder, aber seitdem habe ich folgendes Problem:

Wenn jemand eine Antwort verfassen möchte kommt diese Fehlermeldung:
SQL ERROR [ mysql4 ]

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

SQL

INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (36, 2, 0, '84.187.32.59', 1332188659, 1, 1, 1, 1, 1, '', 'Re: Unterforum "Rum"', 'test', '098f6bcd4621d373cade4e832627b4f6', 0, '', 'yxpkczpd', 1, 0, 23)

BACKTRACE

FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: [ROOT]/includes/functions_posting.php
LINE: 1985
CALL: dbal_mysql->sql_query()

FILE: [ROOT]/posting.php
LINE: 1134
CALL: submit_post()
Wenn jemand ein neuen Thema erstellen möchte kommt diese Meldung:
SQL ERROR [ mysql4 ]

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

SQL

INSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_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 (2, 1332193474, 1332193474, 40, 0, 1, 'test', 'Admin', 'AA0000', 0, 0, 0)

BACKTRACE

FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: [ROOT]/includes/functions_posting.php
LINE: 1964
CALL: dbal_mysql->sql_query()

FILE: [ROOT]/posting.php
LINE: 1134
CALL: submit_post()
Es wurde nichts anderes an dem Forum geändert. Kein Serverumzug kein Update. NIX!
Versteh nicht wie das mit dem Suchindex zusammen hängen kann.

GRuß
Nickel

Re: Keine neuen Beiträge möglich!

Verfasst: 20.03.2012 07:46
von Nickel
Wenn wer das gleiche Problem hat...ich habe den Fehler mit dieser Anleitung behoben:

https://www.phpbb.de/kb/no_default

Gruß
Nickel