Error

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.taxonomy_term_node' doesn't exist: SELECT tn.vid AS node_vid, td.*, v.name as vocabulary FROM {taxonomy_term_data} td INNER JOIN {taxonomy_term_node} tn ON td.tid = tn.tid INNER JOIN {taxonomy_vocabulary} v ON v.vid = td.vid WHERE tn.vid IN (7, 8) ORDER BY td.weight, td.name; Array ( ) in views_handler_field_term_node_tid->pre_render() (line 85 of sites/all/modules/views/modules/taxonomy/views_handler_field_term_node_tid.inc).
CommentFileSizeAuthor
#1 views-645126.patch1.96 KBxslim

Comments

xslim’s picture

StatusFileSize
new1.96 KB

Taxonomy table and functions changed in D7 API
Quick fix )

dawehner’s picture

Title: Views and database problems » Taxonomy tables changes
Status: Active » Fixed

thanks

Status: Fixed » Closed (fixed)

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