Closed (duplicate)
Project:
Table of Contents
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 16:27 UTC
Updated:
24 Jul 2012 at 01:39 UTC
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
Comment #1
ggamba commentedSame here. In fact, the table 'filter_formats' doesn't exist. 'filter_format' exists...
Comment #2
rex_the_first commentedsame
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).
Comment #3
farald commented(commented on wrong thread)
Comment #4
jackbravo commentedThis is the same as http://drupal.org/node/1586166 which has a PATCH that solves the issue but has not been committed yet.