gd installed but coppermine says not supported gd installed but coppermine says not supported
 

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

gd installed but coppermine says not supported

Started by Sk8orDie, February 12, 2004, 02:07:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sk8orDie

info.php tells me:

Configure Command  './configure' '--with-mysql=/usr/local/mysql' '--enable-versioning' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-track-vars' '--with-mhash' '--with-zlib' '--with-gd' '--with-jpeg' '--with-png'  

gd
GD Support  enabled  
GD Version  bundled (2.0.15 compatible)  
GIF Read Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  
XBM Support  enabled  

upload_max_filesize 100M 100M
upload_tmp_dir /tmp/php /tmp/php


i set coppermine to gd2

however, when i try to upload a jpeg it tells me:
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed



pls help!!!
sk8

hyperion

You will note JPEG support is not among the list of enabled types.  You need to recompile with the JPEG library as discussed at php.net and boutell.com.
"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)

Sk8orDie

when i try to upload a .png i get the same error:

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

hyperion

Yes, because you don't have the JPEG library.

Coppermine checks for the JPEG library before anything else when it processes pictures.  If it is not there, it shuts down regardless of the image type.
"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)

Sk8orDie