Page 1 of 1

Charts

Posted: Fri Apr 24, 2009 9:04 am
by vijenjoy
when i Click on Charts, i get message
"GD PHP extension doesn't seem to be present. Charts will not work!".

Can any one how to resolve this.

php.ini

Posted: Fri Apr 24, 2009 3:55 pm
by geeklr
Locate your php.ini file. Open the file and remove the ; in front of ;extension=php_gd2.dll. Restart apache (if you are using apache). If that does not help, you will probably need to install php-GD libraries.

I have two installations of the server, the charts work on one and not the other.

That resolution usually works...but did not work on one server. I have every thing which is required: php-gd, extension loaded and png lib. But the charts are not displayed. My app server is running on CentOS.

Best of luck!!

Re: Charts

Posted: Sat Apr 25, 2009 8:13 am
by mukul
vijenjoy wrote:when i Click on Charts, i get message
"GD PHP extension doesn't seem to be present. Charts will not work!".

Can any one how to resolve this.
Where is this option called "Charts". I didn't encounter it yet. It'll be great to have this.

Re: Charts

Posted: Thu Sep 02, 2010 10:33 am
by Christophe
Did you solve your problem?
and what was the solution?
Thanks a lot

Re: Charts

Posted: Thu Feb 03, 2011 9:48 pm
by geeklr
XAMPP did the magic. When I installed TestLink on Red Hat with a php and apache package I created, it worked fine but not on CentOS. I had to finally use XAMPP for things to work the way I expected.