Skip to content

Instantly share code, notes, and snippets.

@webflo
Created October 13, 2015 14:17
Show Gist options
  • Save webflo/585d0ddb2be5e6000002 to your computer and use it in GitHub Desktop.
Save webflo/585d0ddb2be5e6000002 to your computer and use it in GitHub Desktop.
Drupal\Core\Database\IntegrityConstraintViolationException: [error]
02 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'weight'
02 cannot be null: INSERT INTO {taxonomy_term_field_data} (tid, vid,
02 langcode, name, description__value, description__format, weight,
02 changed, default_langcode) VALUES (:db_insert_placeholder_0,
02 :db_insert_placeholder_1, :db_insert_placeholder_2,
02 :db_insert_placeholder_3, :db_insert_placeholder_4,
02 :db_insert_placeholder_5, :db_insert_placeholder_6,
02 :db_insert_placeholder_7, :db_insert_placeholder_8); Array
02 (
02 [:db_insert_placeholder_0] => 14532
02 [:db_insert_placeholder_1] => bewertung
02 [:db_insert_placeholder_2] => en
02 [:db_insert_placeholder_3] => Stub name for source tid:14532
02 [:db_insert_placeholder_4] =>
02 [:db_insert_placeholder_5] =>
02 [:db_insert_placeholder_6] =>
02 [:db_insert_placeholder_7] =>
02 [:db_insert_placeholder_8] => 1
02 )
02 in Drupal\Core\Database\Connection->handleQueryException() (line 673
02 of
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment