Ticket #315 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

Changed 6 years ago by rjl

  • status changed from new to closed
  • resolution set to fixed

Added in [1033].

Note: See TracTickets for help on using tickets.