@rsnyd The error happens with the administrator user, permissions are activated. Here's another similar report π Error: Call to undefined method Drupal\mysql\Driver\Database\mysql\Select::accessCheck() Fixed .
I have this error when generating a new giftcard Error: Call to undefined method Drupal\mysql\Driver\Database\mysql\Select::accessCheck() line 63 of /commerce_giftcard/src/GiftcardCodeGenerator.php patch #8.
Erasing that line 63 (->accessCheck(TRUE)) I can generate again without failures.
rubenjara β created an issue.
On line 158 it also needs to be added, I have this problem when approving a question.
$query = $this->entityTypeManager->getStorage('questions_answers_' . $type)->getQuery()->accessCheck();
rubenjara β created an issue.
Thanks for you contribution!
Thanks for your contribution.
Thanks for your cooperation.
Tanks for you contribution.
rubenjara β made their first commit to this issueβs fork.
I confirm, I have the same problem.