coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: MikeLos on December 15, 2003, 06:54:22 PM

Title: Upload problem
Post by: MikeLos on December 15, 2003, 06:54:22 PM
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 (http://prokite.ru/info.php)
Title: Upload problem
Post by: hyperion on December 15, 2003, 07:32:01 PM
Search the forum for the GD test script.
Title: Upload problem
Post by: MikeLos on December 15, 2003, 07:49:18 PM
finde only this one http://forum.coppermine-gallery.net/index.php?topic=194&highlight=gd+test+script and i don't think that is what i'm looking for
Title: Upload problem
Post by: hyperion on December 16, 2003, 01:16:49 AM
No, that is a rotation script.  You need:

http://forum.coppermine-gallery.net/index.php?topic=503
Title: Upload problem
Post by: MikeLos on December 16, 2003, 08:31:37 AM
Script (http://prokite.ru/gdtest.php) 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?
Title: Upload problem
Post by: Joachim Müller on December 16, 2003, 10:54:27 AM
sure, as coppermine was created to display JPEGs you need jpeg support built into GD. Ask your webhost for this!

GauGau
Title: Upload problem
Post by: MikeLos on December 16, 2003, 11:25:14 AM
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)
Title: Upload problem
Post by: Joachim Müller on December 16, 2003, 11:28:36 AM
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