Closed
Bug 4337
Opened 26 years ago
Closed 26 years ago
processmail regenerate broken. Bugzilla 2.2
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: bryce-mozilla, Assigned: terry)
Details
I get email if I run procesmail xxx on bugs directly, but it does not happen
automatically. Trying to regenerate the shadow results in:
hop:/home/bugzilla/public_html> ./processmail regenerate
DBD::mysql::st execute failed: Unknown column 'regenerate' in 'where clause' at
/home/billk/3/perl/lib/site_perl/5.005/i386-freebsd/Mysql.pm line 162.
Use of uninitialized value at globals.pl line 45 (#1)
(W) An undefined value was used as if it were already defined. It was
interpreted as a "" or a 0, but maybe it was a mistake. To suppress this
warning assign an initial value to your variables.
Uncaught exception from user code:
select bug_id, product, version, rep_platform, op_sys, bug_status,
resolution, priority, bug_severity, area, assigned_to, reporter, bug_file_loc,
short_desc, component, qa_contact, target_milestone, status_whiteboard from bugs
where bug_id = regenerate: at globals.pl line 45.
main::SendSQL('select bug_id, product, version, rep_platform, op_sys,
bug_statu...') called at ./processmail line 119
main::GetBugText('regenerate') called at ./processmail line 247
hop:/home/bugzilla/public_html>
Assignee | ||
Comment 1•26 years ago
|
||
Reassigning to dmose@mozilla.org, who now has front-line responsibility for
all Bonsai and Bugzilla bugs.
Assignee | ||
Comment 2•26 years ago
|
||
Reassigning back to me. That stuff about me no longer being the front-line
person responsible for Bugzilla and Bonsai turned out to be short-lived.
Please pardon our confusion, and I'm very sorry about the spam.
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•26 years ago
|
||
New "regenerate" code as of May 12th. Should be fine now.
(Should I be closing these, Terry?)
Assignee | ||
Comment 4•26 years ago
|
||
Yes, the rule is "he who checks in a fix should close the bug". You checked in
the fix, so you closing the bug is exactly right.
Comment 5•24 years ago
|
||
per Terry, auto-verifying any resolved bug that hasn't been touched since before
2.10 was released.
Status: RESOLVED → VERIFIED
Comment 6•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•