Active
Project:
Term Node Count
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2009 at 09:20 UTC
Updated:
23 Oct 2009 at 05:18 UTC
The term node count table in the database seems to be stuck at its initial values. When adding new nodes with terms, the node count table doesn't update.
I've attached screenshots from PHPmyadmin - term 7 is showing 0 in node count, but there is a node with tid 7.
This is with a free tagging vocabulary - does that make any difference?
I'm using term node count with a custom content type - could that be connected?
| Comment | File | Size | Author |
|---|---|---|---|
| term_node_count.jpg | 10.05 KB | malcomio | |
| term_node.jpg | 9.42 KB | malcomio |
Comments
Comment #1
archard commentedSorry for taking so long to respond to this. Are you still having this issue?
If so, realize that Term Node Count only counts terms attached to nodes that are published AND it only considers the most recent revision of each node. So it is certainly possible that there are entries in the term_node table while the record in term_node_count shows up as 0.
Comment #2
dirksonii commentedNow I'm having this issue. All my nodes are published and I have utterly ignored revisions.
Odd thing is, I just built a site and it works FINE. This newest one? Nothing updated. It's insane.
Another odd thing- If I disabled and uninstall term node count, then reinstall it, it updates the counts correctly then. It just doesn't ever do it after that point.