Closed (fixed)
Project:
Open Social
Version:
8.x-9.x-dev
Component:
Code (back-end)
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
2 Mar 2020 at 08:58 UTC
Updated:
17 Mar 2020 at 07:59 UTC
Jump to comment: Most recent
Features removal ensured we have removed social_book as part of features here https://github.com/goalgorilla/open_social/pull/1617/files
However a lot of the configuration is already provided by the core book module, resulting in
Drupal\Core\Config\PreExistingConfigException: Configuration objects (core.base_field_override.node.book.promote, core.entity_form_display.node.book.default, core.entity_view_display.node.book.default, core.entity_view_display.node.book.teaser, field.field.node.book.body, node.type.book) provided by [error]
social_book already exist in active configuration in core/lib/Drupal/Core/Config/PreExistingConfigException.php:65Ensure we remove the obsolete configuration that is already provided by Book and ensure we use install process to update the configuration after installing social_book.
Comments
Comment #2
kingdutchhttps://github.com/goalgorilla/open_social/pull/1744
Comment #3
ronaldtebrake commented