maxelct Posted October 10, 2012 Share Posted October 10, 2012 Hi I run php 5.3.1 on my local apache server. I am very much a beginner and usually run the local server to develop joomla and wordpress and the odd simple php application. However, I am now getting some errors along the lines of "No GD library". After googling I have come to the conlcusion that I have the gd library but its somehow not "Compiled/installed" or set up. I looked at the php manuel page but I didn't understand. I think I have to edit the php.ini file, but I am not sure what I am supposed to add Can anyone help please Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/ Share on other sites More sharing options...
PFMaBiSmAd Posted October 10, 2012 Share Posted October 10, 2012 What operating system are you using and what method did you originally use to install php, as those determine how to install a php extension. Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/#findComment-1384164 Share on other sites More sharing options...
maxelct Posted October 10, 2012 Author Share Posted October 10, 2012 Hi thanks for the reply. I looked in my php.ini file and did a search for "gd" whereupon I found ;extension=php_gd2.dll I took the ; off the front and now when I load up the back end of joomla the error message about not having GD is gone. Is that it then? If not I am running windows 7 ultra. I don't think I used a package - I think I installed php, mysql, apache all separately. To be honest I can't really remember. Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/#findComment-1384170 Share on other sites More sharing options...
PFMaBiSmAd Posted October 10, 2012 Share Posted October 10, 2012 Is that it then? If you installed php manually, so that all the .dll files are present, under Windows, that's all you normally need to do. Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/#findComment-1384179 Share on other sites More sharing options...
maxelct Posted October 10, 2012 Author Share Posted October 10, 2012 pretty sure I did so I guess that's it THanks for your reassurance! Edward0 Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/#findComment-1384184 Share on other sites More sharing options...
Volter9 Posted October 19, 2012 Share Posted October 19, 2012 You can install XAMPP on computer, very handy thing. It has GD and other standart libraries. Link to comment https://forums.phpfreaks.com/topic/269295-gd-library-not-installed/#findComment-1386190 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.