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 Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.