Efter att ha installerat modulen Schema, får jag följande felmeddelande vid statusrapporten:
Database schema Inconsistent
The Schema comparison report shows:* 78 modules with matching tables
* 2 extra tables
* 2 warnings
* 3 module with mis-matching tablesThe database schema comparison report provides more details.
När jag öppnar rapporten ovan finner jag
Mismatch (3)
Tables for which the schema and database are different.
blogapi*
blogapi_files
o column fid - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'serial')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'serial', 'not null' => TRUE)index
*
index_index
o column description - difference on: default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'size' => 'big', 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'text', 'size' => 'big', 'not null' => FALSE)privatemsg_filter
*
pm_tags
o column hidden - differences on: size, unsigned
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'size' => 'tiny', 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => FALSE, 'default' => 0)
Hur rättar jag till detta?
Tomas
Comments
Det är inget allvarligt
Det är inget allvarligt problem även om felmeddelandet kan vara störande (du kan antagligen inaktivera felmeddelandet i Schemas inställningar). Det finns sannolikt en buggrapport om detta i Blog API:s issuekö.
Jakob Persson – Leancept – Results-only digital and marketing consultants – Personal blog
Inconsistent Database schema
I have the same problem I cannot upgrade CCk tools since I have a warning which says Database Schema Inconsistent
The Schema comparison report shows:
If anyone have a way to resolve this that would be really great.
thanks!
edrupler.com