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.
Charts
Moderators: Amaradana, TurboPT, TL Developers
php.ini
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!!
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
Where is this option called "Charts". I didn't encounter it yet. It'll be great to have this.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.
-
- TestLink user
- Posts: 12
- Joined: Wed Sep 16, 2009 4:52 pm
Re: Charts
Did you solve your problem?
and what was the solution?
Thanks a lot
and what was the solution?
Thanks a lot
Re: Charts
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.