Upon sending a test newsletter the error below is return. The newsletter is sent. Does anyone know how to remedy this?

user warning: Duplicate entry '300-19' for key 1 query: INSERT INTO term_node (nid, vid, tid) VALUES (19, 19, 300) in /home/scegaske/public_html/modules/taxonomy/taxonomy.module on line 716.

Comments

paceman’s picture

user warning: Duplicate entry '312-24' for key 1 query: INSERT INTO term_node (nid, vid, tid) VALUES (23, 24, 312) in /home/scegaske/public_html/modules/taxonomy/taxonomy.module on line 716.

miro_dietiker’s picture

This is an upgrade issue with the latest dev release.
-dev version currently lacks a upgrade hook... but i could bet this is in the 6.x-2.x release and not in 6.x-1.3...

Is this version assignment right?

paceman’s picture

yes it was an upgrade issue. thanks

miro_dietiker’s picture

Version: 6.x-1.3 » 6.x-2.x-dev
Status: Active » Fixed

In 6.x-2.x i've fixed the upgrade hooks.

Switching this to fixed then.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.