Closed Bug 38631 Opened 24 years ago Closed 24 years ago

error at reports.cgi (bug charts)

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

Other
Other

Tracking

()

VERIFIED DUPLICATE of bug 6682

People

(Reporter: jruderman, Assigned: justdave)

References

()

Details

Software error:
Call me again when you have some data to chart at (eval 5) line 1
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.
Reassinging to Don aka Chart Man
Assignee: tara → donm
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 /\|/, $_;
now i get "Call me again when you have some data to chart at (eval 6) line 1" 
and a broken image (no chart).
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
*** Bug 48214 has been marked as a duplicate of this bug. ***
Status: NEW → ASSIGNED
Just a little update, the problem still occurs with the first PNG version of
Chart, i.e. 0.99c
The patch I just added under bug 6682 has a good chance of fixing this stuff,
I think.
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
Verif duplicate since fixing 6682 fixed this bug.
Status: RESOLVED → VERIFIED
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
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.