Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
taxonomy.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2005 at 22:34 UTC
Updated:
25 Jul 2005 at 00:13 UTC
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
Comment #1
morbus iffYour 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.
Comment #2
jvincher commentedPatch seems to be now committed to HEAD, I'll test against the latest CVS later today and update this report accordingly.
Comment #3
jvincher commentedseems to be fixed. Thanks