By franckweb on
My Schema report shows me this warning:
Mismatch (1)
Tables for which the schema and database are different.
nodewords
column id - difference on: size
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'size' => 'small', 'not null' => TRUE, 'default' => 0)
I updated nodewords to the lastest version.
Comments
Did you run update.php?
Did you run update.php?
gpk
----
www.alexoria.co.uk
I have the same mismatch, I
I have the same mismatch, I have updated the modules. I have run update.php. This has been hanging around my DB forever and I am at a loss about what to do with it.
nodewords
column id - difference on: size
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'size' => 'small', 'not null' => TRUE, 'default' => 0)
unique keys nodewords_type_id_name: missing in database
I sense that I am replying a
I sense that I am replying a bit late, but instead of duplicating the specific issue, I'd rather post here.
Did anyone find a solution for this? I get the exact same message in my "Schema" module, "Mismatch" category.
Also, I have run update.php. Any ideas on why this mismatch appears and how to solve it?
Also having the same problem
I also see this mismatch. Does it matter? Is there a way to fix it?
Also having the same problem
I also see this mismatch. Does it matter? Is there a way to fix it?