User Contributed Notes JpGraph |
|
fsebbah@gnuline.com 06-Jan-2004 15:11 |
#48
|
Hello
I am not sure to undersdand your concept with jpgraph
In my config_inc.php, I have this:
$g_use_jpgraph = ON;
$g_jpgraph_path ='/var/www/toto.net/jpgraph/src/';
But it's not good??
Thanks
Franck |
|
lhauserm@naema.org 20-Jan-2004 9:54 |
#54
|
It seems that the DIR_BASE is not present in latest stable release of the jpgraph package.
I could not get mantisbt running with 1.14...
Regards, |
|
robert@toequest.com 21-Jan-2004 22:58 |
#55
|
I couldn't find DIR_BASE in jpgraph 1.13 or 1.12.2. I'd really like to get jpgraph working with mantis. I've seen sites that have done this. Could anyone provide step-by-step instructions on what to do? I just don't get it.
Thanks,
--Robert |
|
bogdan@itcnet.ro 22-Jan-2004 6:40 |
#56
|
Jpgraph 1.14 and mantis
Let's say you installed jpgraph in /www/html/jpgraph. So in this directory you have the file jpgraph.php. Verify this and there is no need to change this file.
In config_inc.php add/modify these lines:
$g_use_jpgraph = ON;
$g_jpgraph_path = '/var/www/html/mantis/jpgraph/'; #if you are on unix
or
$g_jpgraph_path = DIRECTORY_SEPARATOR . 'www' . DIRECTORY_SEPARATOR . 'html' . DIRECTORY_SEPARATOR . 'jpgraph' . DIRECTORY_SEPARATOR; # for a platform independent configuration
Take care that the latest jpgraph archive has the actual php files in jpgraph-x-x-x/src directory. So move the src directory as /www/html/jpgraph.
Works for me in this setup.
Great job Mantis group )
Bogdan |
|
ance_x@msn.com 28-Jan-2004 22:34 |
#64
|
| i'm running mantis on windows OS, is there anybody know how to config mantis with jpgraph in Windows?thanx! |
|
|
| Last updated: Sat, 18 May 2013 - 11:41:42 |
|