[wp-trac] [WordPress Trac] #23066: WordPress 3.5 Duplicate Entry
WordPress Trac
noreply at wordpress.org
Fri Dec 28 14:16:16 UTC 2012
#23066: WordPress 3.5 Duplicate Entry
-----------------------------+-----------------------------
Reporter: chriscct7 | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Upgrade/Install
Version: 3.5 | Severity: normal
Keywords: |
-----------------------------+-----------------------------
WordPress 3.5 MU when running PHP 5.2.17/5.3.x/5.4.x seems to have some
duplicate install code.
Detected by Travis-CI.
Example build where error is present:
https://travis-ci.org/chriscct7/Easy-Digital-Downloads/jobs/3855494
3/4 of the way down you'll find the following:
{{{
Installing network…
Installing sites…
WordPress database error Duplicate entry '1' for key 'PRIMARY' for query
INSERT INTO `wp_terms` (`term_id`,`name`,`slug`,`term_group`) VALUES
(1,'Uncategorized','uncategorized',0) made by wp_install,
wp_install_defaults
WordPress database error Duplicate entry '1-category' for key
'term_id_taxonomy' for query INSERT INTO `wp_term_taxonomy`
(`term_id`,`taxonomy`,`description`,`parent`,`count`) VALUES
(1,'category','',0,1) made by wp_install, wp_install_defaults
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23066>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list