Closed
Bug 148850
Opened 23 years ago
Closed 23 years ago
Mozilla breaks Bugzilla (Software Error reported)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: David.Miller, Assigned: Matti)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041711
Using the URL after the first dashed line (a local Bugzilla 2.12 on our
Intranet), I get the message after the second dashed line. However, if I make
the same Bugzilla query using Internet Exploder, everything works as expected.
Ideas would be greatly appreciated!!!
--------------------------------------
http://hood/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
--------------------------------------
Please stand by ...
Content-type: text/html
Software error:
SELECT bugs.bug_id, bugs.groupset, substring(bugs.bug_severity, 1, 3),
substring(bugs.priority, 1, 3), substring(bugs.rep_platform, 1, 3),
map_assigned_to.login_name, substring(bugs.bug_status,1,4),
substring(bugs.resolution,1,4), substring(bugs.product, 1, 8),
map_qa_contact.login_name, substring(bugs.short_desc, 1, 60) FROM bugs, profiles
map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON
bugs.qa_contact = map_qa_contact.userid WHERE bugs.assigned_to =
map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND bugs.groupset
& 3936 = bugs.groupset AND (bugs.bug_status = 'NEW' OR bugs.bug_status =
'ASSIGNED' OR bugs.bug_status = 'REOPENED') GROUP BY bugs.bug_id ORDER BY
bugs.short_desc, map_assigned_to.login_name, bugs.product, bugs.short_desc,
bugs.priority, bugs.bug_severity: Got error 28 from table handler at globals.pl
line 173.
For help, please send mail to the webmaster (you@your.address), giving this
error message and the time and date of the error.
Reproducible: Always
Steps to Reproduce:
1. Try to open Bugzilla with Mozilla
2.
3.
Actual Results: See Description.
Expected Results: A bugzilla query report.
Assignee | ||
Updated•23 years ago
|
Severity: blocker → major
Assignee | ||
Comment 1•23 years ago
|
||
no blocker...
CC bbaetz for bugzilla
Reporter | ||
Comment 2•23 years ago
|
||
It looks like this was something in my Bugzilla server getting hosed. It's
working again now...
Sorry about the false alarm!
Assignee | ||
Comment 3•23 years ago
|
||
thx
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•