Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "path.alias_manager". Did you mean this: "path_alias.manager"? in Drupal\Component\DependencyInjection\Container->get() (line 151 of /Applications/MAMP/htdocs/d9174dev/core/lib/Drupal/Component/DependencyInjection/Container.php).
kindly check The Path Alias core subsystem has been moved to the "path_alias" module
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | interdiff-2-3.txt | 469 bytes | hardik_patel_12 |
| #3 | 3138193-3.patch | 1.6 KB | hardik_patel_12 |
Comments
Comment #2
hardik_patel_12 commentedFrom drupal version >=8.8.0
path.alias_managerservices was changed topath_alias.manager.Kindly review a new patch.
Comment #3
hardik_patel_12 commentedFrom drupal version >=8.8.0 path.alias_manager services was changed to path_alias.manager. So removing key "core: 8.x" and adding "core_version_requirement: ^8.8 || ^9" from info file. So basically drupal version which are >= 8.8 will now use
path_alias.managerinstead ofpath.alias_manager.Comment #4
naveenvalechaLooks good.
Comment #6
hardik_patel_12 commentedThank-you @naveenvalecha for your wonderful effort, this patch is pushed on 2.0.x branch.