Page 1 of 1

No graph at matches.

Posted: Mon Mar 16, 2009 7:43 am
by Dubolomov
Hi.
I installed 3.06 version. All works fine but in match details no graphs such as "individual Frags", "Individual scores" or "Team Scores".

UT2004 3369
UTStatsDB 3.06
Debian Linux 5.0.0 (Lenny)
MySQL 5.0
PHP5
Apache2

Re: No graph at matches.

Posted: Mon Mar 16, 2009 9:40 am
by Panther
Did you enable the GD2 extension in PHP?
extension=php_gd2.dll

Re: No graph at matches.

Posted: Tue Mar 17, 2009 3:59 am
by Dubolomov
I have only gd.so library after installing "php5-gd" package. This module is included in apache config.
In phpinfo() function i see:
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.7
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support en

Re: No graph at matches.

Posted: Tue Mar 17, 2009 8:42 am
by Panther
The only other thing I can think of that would prevent it from even attempting to create the graph is a missing or inaccessible resource/graphimg.png file.

Re: No graph at matches.

Posted: Tue Mar 17, 2009 9:14 am
by Dubolomov
Yes. No graphimg.* files were there.
But without php5-gd package (Debian/Ubuntu) with this files it also didn't work.
Now it's work perfectly.
Thank you for help!