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

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

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.