Problem:
[error]  Attempted to create an instance of field with name bp_margin on entity type paragraph when the field storage does not exist. 
>  [error]  Update failed: bootstrap_paragraphs_update_8205 
 [error]  Update aborted by: bootstrap_paragraphs_update_8205 
 [error]  Finished performing updates. 
Solution:
  composer require drupal/devel
  drush en devel
  drush dre bootstrap_paragraphs
  composer update
  drush updb
Neuen Kommentar schreiben