Remove failing accessCheck() calls

Created on 24 July 2023, 11 months ago
Updated 25 July 2023, 11 months ago

Problem/Motivation

6ce4b85c πŸ’¬ Drupal 10 compatibility Fixed made by @sakthi_dev on πŸ’¬ Drupal 10 compatibility Fixed added accessCheck calls before every instance of ->execute() in the codebase, which introduces numerous errors. πŸ› Error: Call to undefined method Drupal\mysql\Driver\Database\mysql\Select::accessCheck() Fixed resolves one of the errors, but there are more.

Steps to reproduce

- Attempt to run module updates
- Observe > [error] Call to undefined method Drupal\mysql\Driver\Database\mysql\Update::accessCheck() in recurring_events_update_8011

Proposed resolution

Review codebase to ensure accessCheck is only run where it's actually needed.

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Recurring Events (Main module)

Created by

πŸ‡ΊπŸ‡ΈUnited States froboy Chicago, IL

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

Comments & Activities

Production build 0.69.0 2024