thx, i created a new issue 3497312
fingers crossed to get some help there
mario.vandewalle@telenet.be → created an issue.
@joseph.olstad
thx, but i tried both patchs and each time i get message about an other missing user roles
Entity user.role.content_admin does not exist (so i created an role content_admin)
next trie to update
Entity user.role.seo_admin does not exist
seems endless like this
maybe this has something todo with the permisssions in the user stats?
with an update.php
varbase_media module
• 100005 - Issue #3470979: Grant Access to Entity Usage Statistics. For Site Admins and Editorial Team.
when trie to update:
#100005 bijwerken
• Failure: Drupal\Core\Config\Action\ConfigActionException: Entity user.role.content_admin does not exist in Drupal\Core\Config\Action\Exists->returnEarly() (regel 39 van /home/brumaricolen/test.maricolenbrugge.be/secundair-onderwijs/core/lib/Drupal/Core/Config/Action/Exists.php).
thx
I still get issues when update the database when upgrade from 10.1 to 10.4
on Drupal 10.1 --> I use: drupal/varbase_media": "10.0.2". (no problems update database)
on Drupal 10.4 --> I use: "drupal/varbase_media": "^10.0", (then i get the issues below: )
Module Update ID Type Description
--------------- ----------- --------------- ---------------------------------
varbase_media 100005 hook_update_n 100005 - Issue #3470979: Grant
Access to Entity Usage
Statistics. For Site Admins and
Editorial Team.
--------------- ----------- --------------- ---------------------------------
// Do you wish to run the specified pending updates?: yes.
> [notice] Update started: varbase_media_update_100005
> [error] Adding non-existent permissions to a role is not allowed. The incorrect permissions are "access entity usage statistics".
> [error] Update failed: varbase_media_update_100005
[error] Update aborted by: varbase_media_update_100005
[error] Finished performing updates.
thx Joseph,
i already tried to create the editor role manually, no succes with it.
with the editor role i get:
[error] Adding non-existent permissions to a role is not allowed. The incorrect permissions are "access entity usage statistics".
so:
> [notice] Update started: varbase_media_update_100005
[error] Adding non-existent permissions to a role is not allowed. The incorrect permissions are "access entity usage statistics".
> [error] Update failed: varbase_media_update_100005
[error] Update aborted by: varbase_media_update_100005
[error] Finished performing updates.
indeed i will open an issue about the varbase_media-update
Hi i'm running on 10.4 and get these issues while upgrading the database?
> [notice] Update started: varbase_media_update_100005
> [error] Entity user.role.editor does not exist
> [error] Update failed: varbase_media_update_100005
[error] Update aborted by: varbase_media_update_100005
[error] Finished performing updates.
Still have problems when running composer to upgrade tot Drupal 10 after fixed the typekit_integration.info.yml with the patch
Problem 1
- drupal/typekit_integration dev-1.x requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10.1).
- drupal/typekit_integration 1.x-dev is an alias of drupal/typekit_integration dev-1.x and thus requires it to be installed too.
- Root composer.json requires drupal/typekit_integration 1.x-dev@dev -> satisfiable by drupal/typekit_integration[1.x-dev (alias of dev-1.x)].