mod_fcgid: stderr: Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException: "Some mandatory parameters are missing ("theme") to generate a URL for route "look.settings_theme"." at /home/rev1/public_html/project/web/core/lib/Drupal/Core/Routing/UrlGenerator.php line 182, referer: https://XXX/admin/modules
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | look-admin_toolbar_tools_compatibility-2938283-6.patch | 387 bytes | kyberman |
Comments
Comment #2
kybermanHi, thank you for your bug report, but without at least your Drupal core version it's not really helpful. Could you please provide more info about your installation?
Comment #3
ron.du commentedI am sorry to forget to ad those info.
Drupal : 8.4.4
php: 7.0
drupal and all other modules has been installed with composer
Thanks
Comment #4
ron.du commentedI was able to install this time. This error only happens when admin toolbar module installed
Comment #5
kybermanThis is still a bug. I tested that combination with the same results. Patch needs to be created.
Comment #6
kybermanHere is the reason:
Module "Admin Toolbar Extra Tools" is trying to convert all tabs into "Administration" menu as was described in similar issue of other module - https://www.drupal.org/project/admin_toolbar/issues/2937518#comment-1243....
There was suggested to use route default value, so I went the same approach as here: https://www.drupal.org/project/styleswitcher/issues/2937746#comment-1243....
Going to create new release soon.
Comment #8
kybermanCommitted and created new alpha release. Thanks a lot @ron.du for pointing on this issue.