Closed (fixed)
Project:
Authorization
Version:
8.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2025 at 14:27 UTC
Updated:
31 Jul 2025 at 22:19 UTC
Jump to comment: Most recent
Comments
Comment #2
bluegeek9 commentedThank you for reporting this bug. I will have a patch for it soon.
Comment #3
bluegeek9 commentedHi Joe,
Sorry to hear there are issues with the upgrade. In 8.x-1.4 we stopped storing mapped user roles on the 'authorization_drupal_roles_roles' role, and started storing them in user_data.
Which version of Drupal Core are you using?
I think the error is caused when the 'authorization_drupal_roles_roles' field is removed from the user entity. It looks like the deleted field table already exists: field_deleted_data_21874036cb
Can you look in the database and confirm both tables exist; field_deleted_data_21874036cb and user__authorization_drupal_roles_roles
If both exist, delete user__authorization_drupal_roles_roles and try running the update again.
Comment #4
bluegeek9 commentedThe only way I can think that the table, field_deleted_data_21874036cb, already exists is if you restored the database without dropping the existing table.