Can't understand! Bug vs GD Can't understand! Bug vs GD
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Can't understand! Bug vs GD

Started by CoacH, November 18, 2004, 10:07:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CoacH

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? :))

Tranz

If you are trying to work with jpg, GD on your system does not support it, or else it would be listed there.

Nibbler

You need to compile JPEG support in using --with-jpeg when you configure.

Joachim Müller

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