schema tells me:

column field_interpersonal_revision_id - difference on: not null
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'not null' => FALSE)
actual: array('description' => 'The field collection item revision id.', 'type' => 'int', 'not null' => TRUE)

for many fields.

my problem in drupal is: many settings dont get saved anymore (for example text format for a text field...)

might this be the cause for my problem?

Comments

drupalok’s picture

my status report says everything is fine by the way (exept for the schema mismatch)

drupalok’s picture

Title: can anyone tell me if this mismatch might cause the problem i face? » can anyone tell me if this mismatch might cause the problem i face? ( 'not null' => FALSE -> 'not null' => TRUE)

changing title

drupalok’s picture

Title: can anyone tell me if this mismatch might cause the problem i face? ( 'not null' => FALSE -> 'not null' => TRUE) » can anyone tell me if this mismatch might cause the problem i face? (SHOWFIELD_SQL_ST 'not null' => FALSE -> 'not null' => TRUE)

forgot to mention: its in the "SHOWFIELD_SQL_STORAGE" table

dave reid’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1877800: Field collection Beta7 upgrade fails.

Looks like you will need to update to a recent version of Field Collection. It appears this was fixed with #1877800: Field collection Beta7 upgrade fails.