In block all 'No content' is coming and also getting following user warning comes with 5.x-1.1-rc
user warning: Unknown column 'tn.vid' in 'on clause' query: SELECT COUNT(tn.nid) FROM term_node tn INNER JOIN node n ON tn.vid = n.vid WHERE tn.tid = 43 AND n.status = 1 LIMIT 0, 1
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonews.module.patch | 2.27 KB | fgm |
Comments
Comment #1
fgmGood catch, this is a backport error : in D6 term_node is link by revision, whereas in previous versions it was linked by node.
Try this patch
Comment #2
fgmFixed in Taxonews.php 1.1.2.2 (dev version dated 2008-06-16).
Comment #3
phdhiren commentedThanks fgm