Charts

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
vijenjoy
Advanced user
Posts: 42
Joined: Mon Feb 09, 2009 11:12 am

Charts

Post 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.
geeklr
TestLink user
Posts: 2
Joined: Wed Feb 04, 2009 4:36 pm

php.ini

Post 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!!
mukul
Advanced user
Posts: 24
Joined: Fri Apr 17, 2009 2:28 pm

Re: Charts

Post 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.
Christophe
TestLink user
Posts: 12
Joined: Wed Sep 16, 2009 4:52 pm

Re: Charts

Post by Christophe »

Did you solve your problem?
and what was the solution?
Thanks a lot
geeklr
TestLink user
Posts: 2
Joined: Wed Feb 04, 2009 4:36 pm

Re: Charts

Post 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.
Locked