Closed (duplicate)
Project:
Cookiebot - Cookie consent, Cookie monitoring and Cookie control
Version:
8.x-1.0-alpha8
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Oct 2021 at 08:58 UTC
Updated:
2 Nov 2021 at 10:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mmjvb commentedSee https://www.drupal.org/node/3092086
Comment #3
ewout goosmannI ran into the same issue today. The 8.x-1.0-alpha8 version uses the deprecated "path.alias_manager" service, but it's already fixed in the dev version.
Comment #4
yonas.legesse commentedThe patch fails due to a missing namespace. Post D9, the path manager class has changed to \Drupal\path_alias\AliasManager from \Drupal\Core\Path\AliasManager. I've updated it in the following patch
Comment #5
yonas.legesse commentedHere's the correct patch. Accidentally merged the previous patch with this issue
Comment #6
andriyun commentedThis line looks unrelated to this issue
Comment #7
andriyun commentedThis bug was already fixed. See #3172479: Switch path.alias_manager to path_alias.manager for D9 compatibility