GD Problem GD 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

GD Problem

Started by mcdowra, January 26, 2007, 08:45:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mcdowra

Not sure if this is the correct board but it seemed the most appropriate..

As you can see here I have GD installed on my server with php 5.2.
I even have other scripts that use it, however coppermine will not let me upload pictures saying that I dont have GD support, now Im sure that I must have something misconfigured, but I dont know what it is

Where does coppermine check for GD and Imagemagick avaliablity? does anyone see obvious problems with my setup, see link above for phpinfo() .

Thanks for the help

Stramm

GIF Read Support    enabled
GIF Create Support    enabled
PNG Support    enabled
WBMP Support    enabled
XBM Support    enabled

GD2/ php is compiled without support for jpg.

mcdowra

Thanks...
I've been looking for that for about 2 hours now

::)