Route "path.admin_overview" does not exist.

Created on 7 August 2022, over 2 years ago
Updated 26 March 2024, 9 months ago

IΒ΄m on Drupal 9.3.4 and pathauto 8.x-1.11 :

After installing this module and trying to visit itΒ΄s configuration page I got

"Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "path.admin_overview" does not exist." at .../web/core/lib/Drupal/Core/Routing/RouteProvider.php line 206"

Seems to be related to this pathauto issue: https://www.drupal.org/project/pathauto/issues/3181589 β†’

In src/Form/PathAliasXtSettingsForm.php I changed line 39 accordingly

from
'@alias' => Url::fromRoute('path.admin_overview')->toString(),

to
'@alias' => Url::fromRoute('entity.path_alias.collection')->toString(),

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany 4kant

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024