installed all the latest modules for autotag (ahah and lowername)
created new taxonomy (keywords) and added a dozen or so terms.
made sure the keywords taxonomy does not select (enable) required or tags settings as per http://drupal.org/node/354456
using firefox and win/xp
i do not see any way to disable autotag in any of the taxonomies
went to an existing node that has keywords enabled as taxonomy (and has several of the terms)
-------------------------------------------------------
i select the option autotag on save and the glossary taxonomy gets autotagged (not wanted)
indeed, the keywords taxonomy does get autotagged (as desired)
the following error message shows up (11 times) in Recent Log Entries report:
Unknown column 't.language' in 'where clause' query: SELECT tid FROM term_lowername t WHERE (t.language ='en' OR t.language ='' OR t.language IS NULL) AND ( ( lowername LIKE '2010%10%' ) ) UNION SELECT tid FROM term_synonym t WHERE (t.language ='en' OR t.language ='' OR t.language IS NULL) AND ( ( LOWER(t.name) LIKE '2010%10%' ) ) in .../public_html/sites/all/modules/autotag/autotag.ahah.inc on line 213.
no i don't have content profile as described in http://drupal.org/node/616270
translation mode for the keywords vocabulary is set to none.
Comments
Comment #1
rkodrupal commentedthe main problem here was the inability to disable autotagging for vocabularies. i down-graded to 1.27 and the 'disable autotag' button magically appears in all the vocabularies (and it works!) ... i then upgraded once more to version 2.0 and the 'disable autotab' button again disappeared (and the previous settings from 1.27 were no longer there (i.e., this issue's problem reappears).
Comment #2
rkodrupal commentedsee my comments in http://drupal.org/node/811522 for a possible cause of the issue ... i.e., the inability to disable autotagging for any vocabulary.
Comment #3
alvar0hurtad0