Skip to content

Instantly share code, notes, and snippets.

@PureLandFlying
Last active July 8, 2019 16:51
Show Gist options
  • Save PureLandFlying/bf074ab9300e4b68533c2b6cc21b408c to your computer and use it in GitHub Desktop.
Save PureLandFlying/bf074ab9300e4b68533c2b6cc21b408c to your computer and use it in GitHub Desktop.
In EntityStorageBase.php line 482: 'block' entity with ID 'xxx_messages' already exists.

when we enable a theme, we can reset theme setting if below message shows up

In EntityStorageBase.php line 482:

  'block' entity with ID 'themename_messages' already exists.

for Drupal 6/7

drush vset theme_default garland

for Drupal 8 (Drush 7+)

drush config-set system.theme default bartik

https://www.drupal.org/node/200774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment