coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: CoacH on November 18, 2004, 10:07:58 PM

Title: Can't understand! Bug vs GD
Post by: CoacH on November 18, 2004, 10:07:58 PM
On upload images wrotes: PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed.
But! In php.ini http://www.mixa.ru/nav/info.php GD is installed. Can anyone help me? :))
Title: Re: Can't understand! Bug vs GD
Post by: Tranz on November 18, 2004, 10:12:10 PM
If you are trying to work with jpg, GD on your system does not support it, or else it would be listed there.
Title: Re: Can't understand! Bug vs GD
Post by: Nibbler on November 18, 2004, 10:41:16 PM
You need to compile JPEG support in using --with-jpeg when you configure.
Title: Re: Can't understand! Bug vs GD
Post by: Joachim Müller on November 19, 2004, 09:10:54 AM
Having an entry about GD in php.ini is just wishfull thinking: to find out if you actually have GD with jpg support, take a look at phpinfo (refer to http://coppermine.sourceforge.net/faq.php#VersionGD ). Be carefull when shouting bug - in most cases, the bug sits in front of the keyboard.

Joachim