I'm upgrading a 6.x installation to 7.x and I'm encountering this error when I run the database update for tableofcontents:

Update #6001
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.filter_formats' doesn't exist: SELECT format FROM {filter_formats}; Array ( ) in tableofcontents_update_6001() (line 67 of /var/www/drupal7/sites/all/modules/tableofcontents/tableofcontents.install).

Comments

ggamba’s picture

Same here. In fact, the table 'filter_formats' doesn't exist. 'filter_format' exists...

rex_the_first’s picture

same

Update #6001
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '***.filter_formats' doesn't exist: SELECT format FROM {filter_formats}; Array ( ) in tableofcontents_update_6001() (line 67 of /public_html/sites/all/modules/tableofcontents/tableofcontents.install).

farald’s picture

(commented on wrong thread)

jackbravo’s picture

Status: Active » Closed (duplicate)

This is the same as http://drupal.org/node/1586166 which has a PATCH that solves the issue but has not been committed yet.