Problem/Motivation
Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
See https://www.drupal.org/node/3201242
Proposed resolution
Add accessCheck(FALSE) for entityQuery in src/Controller/TagcloudsPageChunk.php::chunk()
Issue fork tagclouds-3375956
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
szato commentedCreated MR with fix.
Comment #5
joseph.olstadComment #6
joseph.olstadhttps://www.drupal.org/project/tagclouds/releases/2.0.6
Comment #8
erwangel commentedline 68
Should be
Otherwise you get "Call to undefined method Drupal\taxonomy\VocabularyStorage::accessCheck"....
Comment #9
joseph.olstadComment #10
joseph.olstadComment #12
joseph.olstadhttps://www.drupal.org/project/tagclouds/releases/2.0.10
Comment #13
joseph.olstad