There's a missing right curly brace ('}') near the end of line 20 (around 'term_node_count') of the term_node_count.install file:

$sql = 'INSERT INTO {term_node_count} (tid, node_count) (SELECT tid, 0 FROM {term_data} WHERE tid NOT IN (SELECT tid FROM {term_node_count))';

Comments

archard’s picture

Thanks for the report, this will be corrected in the next version of the module.

archard’s picture

Status: Active » Fixed

Fixed in the latest release, 1.3.

Status: Fixed » Closed (fixed)

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