Closed Bug 66703 Opened 24 years ago Closed 24 years ago

reports.cgi has an error trying to run

Categories

(Bugzilla :: Bugzilla-General, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 66154

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
*** This bug has been marked as a duplicate of 66154 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verify dupe of 66154 (Now Marked RESOLVED FIXED).
Status: RESOLVED → VERIFIED
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
moving to Bugzilla product reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.