The system is running:

  • Drupal cvs
  • Mysql 4
  • Event module cvs
  • Eventrepeat module cvs

The user has the correct access permission and the node type is event and event-repeat enabled.

When generating an event repetition (for example a monthly repetition), the module print out this error:

...Warning: Duplicate entry '1-86' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (86, 1) in /var/www/test.intranet.atra.it/includes/database.mysql.inc on line 120

Warning: Duplicate entry '1-86' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (86, 1) in /var/www/test.intranet.atra.it/includes/database.mysql.inc on line 120

Warning: Duplicate entry '1-86' for key 1 query: INSERT INTO term_node (nid, tid) VALUES (86, 1) in /var/www/test.intranet.atra.it/includes/database.mysql.inc on line 120...

It seems that the module doesn't generate the correct entry in the term_node table.
In fact the event-nodes generated are not associated with any taxonomy term even if the original event-node is associated with some terms.

Comments

hunmonk’s picture

Assigned: Unassigned » hunmonk
Status: Active » Closed (fixed)

i am unable to reproduce this issue with current HEAD and eventrepeat. i have the same setup, and am receiving no mysql errors, and repeat events are saving taxo terms just fine. please double-check your setup--perhaps another module is interfering with eventrepeat. closing the issue for now--if you do reopen, please provide specific step-by-step instructions on how to reproduce the error.