- πΊπΈUnited States recrit
See related bug π 500 error: Possible infinite loop RTBC that may fix this issue as well.
When trying to moderate on an item that only has 1 draft and nothing to diff, the system loops and WSOD, and fills the log with notices about missing $revision_ids[ (id) ]
For my instance it was just - moderate a single draft of a normal content type.
I changed
// If there are only 2 revision return an empty row.
if ($revisions_count == 2) {
return [];
}
// If there are less-than 2 revision return an empty row.
if ($revisions_count <= 2) {
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
See related bug π 500 error: Possible infinite loop RTBC that may fix this issue as well.