- πΊπΈUnited States smustgrave
Cleaning up the PNMI but sounds like this may still be valid if anyone has some rough steps that could help.
When saving programmatically a node containing file fields, I some occasion, I got a WSOD due to the following code in FileFieldItemList.php::postSave()
$original = $entity->original;
if ($original->hasTranslation($langcode)) {
...
}
}
Difficult to say... maybe linked to the revision feature
Check if $original
is set
Postponed: needs info
11.0 π₯
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Cleaning up the PNMI but sounds like this may still be valid if anyone has some rough steps that could help.