My problem is that graphs (no matter where I look, Summary, etc) just won't show up. Firebug gives me "Image corrupt or truncated: http://bugs.example.com/plugin.php?page ... &width=375' or similar message in console, for every graph I guess.
If I follow the url, I'll see blank page with similar message about corrupt image, which is probably generated by Firefox, since it's in Polish (I've got PL version of Firefox). Firebug again reports the same.
Mantis is in version 1.2.8, so last stable version AFAIK. It runs on PHP 5.2.17, linux (2.6.32.45-grsec x86_64, probably Debian, I honestly don't know, it's on shared host).
Code: Select all
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.4.4
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled "Graph library to use: Bundled" is set in graph plugin settings.
Functions imagefill() and imageantialias() seem to exist (didn't check if they work though), and when I tried to put error reporting on max, not even a notice came my way.
It seems to work fine on my local machine, Windows XP, PHP 5.3.5.
Now, I'll probably inspect the differences between those setups... I see fonts are used in the graphs, maybe that's the culprit? I mean, on Windows they're probably pulled from Windows/fonts, where are they searched for if they're not found? Maybe it's a matter of copying a font file to some plugin/Mantis directory? (Arial is set in the graph plugin settings).