Closed
Bug 66703
Opened 24 years ago
Closed 24 years ago
reports.cgi has an error trying to run
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
People
(Reporter: marcus, Assigned: justdave)
References
()
Details
The reports.cgi file fails when loading it.
A perl -wc reports.cgi reports the error.
The dollar sign was left off of the at sign on line 43
Here is the proper code to fix the problem
42: eval "use GD";
43: my $use_gd = $@ ? 0 : 1;
44: eval "use Chart::Lines";
45: $use_gd = 0 if $@;
It's a duplicate of bug #66154
Assignee | ||
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 66154 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Verify dupe of 66154 (Now Marked RESOLVED FIXED).
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 4•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Assignee | ||
Comment 5•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
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
•