I have a problem with jpgraph. I get the icons for the graphs I click on the link and Mangtis forwards me to the page where the graph should show up and it looks like it is processing but then it finishes and all I get is the generic place holder with red X.
Some tests I have done:
- http://x.x.x.x/mantis/jpgraph/examples/example1.php and it renders. Tries a bunch and they work.
- http://192.168.2.55/mantis/summary_graph_bystatus.php directly and igt does the same thing with the red X.
phpinfo() - shows GD Support is fine and version 2.0.34 bundled and compatiable with freetype enabled and images enabled.The image "http://x.x.x.x/mantis/summary_graph_bystatus.php" cannot be displayed, because it contains errors
Install Info:
- PHP 5.2.4
- Mantis 1.1.1
- jpgraph 1.22.1
- DEFINE('DIR_BASE', '/var/www/html/mantis/jpgraph/');
- DEFINE('CACHE_DIR', '/var/www/html/mantis/jpgrap/jpgraph_cache/');
- DEFINE('TTF_DIR', '/usr/share/X11/fonts/TTF/'); - this is where some X11 TTF fonts are
- DEFINE('MBTTF_DIR', /usr/share/fonts/'); - I did not find anymore TTF fonts on my box
php.ini
- memory_limit = 128M
Thanks,