Two issues with Free Tagging:

* Assigning tags to an existing node creates the following error. Note that this error seems to occur when publishing the node directly, instead of using "preview" first:

user error: Duplicate entry '0-4' for key 1
query: INSERT INTO term_node (nid, tid) VALUES (4, 0) in /htdocs/www/includes/database.mysql.inc on line 73.

user error: Duplicate entry '0-4' for key 1
query: INSERT INTO term_node (nid, tid) VALUES (4, 0) in /htdocs/www/includes/database.mysql.inc on line 73.

warning: Cannot modify header information - headers already sent by (output started at /htdocs/www/includes/common.inc:401) in /htdocs/www/includes/common.inc on line 208.

* Multi-word Tags do not "stick" unless they are followed by a closing comma. Multi-word Tags without comma seem to simply disappear.

Comments

Morbus Iff’s picture

Your first issue was caused by http://drupal.org/node/19621 and a fixed patch is at the bottom.

The second one is new. I don't have time to investigate it at the moment though.

jvincher’s picture

Patch seems to be now committed to HEAD, I'll test against the latest CVS later today and update this report accordingly.

jvincher’s picture

Status: Active » Closed (fixed)

seems to be fixed. Thanks