Cannot enable Simplenews : Configuration objects already exist

Created on 10 March 2023, over 1 year ago
Updated 21 March 2023, over 1 year ago

Problem/Motivation

Hello,

I need Simplenews but I cannot enable Simplenews because configuration objects (core.entity_view_mode.node.email_html, core.entity_view_mode.node.email_plain) provided by simplenews already exist in active configuration (see print screen attached).

root@dev:/srv/devd9.espace-sciences.org# drush sqlq 'SELECT * FROM config WHERE name LIKE "%node.email_html%";'
core.entity_view_mode.node.email_html a:8:{s:4:"uuid";s:36:"c29d55aa-4fc4-4dfc-b79c-f1d69efa3950";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:2:"id";s:15:"node.email_html";s:5:"label";s:10:"email_html";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}

root@dev:/srv/devd9.espace-sciences.org# drush sqlq 'SELECT * FROM config WHERE name LIKE "%node.email_plain%";'
core.entity_view_mode.node.email_plain a:8:{s:4:"uuid";s:36:"044848c4-c193-43ac-bd51-640db2699b42";s:8:"langcode";s:2:"en";s:6:"status";b:1;s:12:"dependencies";a:1:{s:6:"module";a:1:{i:0;s:4:"node";}}s:2:"id";s:16:"node.email_plain";s:5:"label";s:11:"email_plain";s:16:"targetEntityType";s:4:"node";s:5:"cache";b:1;}

I dont know what to do: Thanks for your help!

Steps to reproduce

Just install Simplenews via composer then enable it (drush en simplenews).

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Fixed

Version

3.0

Component

Miscellaneous

Created by

πŸ‡«πŸ‡·France brulain

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024