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

Comments

ron.du created an issue. See original summary.

kyberman’s picture

Assigned: Unassigned » kyberman

Hi, 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?

ron.du’s picture

I 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

ron.du’s picture

Status: Active » Fixed

I was able to install this time. This error only happens when admin toolbar module installed

kyberman’s picture

Version: 8.x-1.0-alpha2 » 8.x-1.x-dev
Status: Fixed » Needs work

This is still a bug. I tested that combination with the same results. Patch needs to be created.

kyberman’s picture

Title: Installation error » Admin Toolbar Extra Tools compatibility
Status: Needs work » Needs review
StatusFileSize
new387 bytes

Here 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.

  • kyberman committed edae75c on 8.x-1.x
    Issue #2938283 by kyberman: Admin Toolbar Extra Tools compatibility
    
kyberman’s picture

Assigned: kyberman » Unassigned
Status: Needs review » Fixed

Committed and created new alpha release. Thanks a lot @ron.du for pointing on this issue.

Status: Fixed » Closed (fixed)

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