Fine errors - can't upload a single picture... Fine errors - can't upload a single picture...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Fine errors - can't upload a single picture...

Started by gmarik, February 07, 2004, 08:36:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gmarik

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

Casper

I split this from an unrelated thread.

Is this a new problem, or has any changes been made to your server.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Pathos

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.