does not support the GD image library does not support the GD image library
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

does not support the GD image library

Started by ausgezeichnete, January 09, 2008, 12:33:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ausgezeichnete

each i upload an img i get this error~!
i tried to download th ImageMagick but i guess its only working on the server
QuotePHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed 



Joachim Müller

As suggested in the other open thread you have: we don't recommend self-hosting. Part of coppermine's minimum requirements is a working webserver with either ImageMagick or GD up-and-running. There are some hints on the FAQ pages how to get them running in the first place, but that's all the support you can expect from us on setting up your webserver properly in the first place.
We can't and won't teach you how to set up your webserver in the first place, simply because it's beyond the scope of this forum and because we don't recommend self-hosting for newbies.

squarebug

In the time you wrote all this you could as well have helped the guy (and yes I know it's not a Coppermine issue):


  • check if GD is installed (I'm assuming you do have that already)
  • check your php.ini for autoloading the extensions. In my case, on a Debian system, adding extension=mysql.so and extension=gd.so to the Dynamic Extensions section did the trick. If you run on windows this must read extension=mysql.dll and extension=gd.dll

Hope this helps.

Joachim Müller