I am trying to integrate "pChart" with my PHP code. When I am trying to run the samples it gives me an error stating call to undefined function imagecreatetruecolor
. The suggestion solution was to load this dll "php_gd2.dll" so I have uncommented extension=php_gd2.dll
in php.ini file.
Even after that I get the same error. I have tried restarting the server & machine too.