Problem/Motivation

The module defines an admin menu link to a route that does not exist. When an admin visits the Admin menu edit screen (/admin/structure/menu/manage/admin), Drupal tries to render the menu links and throws:

Symfony\Component\Routing\Exception\RouteNotFoundException:
Route "image_blurry_placeholder.admin_settings" does not exist.
in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 211 of core/lib/Drupal/Core/Routing/RouteProvider.php).

This prevents the Admin menu management page from loading.

Steps to reproduce

  1. Install and enable image_blurry_placeholder.
  2. Log in as a user with admin permissions.
  3. Visit /admin/structure/menu/manage/admin.
  4. Page throws an exception and fails to render.

Proposed resolution

Update image_blurry_placeholder.links.menu.yml to point to the module’s actual settings route (image_blurry_placeholder.settings).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

  • 3563822-menu-link Comparechanges, plain diff MR !8
  • 1 hidden branch
  • 1.0.x Comparecompare

Comments

dotoree created an issue. See original summary.

dotoree’s picture

Status: Active » Needs review

dieterholvoet made their first commit to this issue’s fork.

dieterholvoet changed the visibility of the branch 1.0.x to hidden.

dieterholvoet’s picture

Status: Needs review » Fixed

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • dieterholvoet committed 290a1561 on 1.0.x
    Issue #3563822 by dotoree, dieterholvoet: Menu link points to non-...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.