- Issue created by @Anybody
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Not currently mergeable. - @anybody opened merge request.
- last update
over 1 year ago 16 pass, 2 fail - Status changed to Needs review
over 1 year ago 7:08am 14 August 2023 - last update
over 1 year ago 17 pass - 🇩🇪Germany Anybody Porta Westfalica
Seems like this was fixed in latest 3.x-dev! Happens only in 3.4.1 for me. So maybe a new tagged release would be nice?
Leaving this open for review, but might be closed then.
- 🇩🇪Germany Anybody Porta Westfalica
Just ran into this in another installation, this time with the error:
UnexpectedValueException: base:admin/reports/data-policy-agreements has no corresponding route. in Drupal\Core\Url->getRouteName() (line 567 of core/lib/Drupal/Core/Url.php). admin_toolbar_links_access_filter_filter_non_accessible_links() (Line: 98) admin_toolbar_links_access_filter_filter_non_accessible_links() (Line: 52) admin_toolbar_links_access_filter_preprocess_menu() call_user_func_array() (Line: 287) Drupal\Core\Theme\ThemeManager->render() (Line: 433) Drupal\Core\Render\Renderer->doRender() (Line: 204) Drupal\Core\Render\Renderer->render() (Line: 118) Drupal\toolbar\Controller\ToolbarController::Drupal\toolbar\Controller\{closure}() (Line: 580) Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 119) Drupal\toolbar\Controller\ToolbarController::preRenderGetRenderedSubtrees() call_user_func_array() (Line: 101) Drupal\Core\Render\Renderer->doTrustedCallback() (Line: 788) Drupal\Core\Render\Renderer->doCallback() (Line: 374) Drupal\Core\Render\Renderer->doRender() (Line: 204) Drupal\Core\Render\Renderer->render() (Line: 285) {closure}() (Line: 580) Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 286) toolbar_get_rendered_subtrees() (Line: 297) _toolbar_get_subtrees_hash() (Line: 168) toolbar_toolbar() call_user_func_array() (Line: 426) Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (Line: 405) Drupal\Core\Extension\ModuleHandler->invokeAllWith() (Line: 433) Drupal\Core\Extension\ModuleHandler->invokeAll() (Line: 81) Drupal\toolbar\Element\Toolbar::preRenderToolbar() call_user_func_array() (Line: 101)
So raising the priority for a new tagged release!
- 🇨🇦Canada michaelschutz
Just confirming that this issue exists for me in one of my sites as well, using the OpenSocial profile (v11.10.1) which requires Admin Toolbar 3.4.1. Got a WSOD after updating, and the error message was that from #5. Applying the patch in #3 fixed it.
-
adriancid →
committed 618b16d0 on 3.x authored by
Anybody →
Issue #3380953: base:block has no corresponding route
-
adriancid →
committed 618b16d0 on 3.x authored by
Anybody →
- Status changed to Fixed
about 1 year ago 4:29pm 29 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 1:46am 19 October 2023 - 🇦🇺Australia almunnings Melbourne, 🇦🇺
This patch has introduced a new issue.
if ($url->isExternal() || !$original_link->getUrlObject()->isRouted()) {
$original_link is null.
- 🇨🇦Canada xmacinfo Canada
@almunnings Please open a new issue and put your patch there.