The error says:

Database schema Inconsistent
The Schema comparison report shows:
* 32 modules with matching tables
* 1 module with mis-matching tables
The database schema comparison report provides more details.

and I get this from the schema comparison report:

Mismatch (1)
Tables for which the schema and database are different.
block
* boxes
o uid: unexpected column in database
o timestamp: unexpected column in database

You probably forgot to notify Drupal of the changes you made to the boxes table...

Comments

mr.baileys’s picture

Status: Active » Fixed

Thanks for reporting this.

You are correct, the .install file was missing an hook_schema_alter() implementation to update the schema for the boxes table. This has now been resolved and the fix will be included in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.