coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: gmarik on February 07, 2004, 08:36:24 PM

Title: Fine errors - can't upload a single picture...
Post by: gmarik on February 07, 2004, 08:36:24 PM
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

File: /usr/local/apache/htdocs/lira/foto/include/picmgmt.inc.php - Line: 170

or

When using the GD image library allowed image types are only JPEG and PNG.

File: /usr/local/apache/htdocs/lira/foto/db_input.php - Line: 279
Title: cant upload
Post by: Casper on February 07, 2004, 08:45:32 PM
I split this from an unrelated thread.

Is this a new problem, or has any changes been made to your server.
Title: cant upload
Post by: Pathos on February 07, 2004, 09:25:43 PM
QuoteWhen using the GD image library allowed image types are only JPEG and PNG.

Unfortunatly GD ONLY supprts JPEG / PNG / WBMP images. TIFF / GIF / BMP /etc are not supported.

If it really is a JPEG you could be runing into a problem with the format of JPEG (CMYK vs RGB), if that is the case then upgrading to GD 2.0.22 might help.