Closed
Bug 297266
Opened 20 years ago
Closed 20 years ago
Software error: DBD::mysql::st execute failed: Duplicate entry '282004' for key 1 [for Statement "INSERT INTO duplicates VALUES (246724, 282004)"] at Bugzilla/DB.pm line 62 Bugzilla::DB::SendSQL('INSERT INTO duplicates VALUES (246724, 282004)')
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 277417
People
(Reporter: timeless, Unassigned)
References
()
Details
Bugzilla Version 2.19.1+ Bug processed Changes submitted for bug 282004 Email sent to: benjamin@smedbergs.us, james.g.ross@gmail.com, roland.mainz@nrubsig.org, timeless@gmail.com, firebot@psychoticwolf.net, mlefevre@gmail.com, cbiesinger@gmail.com, luser_bugspam@perilith.com, bsmedberg@gmail.com, darinf@gmail.com, cluebot@fedorafaq.org, spreadthunderbird+bmo@gmail.com, rob_strong-bugmail@exchangecode.com, voisine@gmail.com Excluding: no one If you wish to tweak the kinds of mail Bugzilla sends you, you can change your preferences. Back To Bug# 282004 Software error: DBD::mysql::st execute failed: Duplicate entry '282004' for key 1 [for Statement "INSERT INTO duplicates VALUES (246724, 282004)"] at Bugzilla/DB.pm line 62 Bugzilla::DB::SendSQL('INSERT INTO duplicates VALUES (246724, 282004)') called at /opt/webtools/bugzilla/process_bug.cgi line 1749 For help, please send mail to the webmaster (webmaster@mozilla.org), giving this error message and the time and date of the error.
Comment 1•20 years ago
|
||
You tried to mark a bug as a dupe... but this bug was already marked as a dupe, thus generating this SQL error as you tried to have twice the same entry in the 'duplicates' table. *** This bug has been marked as a duplicate of 277417 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: Software error: DBD::mysql::st execute failed: Duplicate entry '282004' for key 1 [for Statement "INSERT INTO duplicates VALUES (246724, 282004)"] at Bugzilla/DB.pm line 62 Bugzilla::DB::SendSQL('INSERT INTO duplicates VALUES (246724, 282004)') → Software error: DBD::mysql::st execute failed: Duplicate entry '282004' for key 1 [for Statement "INSERT INTO duplicates VALUES (246724, 282004)"] at Bugzilla/DB.pm line 62 Bugzilla::DB::SendSQL('INSERT INTO duplicates VALUES (246724, 282004)')
LpSolit@gmail.com: that's not very nice, i'm trying to *change* the bug's target w/o reopening it, i can change a bug from duplicate to invalid w/o reopening, and i can change from fixed to duplicate w/o reopening. the resolved bug just bandaids and stops me, just as much as the current error (although it doesn't mail everyone else...).
You need to log in
before you can comment on or make changes to this bug.
Description
•