Page 1 of 1

GD library not installed on Windows 64bit server [SOLVED]

Posted: Wed Aug 20, 2008 3:47 pm
by dwinters
I am trying to install 1.4.1 on a windows server it fails on the GD library check

(Checking for GD library GD library are mandatory for some modules and functionality.)

I have enabled

[PHP_GD2]
extension=php_gd2.dll

in the php.ini but no joy


What should I try / do next?

Thanks

Dan

Re: GD library not installed on Windows 64bit server

Posted: Fri Aug 22, 2008 7:56 am
by michi1979
Hi,
have you restarted your Webserver ?
Try this. For me this was the solution on a WAMP System :)

Greetings,
Michael

Re: GD library not installed on Windows 64bit server

Posted: Fri Aug 22, 2008 8:07 am
by dwinters
Cant believe it was that simple!

Cheers restarted the Web Service on IIS and bingo!

Thanks

Dan