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

CommentFileSizeAuthor
#1 taxonews.module.patch2.27 KBfgm

Comments

fgm’s picture

Status: Active » Needs review
StatusFileSize
new2.27 KB

Good 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

fgm’s picture

Status: Needs review » Fixed

Fixed in Taxonews.php 1.1.2.2 (dev version dated 2008-06-16).

phdhiren’s picture

Thanks fgm

Status: Fixed » Closed (fixed)

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