My server SUPPORTS the GD Library 2, but I keep getting this error, see phpinfo here http://chrystal.kacete.s3.cybton.com/galeria/phpinfo.php
And this is the error:
Error crítico
PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed
Ficheiro: /var/www/web3137/html/chrystal/galeria/include/picmgmt.inc.php - Linha: 170
And this is the debug information:
Debug info
USER:
Array
(
[ID] => 957e5346abd6bfddfd37b7a8daa8d9b5
[am] => 1
)
GET :
Array
(
)
POST :
Array
(
[event] => picture
[album] => 1
[MAX_FILE_SIZE] => 1048576
[title] => Cristal
[caption] => Efeito de cristal em photoshop
[keywords] =>
[user1] =>
[user2] =>
[user3] =>
[user4] =>
)
Page generated in 0.05 seconds - 4 queries in 0.002 seconds - Album set :
Advanced debug mode (phpinfo)
only you (as gallery admin) can access the phpinfo page, we can't. Please create a "normal" phpinfo page (see faq (http://coppermine.sourceforge.net/faq.php)) and check to see if GD really exists as PHP module.
GauGau
Try see this one http://kacete.s3.cybton.com/phpinfo.php
Although it says this:
gd
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
there's no jpeg support! Coppermine checks for jpeg support (and you'll want it as well, since nearly all photos on the internet are jpegs). Contact your webhost and ask them to correctly configure PHP/GD with jpeg support for you (if you're running your own server, you'll at least know who to run to :wink: ).
This is how the GD section of phpinfo should look like
Quotegd
GD 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
Oh... Right...