Closed (fixed)
Project:
Simplenews
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2010 at 18:57 UTC
Updated:
8 Nov 2010 at 23:00 UTC
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
Comment #1
paceman commenteduser 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.
Comment #2
miro_dietikerThis 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?
Comment #3
paceman commentedyes it was an upgrade issue. thanks
Comment #4
miro_dietikerIn 6.x-2.x i've fixed the upgrade hooks.
Switching this to fixed then.