JPGraph - Fatal Error - Class not found

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
freakroger
Posts: 1
Joined: 22 Oct 2008, 22:51

JPGraph - Fatal Error - Class not found

Post by freakroger »

Hi!

I've just installed the JPGraph package for a Mantis Bugtracker Graphs.
When I choose to view a graph at the summary page, i get the error below:

> Fatal error: Class[issue][/issue] \'Plot\' not found in D:\\EasyPHP 2.0b1\\www\\mantis\\jpgraph\\src\\jpgraph_line.php on line 24

> Fatal error: Class \'Plot\' not found in D:\\EasyPHP 2.0b1\\www\\mantis\\jpgraph\\src\\jpgraph_bar.php on line 30

> Fatal error: Class \'Graph\' not found in D:\\EasyPHP 2.0b1\\www\\mantis\\jpgraph\\src\\jpgraph_pie.php on line 1209

> Fatal error: Class \'PiePlot\' not found in D:\\EasyPHP 2.0b1\\www\\mantis\\jpgraph\\src\\jpgraph_pie3d.php on line 17

> Fatal error: Class \'Graph\' not found in D:\\EasyPHP 2.0b1\\www\\mantis\\jpgraph\\src\\jpgraph_canvas.php on line 20


I\'m using the PHP Version 5.2.0 - My current GD Version is 2.0.28

This is probably a configuration problem (possible a path problem).

I had already set the (DEFINE('DIR_BASE','/www/mantis/jpgraph/'); on JPGRAPH.PHP

Thanks!
dialexia
Posts: 28
Joined: 26 Mar 2008, 21:03

Re: JPGraph - Fatal Error - Class not found

Post by dialexia »

Are you running mantis on a linux platform?
Phillip
Post Reply