Update Fehler auf 5.2.20 (1048 Column 'form_id' cannot be null)

Sämtliche Updates verliefen bisher problemlos, doch jetzt…

Wie kann dieses Problem gelöst werden?

Error
Received the following error message:
Could not apply migration (Migrations_Migration815). Error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'form_id' cannot be null

Please try to fix this error and restart the update.
Response

{"valid":false,"errorMsg":"Could not apply migration (Migrations_Migration815). Error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'form_id' cannot be null "}

 

so… wenn ich das richtige verstehe liegt es am update file 815. Also „815-add-strip-tags-configuration-option.php“

Mit diesem File wird in der Tabelle „s_core_config_elements“ der Eintrag „strip_tags“ angelegt!

Kann mir jemand sagen Welche werte bei euch der Eintrag „InputFilter“ in „s_core_config_forms“ hat?
Den Eintrag gibt es bei mir nicht.

 

Kann mir jemand sagen Welche werte bei euch der Eintrag „InputFilter“ in „s_core_config_forms“ hat?

id = 189
parent_id = 78
name = InputFilter
label = InputFilter
description = nichts, KEIN (NULL)
position = 0
plugin_id = 35

Bei mir trat der selbe Fehler auf. Beim Überprüfen der Datenbank habe ich gesehen, dass der InputFilter mit der id 189 vollständig fehlte. Habe ihn manuell hinzugefügt mit den Werten von R4M, anschließend funktionierte das Update.