Route "path.admin_overview" does not exist.

Created on 7 August 2022, almost 2 years ago
Updated 26 March 2024, 3 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.69.0 2024