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:

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

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 1 Guest 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