Seite 1 von 1

SQL ERROR: Column 'poll_start' cannot be null [1048]

Verfasst: 05.10.2013 20:46
von Lehrling
Ich wollte gerade unsere Forumsregeln aktualisieren und beim Absenden des editierten Beitrages erschien folgende Fehlermeldung:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Column 'poll_start' cannot be null [1048]

SQL

UPDATE phpbb3_topics SET forum_id = 22, icon_id = 0, topic_approved = '1', topic_title = 'Teilnahmebedingungen - Forumsregeln (Bitte unbedingt lesen!)', topic_first_poster_name = 'Iman', topic_type = 1, topic_time_limit = 0, poll_title = '', poll_start = NULL, poll_max_options = 0, poll_length = NULL, poll_vote_change = 0, topic_last_view_time = 1380998519, topic_attachment = 0 WHERE topic_id = 524

BACKTRACE

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

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

FILE: posting.php
LINE: 1141
CALL: submit_post()
Es gibt übrigens keine Umfrage bei diesem topic.
Wo muss ich jetzt etwas ändern?

LG Beate

Re: SQL ERROR: Column 'poll_start' cannot be null [1048]

Verfasst: 05.10.2013 20:53
von Miriam

Re: SQL ERROR: Column 'poll_start' cannot be null [1048]

Verfasst: 05.10.2013 21:20
von Lehrling
Danke für den Hinweis. Ich habe jetzt die Datei includes/functions_posting.php mit der aktuellen Datei aus dem 3.0.12-Paket überschrieben und bis jetzt klappt alles.

LG Beate