I am running Windows Server 2003 and need to install a version of GD.
Can anyone point out some instructions or advice?
Is GD turned on? You can check to see if the GD library is enabled by creating a simple phpinfo page on your web server. Open this file in Notepad, or your preferred WYSIWYG editor such as Dreamweaver. phpinfo();
Check php_gd2.dll
is in your extension directory and uncomment ;extension=php_gd2.dll
of your php.ini
.
It was in my c:\xampp\php\php.ini
;extension=gd
This was commented out as you can see, removing ; and restarting apache server fixed my problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With