Closed (duplicate)
Project:
Metatag
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 10:30 UTC
Updated:
4 Apr 2013 at 10:55 UTC
When trying to update my database I get this message:
Failed: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'wd.taxonomy_term_data' doesn't exist: DELETE m FROM {metatag} m LEFT OUTER JOIN {taxonomy_term_data} t ON m.entity_id=t.tid WHERE m.entity_type='taxonomy_term' AND t.tid IS NULL; Array ( ) in metatag_update_7007() (line 345 of /var/www/wd/sites/all/modules/metatag/metatag.install).
Can anyone help me out here?
Comments
Comment #1
damienmckennaThis has been fixed already: #1952190: Update 7007 does not check for existence of taxonomy table priory to joining it