Not A Valid GD Extention Not A Valid GD Extention
 

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

Not A Valid GD Extention

Started by fuelpark, February 02, 2008, 09:58:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fuelpark

Im having issues uploading images.

i keep getting

The following uploads encountered errors:
File Uploads:
File Name/URL   Error Message
1. footerbg3.gif   Not a GD extension.

the settings were set to All files orginally and i then i changed it to be more specific gif/jpg/jpeg/png/tif/psd/bmp and it still does not work.

Ive tried most file types

Nibbler

Means you don't have gif support enabled in your GD2 installation. Options:

Avoid using .gif files
Ask your host to enable gif support for GD2
See if ImageMagick is available instead.

fuelpark

how would i go about usiing Imagemacik

fuelpark

and I use gif on this server all the time

Nibbler

To use ImageMagick you need to refer to your hosting details to see if it is available and if so what the path to use is. You then enter this information in config. If it's not installed you can't use it.

There is a big difference between using gif files in a website and being able to process them on the server. For example, you can download windows programs from a linux server but that does not mean the server can actually run them - they are just stored there.