The following updates returned messages
token_custom module
Update #7001

    * Failed: DatabaseSchemaObjectDoesNotExistException: Cannot add field <em class="placeholder">token_custom</em>.<em class="placeholder">format</em>: table doesn't exist. in DatabaseSchema_mysql->addField() (line 320 of /www/www-staging/drupal.sandbox.sanger.ac.uk/htdocs/includes/database/mysql/schema.inc).

Do you want the table filter_format?

Comments

gaspaio’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

I can't reproduce this. It seems the error is comming from token_custom.install:79 (the db_add_field statement) but if you're running the update the table token_custom should exist.
Can you tell me how i can reproduce this ?

gaspaio’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
chefarov’s picture

Priority: Critical » Major
Status: Closed (cannot reproduce) » Active

Similar issue here when upgrading from drupal 6 to 7

Failed: DatabaseSchemaObjectExistsException: Cannot add field <em class="placeholder">token_custom</em>.<em class="placeholder">format</em>: field already exists. in DatabaseSchema_mysql->addField() (line 328 of /<path_to_drupal_directory>/includes/database/mysql/schema.inc).

the table token_custom exists in my database containing the custom tokens code written when I was in drupal 6