When I try to upload a jpeg file, only tried jpeg, i get the error that GD is not supported with my version of php. I installed gd running linux. I configured coppermine to use gd 2.x
This is the phpinfo output:
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
What's wrong?
I have the same problem with my wehost. phpinfo reports the same as stated over, but when I am trying to upload a jpg picture Coppermine reports thad GD is not supported.
Has anyone suggestions for a cure?
you need to have jpg support for gd enabled as well. Contact your webhost and ask them to set up the server properly.
As an example: this is how my phpinfo on gd looks like:
QuoteGD Support enabled
GD Version bundled (2.0.15 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
GauGau