On the latest update, #7001, I received the following error:

Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table "field_revision_taxonomyextra" doesn't exist

Although this is not a critical error, it appears to cause the update process to fail. This error could be fixed by first calling db_table_exists() before trying to select the table. Attached is a patch that includes this code.

CommentFileSizeAuthor
#1 quotes-install.patch532 byteshargobind

Comments

hargobind’s picture

Title: During update, {field_revision_taxonomyextra} doesn't exist » Error during update: "field_revision_taxonomyextra" table doesn't exist
Issue summary: View changes
StatusFileSize
new532 bytes

  • gisle committed d84fa02 on 7.x-1.x authored by hargobind
    Issue #2167761 by hargobind: Fixed: Error during update:...
gisle’s picture

Status: Active » Fixed

Thanks for the patch!
Committed.

Status: Fixed » Closed (fixed)

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