Closed
Bug 38631
Opened 25 years ago
Closed 24 years ago
error at reports.cgi (bug charts)
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
People
(Reporter: jruderman, Assigned: justdave)
References
()
Details
Software error:
Call me again when you have some data to chart at (eval 5) line 1
Comment 1•25 years ago
|
||
Just FYI:
I tried without success to recreate the problem here, so someone with access to
buzilla.mozilla.org will probably have to debug it there.
Comment 3•24 years ago
|
||
I get this with our modified Bugzilla installation too.
You get the error, but oddly the chart still gets generated correctly.
I'm using a modded Bugzilla 2.11, with Perl 5.6.0 and the latest "Chart" from
CPAN. (0.99b).
--
On another related matter, reports.cgi doesn't seem to read the mining files
correctly.
The files are defined as:
DATE|UNCONFIRMED|NEW|ASSIGNED|REOPENED|RESOLVED|VERIFIED|CLOSED
but the CGI does:
my ($date, $open, $assigned, $reopened,
$resolved, $verified, $closed) = split /\|/, $_;
I've locally modified Bugzilla to fix this, as follows: (But I don't
put the Unconfirmed counts into the graph yet.)
my ($date, $unconfirmed, $open, $assigned, $reopened,
$resolved, $verified, $closed) = split /\|/, $_;
Reporter | ||
Comment 4•24 years ago
|
||
now i get "Call me again when you have some data to chart at (eval 6) line 1"
and a broken image (no chart).
Comment 5•24 years ago
|
||
CCing important people, upping severity. Heads up!
I would suggest that the changes checked in as a result of bug 6682 ("Chart all
bug states") have broken something. As it stands, charting doesn't work at all.
This needs fixing.
Gerv
Severity: normal → major
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 7•24 years ago
|
||
Just a little update, the problem still occurs with the first PNG version of
Chart, i.e. 0.99c
Comment 8•24 years ago
|
||
The patch I just added under bug 6682 has a good chance of fixing this stuff,
I think.
Comment 9•24 years ago
|
||
The bug 6682 patches should have fixed this...
Gerv
*** This bug has been marked as a duplicate of 6682 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•24 years ago
|
||
Verif duplicate since fixing 6682 fixed this bug.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 11•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: donm → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
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
•