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).
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
Comment #1
Anonymous (not verified) commentedThe 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).
Comment #2
moonray commentedSame problem. Still an issue.
Comment #3
moonray commentedI 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 updbAfter that the database update is 'successfully completed' (it actually has a trigger to bypass the update if term_image table doesn't exist).