coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Sk8orDie on February 12, 2004, 02:07:33 AM

Title: gd installed but coppermine says not supported
Post by: Sk8orDie on February 12, 2004, 02:07:33 AM
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
Title: gd installed but coppermine says not supported
Post by: hyperion on February 12, 2004, 02:38:58 AM
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.
Title: gd installed but coppermine says not supported
Post by: Sk8orDie on February 12, 2004, 02:54:46 AM
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
Title: gd installed but coppermine says not supported
Post by: hyperion on February 12, 2004, 03:30:15 AM
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.
Title: gd installed but coppermine says not supported
Post by: Sk8orDie on February 12, 2004, 05:02:33 AM
ahhh... alright, i got it

thank you