- Issue created by @dianacastillo
- 🇮🇳India sidharth_soman Bangalore
You can try deleting the problematic configs with drush.
drush config-delete filter.format.basic_html drush config-delete filter.format.full_html drush config-delete filter.format.restricted_html
- 🇺🇸United States dianacastillo Miami
that above didnt work but this did
drush config-delete editor.editor.basic_html drush config-delete editor.editor.full_html
- 🇺🇸United States dianacastillo Miami
but now i get this error TypeError: Drupal\Core\Menu\MenuActiveTrail::__construct(): Argument #1 ($menu_link_manager) must be of type Drupal\Core\Menu\MenuLinkManagerInterfac
- 🇮🇳India ravi kant Jaipur
@dianacastillo
A issue is already created for "Unable to install Social Core" so follow on https://www.drupal.org/project/social/issues/3410940 → - Status changed to Postponed: needs info
over 1 year ago 10:47am 3 January 2024 - 🇳🇱Netherlands kingdutch
Please provide the steps you used before you got the error.
social_editor
should be enabled as part of the Drupal installation with the Open Social profile. The error you're getting suggests you're manually trying to install it within another Drupal project, which is not supported. - 🇺🇸United States dianacastillo Miami
hi i downloaded it via a zip since there is no method to install this via composer indicated on this page https://www.drupal.org/project/social/releases/12.0.2 →
which would be the way to do it via composer as part of the drupal installation?
- Status changed to Closed: duplicate
about 1 year ago 2:39pm 9 January 2024 - 🇳🇱Netherlands kingdutch
Hi Diana, Zip files for distributions don't work unfortunately.
You'll need to follow the instructions for https://www.drupal.org/docs/drupal-distributions/open-social/installing-... →
In #3410940: Duplicate configuration errors when enabling social core → you do mention installing through Cron, which is slightly confusing. So I'm going to close this issue as a duplicate and lets see if we can fix things in that other issue with composer.