Drupal 10.1.7 and PHP 8.1.24
The error seems to be triggered by the by fast permission administration with a lot of modules permissions. Disabling the module gets rid of the error, however I need the module enabled.
Unfortunately the patch from #6 didn't apply, although I don't see any conflicts. Anything else I could try?
In Drupal 10, PHP 8.1.21, with Embed & Entity Embed 8.x-1.x branches, I tried https://www.drupal.org/files/issues/2023-07-12/entity_embed-3272732-MR-1... β with either https://www.drupal.org/files/issues/2023-07-26/3309747-45.patch β or https://www.drupal.org/files/issues/2023-06-29/3309747-CKEditor-5-compat... β . Although the patches applied, the custom icon image for an embed button doesnβt show up in CKEditor 5, rather the E icon is showing up.
Patch #72 on entity_print:2.x-dev, Drupal 9.5.10 and PHP 8.1.21 adds the Word Docx engine, but saving the configuration at admin/config/content/entityprint produces 3 errors
1. TypeError: Illegal offset type in Drupal\Core\Entity\EntityStorageBase->load() (line 297 of /mnt/www/html/umnpcid8stg/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php)
2. Warning: array_flip(): Can only flip string and integer values, entry skipped in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 312 of /mnt/www/html/umnpcid8stg/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php)
3. Illegal choice 1 in Word Document element.
Patch 72 on entity_print:2.x-dev on Drupal 9.5.10 and PHP 8.1.21 add the Word Docx engine, but saving the configuration at admin/config/content/entityprint produces 3 errors
1. TypeError: Illegal offset type in Drupal\Core\Entity\EntityStorageBase->load() (line 297 of /mnt/www/html/umnpcid8stg/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php)
2. Warning: array_flip(): Can only flip string and integer values, entry skipped in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 312 of /mnt/www/html/umnpcid8stg/docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php)
3. Illegal choice 1 in Word Document element.
rimbu002 β created an issue.