When "Help" module is disabled (which is often the case on custom installation profile), setting "Tweme" as default theme crash with the following error message:
Uncaught PHP Exception Drupal\\Core\\Config\\UnmetDependenciesException: "Configuration objects provided by tweme have unmet dependencies: block.block.tweme_help (help)" at /core/lib/Drupal/Core/Config/UnmetDependenciesException.php line 98, referer: /admin/appearance
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | error_during_installation_when_help_module_is_disabled-2860401-2.patch | 253 bytes | znak |
Comments
Comment #2
znak commentedMaybe, this patch can help you
Comment #3
simon georges commentedIt probably will, but should a theme depend on "Help" module being enabled?
Comment #5
anton-staroverov commented@Znak, thanks for reporting!
@Simon Georges, you are right, theme shouldn't depend on such modules => so I removed configurations causing the issue!