Download & Extend

Error when upgrading from 6.x to 7.x

Project:Table of Contents
Version:7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

#2

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).