I get the error during d6 to d7 upgrade.

taxonomy_image module
Update #7000
Failed: FieldException: Attempt to create a field of unknown type image. in field_create_field() (line 110 of /field/field.crud.inc).

Comments

Anonymous’s picture

The same problem:

The following updates returned messages
taxonomy_image module
Update #7000

Failed: FieldException: Attempt to create field name taxonomy_image which already exists and is active. in field_create_field() (line 85 of /var/www/web/nova/modules/field/field.crud.inc).

moonray’s picture

Same problem. Still an issue.

moonray’s picture

I ran the following drush command to get past it since the update function already took care of everything besides removing the table.
USE WITH CAUTION!

drush sqlq "DROP TABLE term_image;" && drush updb

After that the database update is 'successfully completed' (it actually has a trigger to bypass the update if term_image table doesn't exist).