We get a WSOD on the /admin/content/message-thread page because some of the users that created a message thread are not exist anymore.

Error: Call to a member function label() on null in Drupal\message_thread\MessageThreadListBuilder->buildRow() (line 120 of /contrib/message_thread/src/MessageThreadListBuilder.php)

which means 'author' => $entity->getOwner()->label()

Same issue in the Message module. https://www.drupal.org/project/message/issues/2903143

CommentFileSizeAuthor
#2 thread-without-owner-3138941-2.patch710 bytesElegguaDP
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ElegguaDP created an issue. See original summary.

ElegguaDP’s picture

  • New Zeal committed c6a7452 on 8.x-1.x authored by ElegguaDP
    Issue #3138941 by ElegguaDP: Message thread without any user return WSOD