Closed
Bug 24231
Opened 25 years ago
Closed 25 years ago
GD/Chart:: Compatibility
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
People
(Reporter: brandon.black, Assigned: justdave)
References
Details
The latest bugzilla doesn't work with the latest GD/Chart::. GD has changed
such that only PNG (not GIF) images are created. Chart:: stuff has changed to
work with the new GD. Bugzilla 2.9 still tries to use the GIF methods that no
longer exist.
QuickFix: Edit reports.cgi, and change both occurences of the string "gif" with
"png" (there should be exactly two), and everything works great.
| Reporter | ||
Comment 1•25 years ago
|
||
I just noticed this is a semi-dupe of 15193. The difference is that now there
is a newer version of Chart on CPAN, which supports PNGs. So now bugzilla is
the only released component out of sync on this issue.
Comment 2•25 years ago
|
||
How is this different than bug 15193? I think they both say that CPAN's GD
routine no longer supports GIFs.
| Reporter | ||
Comment 3•25 years ago
|
||
It is a duplicate. :) The difference is that at the time of the original Bug,
GD was in PNG mode, but Chart::Base and Mozilla both were in GIF-mode... which
made a messy state of things.... Now all the perl stuff is synched up on PNG if
you grab the default latest cpan packages... so mozilla is the missing party...
I tried to change this to dupe, but I guess I'm not allowed.
Comment 4•25 years ago
|
||
You're allowed. Just click on "Resolve bug, mark it as duplicate of bug #", and
type 15193 into the text field.
Go ahead. I'll let you do it, just for the joy of it all... :-)
| Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 7•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
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
•