[wp-trac] Re: [WordPress Trac] #5223: Duplicate entry errors when
inserting term relationships during ugrade
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 17 21:13:34 GMT 2007
#5223: Duplicate entry errors when inserting term relationships during ugrade
---------------------+------------------------------------------------------
Reporter: ryan | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone: 2.3.1
Component: General | Version: 2.3
Severity: normal | Resolution: fixed
Keywords: upgrade |
---------------------+------------------------------------------------------
Old description:
> {{{
> 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.
New description:
{{{
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
--
Ticket URL: <http://trac.wordpress.org/ticket/5223#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list