fareedreg Posted October 17, 2011 Share Posted October 17, 2011 I am using phpgraphlib for creating graph.. everything is working fine and i can view graph in my windows machine wamp server. AS i know that in windows GD library(used for creating image) has installed with wamp server ... in windows i just uncomment the line ph_gd2.dll in php.ini. But in lamp server every form working fine but graph form which was calling phpgraphlib is not opening. when i open this form it show me (//localhost) instead of graph... WHY? I know that phpgraphlib using image() for creating image.. In windows if you uncomment php_gd2.dll , the process of image creating is fine. But in Centos5 i am not able to find the solution even from php.ini. I already tried to load php-gd latest but facing the same problem Please help? Thanks Link to comment https://forums.phpfreaks.com/topic/249248-proble-with-phpgraphlib-and-lamp-server/ Share on other sites More sharing options...
trq Posted October 17, 2011 Share Posted October 17, 2011 Have you checked phpinfo to see if gd is installed/configured? Link to comment https://forums.phpfreaks.com/topic/249248-proble-with-phpgraphlib-and-lamp-server/#findComment-1279894 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.