PDA

View Full Version : Graphs won't render in 1.1Beta5


aimon
09-01-2006, 06:47
Hello I am using beta5 and I can't get the graphs to render. No errors are being diplayed by Apache or PHP. Here is my config:

CentOS (Linux ######.local 2.4.21-32.ELsmp #1 SMP Wed May 18 17:49:28 EDT 2005 i686)
Apache 2
php 4.3.2

Here is part of the output from phpinfo():

gd
GD Support enabled
GD Version bundled (2.0.12 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

Alexei
09-01-2006, 08:57
1.1beta5 graphs requires MySQL 4.x or higher. I will rewrite it in next beta to get rid of this requirement.

You may use graph.inc.php from 1.1beta4 to make graphs work under MySQL v3.x.

aimon
10-01-2006, 20:27
Great. Thanks for the temporary fix.