When a new node is added then autotag produces a SQL error that results in no new entries in the autotag table.

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: INSERT INTO autotag (nid, tid) VALUES in /home/drupal/drupal-5.7/includes/database.mysql.inc on line 172.

It appears that VALUES for nid and tid are not available for the INSERT.

Comments

dunlop’s picture

Project: Auto Tagging » Taxonomy Autotagger
Version: » 5.x-1.4
sdrycroft’s picture

Status: Active » Fixed

Try version 1.7, or CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.