Ticket #315 (closed defect: fixed)
Charts require additional PEAR modules
| Reported by: | rjl | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | PHP scripts | Version: | 1.0.1 |
| Severity: | normal | Keywords: | chart charts Image_Color Image_Canvas Image_Graph Numbers_Roman Numbers_Words |
| Cc: |
Description
Chart support requires the following PEAR modules:
- Image_Color
- Image_Canvas
- Image_Graph
- Numbers_Roman
- Numbers_Words
Some of these are "beta" builds, and can't be installed with the usual pear install <package> process. To install them, they need to be forced, e.g. pear install --force <package>.
Configtest.php should test for the presence of these modules and list them as optional, explaining that they're needed if chart support is desired.
Change History
Note: See
TracTickets for help on using
tickets.

