tagged with all terms!
drupallogic - July 12, 2009 - 01:29
| Project: | Taxonomy Autotagger |
| Version: | 6.x-1.25 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
/home/admin/x.com/modules/taxonomy/taxonomy.module dosyasında 701 satırında Duplicate entry '0-96279' for key 1 query: INSERT INTO term_node (nid, vid, tid) VALUES (96279, 96279, 0)
this is the error from my logs.
after autotag, new added nodes (via FeedAPI module) are tagged with lots of tags from the vocabulary which autotag was disabled! I don't understand. my site went into a nightmare...
I was so excited with this module :(

#1
I have also encountered this issue when using FeedAPI and Taxonomy Autotagger. Even though ALL my vocabularies are 'disabled', Taxonomy Autotagger still messes up the vocabularies of incoming feed items.
Based on this issue as well as http://drupal.org/node/570020, I think there is an underlying issue with the 'disabling' feature of vocabularies to prevent autotagging.
#2
I'm using Alexis's mo_autoaddterms paid module. I can advise. have a look at.
#3
Actually, I have been using the dev version of http://drupal.org/project/autocategorise and it has been working very well. It also works with FeedAPI.
There is also http://drupal.org/project/feedapi_tagger, but I have not investigated it.
Thanks for the info.
#4
I dont remember why but autocategorise didn't work for me. Also if you have so many feeds like me it's not a good idea to have all vocabularies tagged during cron.
#5
Actually, it hasn't been a problem for me at all in conjunction with FeedAPI.
I double checked, and the autocategorise module 'autotags' on save and not on cron. New posts have been auto tagged even though cron hasn't been run. Where do you see it 'autotags' on cron?