aconnal Posted November 7, 2006 Share Posted November 7, 2006 Hello folks, Right I seem to be struggling to enable the GD extension within PHP. I am running an apache webserver with openssl and a mysql database on Windows XP.I have done some extensive searching on this and tried many solutions but to no avail and now I'm stuck.I have uncommented the gd2 extension in the php.ini file and also changed the extension_dir to c:\php\extensions. However when I run phpinfo.php it says that my extension_dir is c:\php4? This is not set in the .ini file so I'm a little confused to why it is saying this.I have also tried renaming files moving the .dll and still no luck! So thought I'd see if a kind person on here could help me?I am trying to use JpGraph to create dynamic graphs with data from my database, but when I run the script for the graphs I get this error:[i]"JpGraph Error This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist)"[/i]Any help would be much appriciated.ThanksA Link to comment https://forums.phpfreaks.com/topic/26431-gd-extension/ Share on other sites More sharing options...
wwfc_barmy_army Posted November 7, 2006 Share Posted November 7, 2006 Did you try restarting the apache server? Link to comment https://forums.phpfreaks.com/topic/26431-gd-extension/#findComment-120876 Share on other sites More sharing options...
aconnal Posted November 7, 2006 Author Share Posted November 7, 2006 Hi thanks for your reply, yes I have restarted the apache server after every change I have made.A Link to comment https://forums.phpfreaks.com/topic/26431-gd-extension/#findComment-120878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.