See PHI2203. After recent changes for file handling, editing the form defaults for a form which includes a Remarkup text field causes it to emit a "RemarkupValue" as a default value. This value can't be serialized to the database and ends up stored as an empty array, which fatals when loaded.
The immediate issue is easy to fix, but ideally this sort of thing should fail loudly at serialization time, rather than once the database has already been poisoned.