contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

The module simple_oauth_extras is merged into simple_oauth since 4.0 #384

Closed bbrala closed 4 years ago

bbrala commented 4 years ago

Task: #123

Removing this config was missed in commit 11f9a8b39a6022f07ed00f79fdc76d978cc56320 where drupal/simple_oauth was updated to 4.0

andsigno82 commented 4 years ago

hi! when I try to do everything with drush, i receive this message: In ExtensionList.php line 520: The module simple_oauth_extras does not exist.

e0ipso commented 4 years ago

@andsigno82 this is probably caused by an existing configuration that has a dependency on simple_oauth_extras.

djvilione commented 4 years ago

@andsigno82 assuming you have simple_oauth 4.0, the following should resolve the notice (backup DB first):

drush sql-query "DELETE FROM key_value WHERE collection='system.schema' AND name='simple_oauth_extras';"