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

summit’s picture

Hi,

I think you have to update lineage.module (taxonomy lineage).

greetings,
Martijn

pomliane’s picture

Status: Active » Closed (won't fix)

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