Needs work
Project:
Auto Tagging
Version:
6.x-1.4-beta3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Aug 2009 at 15:13 UTC
Updated:
10 Jan 2011 at 08:46 UTC
I've followed the instructions, and got one or two nodes to get auto-tags assigned to them. Most of the time, however, editing an existing node results in no new terms added to the taxonomy vocabulary.
I tried using both the Calias and the tagthe.net interfaces, same result with both.
Also tried turning off caching, and a few other ideas. No luck.
Since others appear to have no issues, I assume this is some weird interaction with another module or similar.
What's the best way for me to troubleshoot this? How can I see where it's breaking?
Comments
Comment #1
bille commentedUpdate...
It works on newly created nodes, but does not work when I edit an existing node.
Comment #2
IncrediblyKenzi commentedbille: can you provide me with a screenshot of how you have the autotagging settings configured, as well as how you have your vocabularies set up?
I'll be happy to take a look.
Comment #3
gagarine commentedI marked this #667092: no tags created - body is not always ready as a duplicate.
I think it's append when you don't use the "body" field of the node but a cck field. So $node->body can be empty.
Perhaps it will be better to use node api "alter" so we can use $node->content.
For the moment I quikly fix that by loading the field value.