Closed (won't fix)
Project:
Content Taxonomy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2008 at 13:57 UTC
Updated:
1 Sep 2010 at 10:21 UTC
Hi,
I'm getting this error when i am trying to save a node.
user warning: Duplicate entry '1-8' for key 1 query: INSERT INTO drupal_term_node (nid, tid) VALUES (8, 1) in /var/www/web1/html/test.tld/includes/database.mysql.inc on line 172.
the node is saved and there does not seem to be any problems with it - except from this message.
I have installed content taxonomy - maybe i't an issue with this module..
Kind regareds,
nocte
Comments
Comment #1
cridenour commentedI have noticed this too. It is happening when edit a node, which is set up as a multi-page CCK as described at http://drupal.org/node/162373. The problem is the checkboxes are not being pre-populated with the current values so Drupal thinks it needs to add a tag.
Can anyone confirm if the checkboxes are pre-populated when only saving to the taxonomy table without the multi-page code?
Comment #2
ngstigator commentedDuplicate of http://drupal.org/node/169858
Comment #3
magnus commentedCleanup of old issues. According to maintainer: "active development is only done for the 6.x branch! 5.x is not supported any more".
Open a new issue if problem still exist.