Closed
Bug 425590
Opened 17 years ago
Closed 17 years ago
"View Bug Activity" is broken
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: masa141421356, Assigned: justdave)
References
()
Details
Attachments
(2 files)
650 bytes,
patch
|
Details | Diff | Splinter Review | |
648 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
Build Identifier:
When I accesed view activity of bug, I recieved
Reproducible: Always
Steps to Reproduce:
1.Show bug
2.Click view Bug activity
3.
Actual Results:
-------
Software error:
DBD::mysql::db selectall_arrayref failed: Column 'bug_id' in field list is ambiguous [for Statement "
SELECT COALESCE(fielddefs.description, CONCAT(bugs_activity.fieldid, '')), fielddefs.name, bugs_activity.attach_id, DATE_FORMAT(bugs_activity.bug_when, '%Y.%m.%d %H:%i:%s'), bugs_activity.removed, bugs_activity.added, profiles.login_name, bug_id
FROM bugs_activity
LEFT JOIN attachments
ON attachments.attach_id = bugs_activity.attach_id
LEFT JOIN fielddefs
ON bugs_activity.fieldid = fielddefs.id
INNER JOIN profiles
ON profiles.userid = bugs_activity.who
WHERE bugs_activity.bug_id = ?
AND COALESCE(attachments.isprivate, 0) = 0
ORDER BY bugs_activity.bug_when"] at /data/www/bugzilla.mozilla.org/Bugzilla/Bug.pm line 1639
Bugzilla::Bug::GetBugActivity(394473) called at /data/www/bugzilla.mozilla.org/show_activity.cgi line 91
ModPerl::ROOT::Bugzilla::ModPerl::ResponseHandler::data_www_bugzilla_2emozilla_2eorg_show_activity_2ecgi::handler('Apache2::RequestRec=SCALAR(0xa61d77c)') called at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('Bugzilla::ModPerl::ResponseHandler=HASH(0x95feefc)') called at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('Bugzilla::ModPerl::ResponseHandler=HASH(0x95feefc)') called at /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('Bugzilla::ModPerl::ResponseHandler', 'Apache2::RequestRec=SCALAR(0xa61d77c)') called at /data/www/bugzilla.mozilla.org/mod_perl.pl line 97
Bugzilla::ModPerl::ResponseHandler::handler('Bugzilla::ModPerl::ResponseHandler', 'Apache2::RequestRec=SCALAR(0xa61d77c)') called at -e line 0
eval {...} called at -e line 0
For help, please send mail to the webmaster (bugzilla-admin@mozilla.org), giving this error message and the time and date of the error.
Expected Results:
Bug's activity is displayed
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Updated•17 years ago
|
Summary: View Activity is broken → "View Bug Activity" is broken
Assignee | ||
Comment 1•17 years ago
|
||
This is deployed in production already, seems to work.
Assignee | ||
Comment 2•17 years ago
|
||
Masahiro: working for you, too?
Assignee | ||
Comment 3•17 years ago
|
||
nope, was still busted. Looks like we have the same query in Bug.pm, too, having the same problem. After I already committed the first patch. :)
modified Bugzilla/User.pm
Committed revision 5177.
Assignee | ||
Updated•17 years ago
|
Attachment #312189 -
Attachment description: Patch → Patch User.pm
Assignee | ||
Comment 4•17 years ago
|
||
Assignee | ||
Comment 5•17 years ago
|
||
modified Bugzilla/Bug.pm
Committed revision 5178.
Assignee | ||
Comment 6•17 years ago
|
||
everyone on irc is telling me this is fixed now. :) yay
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•17 years ago
|
||
Now I can see "View Bug Activity" of this bug.
--> Verified
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•