Ticket #5223 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Duplicate entry errors when inserting term relationships during upgrade to 2.3

Reported by: ryan Assigned to: anonymous
Priority: normal Milestone: 2.3.1
Component: General Version: 2.3
Severity: normal Keywords: upgrade
Cc:

Description (Last modified by ryan)

WordPress database error: [Duplicate entry '106-14' for key 1]
>> INSERT INTO wp_term_relationships (object_id, term_taxonomy_id) VALUES
>> ('106', '14')

As explained on the hackers list, this is a benign error that doesn't hurt the upgrade. However, the error messages are ugly and should be avoided.

http://comox.textdrive.com/pipermail/wp-hackers/2007-September/015100.html

Change History

10/17/07 21:09:03 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6268]) Group results when selecting from post2cat and link2cat to avoid dupes. fixes #5223 for 2.3

10/17/07 21:09:54 changed by ryan

(In [6269]) Group results when selecting from post2cat and link2cat to avoid dupes. fixes #5223 for trunk

10/17/07 21:13:33 changed by ryan

  • description changed.

10/18/07 01:04:39 changed by foolswisdom

  • summary changed from Duplicate entry errors when inserting term relationships during ugrade to Duplicate entry errors when inserting term relationships during upgrade to 2.3.