Hi, upon installing the module, and configuring a block using the primary navigation, applying it to a region, and setting Menu style to "Down", my site gives this error and disables the web:
Uncaught PHP Exception LogicException: "Unable to parse the controller name "toolbar_tools_menu_navigation_links"." at /***/core/lib/Drupal/Core/Controller/ControllerResolver.php line 120
Not sure if I've done something stupid.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nice_menus-8.x-2.0-beta2.tar_.gz | 51.08 KB | drupal8gn |
Comments
Comment #2
drupal8gn commentedTo be independent from admin_toolbar module, nice_menus module is updated like that :
in the 'nice_menus.module' file, we add the 'menu_navigation_links' fucntion which is invoked by
the modified 'nice_menus_rebuild_tree' function.
D8gnteam.
Comment #3
chrischaplow commentedHi,
I had exactly the same problem. Un-installing the old and installing the new version of the module attached to this thread seams to have worked. Thanks.
Comment #4
nehapandya55 commentedThanks drupal8gn above version of the module works for me i also had same problem.
Comment #5
xiukun.zhou commentedthanks chrischaplow