Warning: array_flip(): Can only flip STRING and INTEGER values! for each revision attributed to Anonymous (as of 1.1)

Created on 22 August 2022, almost 2 years ago
Updated 11 June 2023, about 1 year ago

Problem/Motivation

After upgrading to 8.x-1.1, any visit to a term's "Revisions" tab that has revisions attributed to "Anonymous" results in the following warning (showing up on the page and the dblog, once for each such "Anonymous" revision, so sometimes multiple times):

Warning: array_flip(): Can only flip STRING and INTEGER values! in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 312 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).

Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 296)
Drupal\Core\Entity\EntityStorageBase->load(NULL) (Line: 255)
Drupal\taxonomy_term_revision\Controller\TermRevisionController->getRevisionUser(NULL) (Line: 155)
Drupal\taxonomy_term_revision\Controller\TermRevisionController->getRevisions(Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 564)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 158)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 80)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

I don't know the full history of how/why the site has term revisions claiming to be by "Anonymous", but let me know if I can provide other info, or test potential patches/changes (which I don't have bandwidth to work on), since I realize it might be non-trivial to reproduce this condition. Thanks!

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs review

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States maxstarkenburg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States philltran Detroit, MI

    @jamie.slater Your code worked for me too. I added a patch against the 8.x-1.1 tag as the 8.x-1.x branch was not up to date with the tag.

Production build 0.69.0 2024