- Issue created by @AlfTheCat
- First commit to issue fork.
- Status changed to Closed: works as designed
5 months ago 2:21pm 30 July 2024 - 🇮🇳India rajeshreeputra Pune
Looks like this is fixed in latest release, Please feel free to reopen if issue exist.
Initially I filed this in the message issue queue 🐛 QueryException: Entity queries must explicitly set whether the query should be access checked or not. Active yet on further inspection it turns out that having entity_clone enabled, breaks message entities (even if those are not cloned in the first place).
- Install entity_clone
- Install the message module and message_ui module
- Create a message entity type, hit save
- Now edit the message entity type, hit save again, and the site will crash with error:
Drupal\Core\Entity\Query\QueryInterface::accessCheck(). in Drupal\Core\Entity\Query\Sql\Query->prepare() (line 141 of /var/www/XXX/core/lib/Drupal/Core/Entity/Query/Sql/Query.php).
Closed: works as designed
2.0
Code
Looks like this is fixed in latest release, Please feel free to reopen if issue exist.