Page 1 of 1

Phoca Gallery and missing GD library

Posted: 23 Nov 2009, 19:41
by Snake
Hi,

I am trying to use on my website your amazing product, but I am strugling with it as acording to information I recived I have no GD library installed on my WAMP 1,7,4 server. Could you please instruct me how I can install these libraries? Where from I can download them and where to I should copy/install them(exact place in wamp serwer).I am very green with server things and php at all so informations I was able to find on internet arent handy for me at all. Could you help me with it?

Best Regards

Re: Phoca Gallery and missing GD library

Posted: 23 Nov 2009, 23:40
by Jan
Hi, try to install XAMPP

Jan

Re: Phoca Gallery and missing GD library

Posted: 25 Nov 2009, 11:58
by Snake
Thanks I sorted it out anyway.

Solution:
1 Find: extension_dir in php.ini file:
2 Set it for example as: extension_dir="c:\php\extension\"
3 Delete mark ; from before ;extension=php_gd2.dll
4 Should be like that: extension=php_gd2.dll
5 Save changes to file php.ini
6 Reset server.

Re: Phoca Gallery and missing GD library

Posted: 25 Nov 2009, 18:35
by Jan
Ok