'No content' in all blocks
phd_hiren - July 8, 2008 - 09:09
| Project: | Taxonews |
| Version: | 5.x-1.1-rc |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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

#1
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
#2
Fixed in Taxonews.php 1.1.2.2 (dev version dated 2008-06-16).
#3
Thanks fgm
#4
Automatically closed -- issue fixed for 2 weeks with no activity.