PHP running on your server does not support the GD image library PHP running on your server does not support the GD image library
 

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

PHP running on your server does not support the GD image library

Started by luigib952, February 14, 2007, 06:50:31 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

luigib952

Hi.
I have installed Coppermine 4.1.10 on a web host and, when i try to upload a picture file, i get this error message:

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

The most relevant informations i can get running a phpinfo command are:

PHP Version 4.4.2
1. max_input_time: -1
2. upload_max_filesize: 2M
3. post_max_size: 2M
4. memory_limit: ??? (i don´t know where i can find this parameter)
5. PHP's LimitRequestBody : ??? (i don´t know where i can find this parameter)
6. file_uploads: on
7. upload_tmp_dir: no value

gd
GD Support:  enabled 
GD Version:  bundled (2.0.28 compatible) 
GIF Read Support:  enabled 
GIF Create Support:  enabled 
PNG Support:  enabled 
WBMP Support:  enabled 
XBM Support:  enabled 

I see that there is no support for JPG, but i have the same problem trying to upload also GIF and PNG files.
Any help?

Nibbler

You need JPEG support. Either get it enabled or use ImageMagick if available.

luigib952

Do i need jpeg support even to upload a PNG image? Ok, i'll ask my web host to enable it.
Thanks.

Joachim Müller