coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Gaia on March 13, 2005, 10:52:16 PM

Title: how to allow gifs?
Post by: Gaia on March 13, 2005, 10:52:16 PM
hi,

I tried to upload .gif files but it says that it is not a valid GD extension or something like that.

How can this be fixed?

Thanks.
Title: Re: how to allow gifs?
Post by: kegobeer on March 13, 2005, 10:53:25 PM
Please search the forums; this has been asked and answered many times.  It's also talked about in the documentation.  There's even a mod to allow GIF with GD, if you have a new version of GD.
Title: Re: how to allow gifs?
Post by: Gaia on March 13, 2005, 10:58:17 PM
sorry, i did search but couldn't find anything that helped.

Thanks.
Title: Re: how to allow gifs?
Post by: kegobeer on March 13, 2005, 11:01:02 PM
Did you find that information yet?  Your post could mean you found it and you are thanking me, or you didn't and you are thanking me for replying to your post.
Title: Re: how to allow gifs?
Post by: Gaia on March 13, 2005, 11:02:23 PM
yea, i just went to look for the mod you were talking about, though i can't find it. I've tried searching for allowing gif images but nothing has come up.
Title: Re: how to allow gifs?
Post by: kegobeer on March 13, 2005, 11:07:54 PM
http://forum.coppermine-gallery.net/index.php?topic=9407.0
Title: Re: how to allow gifs?
Post by: Gaia on March 13, 2005, 11:11:49 PM
thanks, though how do i know if the GD my host has is comptable?
Title: Re: how to allow gifs?
Post by: kegobeer on March 14, 2005, 02:09:48 AM
Ask them what version they have, or make a php file with this:

<?php
phpinfo();
?>

Upload it to your website and run it.  It will tell you what version of GD you host is using.  There will be a section for GD in the output.  Make sure to give it a unique name, or delete it after you use it.
Title: Re: how to allow gifs?
Post by: Joachim Müller on March 14, 2005, 08:16:51 AM
It often pays to follow a link that is labelled "FAQ": http://coppermine.sourceforge.net/faq.php#VersionGD

Joachim