Closed (won't fix)
Project:
Views Bonus Pack
Version:
5.x-1.2-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 17:36 UTC
Updated:
3 Feb 2013 at 16:22 UTC
When I try to use the lineage tree, I get the following error:
user warning: Table 'drupal.drupal_term_lineage' doesn't exist query: SELECT count(DISTINCT(term_data.name)) FROM drupal_node node LEFT JOIN drupal_term_node term_node ON node.nid = term_node.nid LEFT JOIN drupal_term_lineage term_lineage ON term_node.tid = term_lineage.tid LEFT JOIN drupal_term_data term_data ON term_lineage.tid = term_data.tid WHERE (node.status = '1') AND (term_lineage.tid IS NOT NULL) in /var/www/websites/drupal/includes/database.mysql.inc on line 172.
I gather a table wasn't created in MySQL when I installed the bonus pack. Any ideas on creating it? I know HOW, I just don't know the table structure.
Comments
Comment #1
summit commentedHi,
I think you have to update lineage.module (taxonomy lineage).
greetings,
Martijn
Comment #2
pomliane commentedThis version of Views Bonus Pack is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.