Closed (fixed)
Project:
Taxonomy Autotagger
Version:
5.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2008 at 17:41 UTC
Updated:
15 Jul 2008 at 10:35 UTC
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
Comment #1
dunlop commentedComment #2
sdrycroft commentedTry version 1.7, or CVS
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.