Open Pandur256 opened 6 years ago
Have you enabled this modules directly after a fresh installation?
Please make sure, that you have no duplicated modules. The deGov modules are distributed as a collection of modules. You should not upload them separate. Only install the composer package. That can cause duplicated modules and duplicated configuration, which disallows the enabling of modules.
Also we are not supporting Drupal 8.4 in deGov 1.x. deGov 2.x will support Drupal 8.4 and up. However, deGov 2.x is not stable yet. It's available at https://bitbucket.org/publicplan/degov and can be installed via packagist.org.
Please make sure, you are updating your code correctly. This commands are needed for a correct Drupal module update (only install deGov modules via composer):
Cache clear is important. Since it causes a rewrite of the services registry. If you don't do that, some classes could not be found.
I just gonna sum up the messages from different modules, since I don't see the point in writing ten different issues for one similar error message.
Module: degov_paragraph_text Error: "Unable to install deGov - Paragraph text, core.entity_form_display.paragraph.text.default, core.entity_view_display.paragraph.text.default, paragraphs.paragraphs_type.text already exist in active configuration."
Module: degov_paragraph_webformular Error: "Unable to install deGov - Paragraph text, core.entity_form_display.paragraph.text.default, core.entity_view_display.paragraph.text.default, paragraphs.paragraphs_type.text already exist in active configuration."
Module: degov_restrict_ip Error: "Unable to install deGov - Restrict IP, restrict_ip.settings already exists in active configuration."
Module: degov_rich_text_format_settings Error: "Unable to install deGov - Rich Text Format - Settings, editor.editor.rich_text, embed.button.media_browser, filter.format.rich_text already exist in active configuration."
Module: degov_sitemap_settings Error: "Unable to install deGov - Sitemap Settings, simple_sitemap.custom, simple_sitemap.settings, sitemap.settings already exist in active configuration."
My System: Ubuntu 16.04, PHP 7.1, Lightning 2.1, Drupal Core 8.3
Is there a settings file that I can change/delete to fix this?