Upload problem Upload problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Upload problem

Started by MikeLos, December 15, 2003, 06:54:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MikeLos

When i try to upload image (jpeg or PNG) i have an error "PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed" but my webhoster allready have GD
This is info.php

hyperion

Search the forum for the GD test script.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

MikeLos


hyperion

"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

MikeLos

Script create the image. What  should i do now? Where is a problem? Or the problem is that for CPG GD create tumbnails in jpg format and since my webhoster hase GD without jpg lib i recive this error?

Joachim Müller

sure, as coppermine was created to display JPEGs you need jpeg support built into GD. Ask your webhost for this!

GauGau

MikeLos

is there any possibilities to chose what tumbneil format should be for file format (jpg tumbs for jpg files and png tumbs for png files)

Joachim Müller

this is the default behaviour. Coppermine just checks GD support by executing some php/gd commands to modify a jpeg file, that's why it says you don't have proper GD support.
Just test it for yourself...

GauGau