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

cridenour’s picture

I 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?

ngstigator’s picture

magnus’s picture

Status: Active » Closed (won't fix)

Cleanup 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.