PHP does not support the GD library. PHP does not support the GD library.
 

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

PHP does not support the GD library.

Started by hyperion, April 30, 2004, 03:34:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hyperion

There are two issues that can cause this problem.  The first is that PHP was never compiled with GD.  You can check phpinfo() to see whether or not this is the case.

The second alternative is that PHP was compiled with GD, but without the JPEG library.  Look for 'JPEG support enabled' in the GD section of phpinfo to determine if this is the case.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

cenobite

#1
Hi,

Sorry to post Im not an expert on php and such like, in fact Im a novice and this FAQ doesnt make much sense to me. I cant find the enabled as discussed.

The installation has worked fine for weeks and suddenly the past few days has started giving. What needs to be done to get it working again? Im confused why it has suddenly decided it will stop working.

Quote
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

File: /work/webroots/thebluehyena/gallery/include/picmgmt.inc.php - Line: 203

Thanks in advance.

Matt.

Joachim Müller

if it used to work and suddenly has stopped, your webhost probably has changed/upgraded your webserver. Contact them for support.

Joachim