Hy!
I have coppermine gallery on windows server:
----------------------------------------------------------------------
Server Software KFWebServer/2.5.0 Windows NT
PHP Version 4.3.4
MySQL Version 4.0.18-nt
----------------------------------------------------------------------
... and I can't add new picture, beacuse I don't have GD library or the ImageMagick.
- that is error message:
------------------------------------------------------
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed
------------------------------------------------------
Thank's
Goran
I don't know anything about windows servers, but I know php comes bundled with GD. You will have to load that, or get Imagemagick installed, for coppermine to work.
See the GD website for how to do it.
As Casper stated, PHP comes with GD2. You need to read instructions on enabling it in php.ini.
I have the same "problem" as dalart, but i have GD2 installed on my server.
I don“t know how to "enable" it in php.ini. :-[
I think all you have to do is uncomment the line for the gd2 dll in php.ini and restart the server.