GD not found after upgrade from 1.4.8 -> 1.4.10 GD not found after upgrade from 1.4.8 -> 1.4.10
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

GD not found after upgrade from 1.4.8 -> 1.4.10

Started by benj_gos, November 02, 2006, 12:33:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

benj_gos

Hi,
Upgraded today from 1.4.8 to 1.4.10.
Upgrade seemed to have gone well, i even fixed at last directory permissions the verifier was issuing warnings about (un-needed write permissions on some directories).

Anyway, i batch-added an album and for some reason it started complaining about "PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed"

Config shows it's set to GD2, same as before but it wasn't working.
luckily my host also supports ImageMagick so it's not a big issue for me but i still thought it was worth a notice.
(BTW: it was working GD2 before for sure since you can see the difference in image jpeg quality between the 2 using the same JPEG compression ratio)

Benji

kegobeer

Did you verify GD2 was actually available on your server?  Did you use a phpinfo file to check and/or did you ask your host?


<?php
phpinfo
();
?>

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

benj_gos

Actually, no i didn't check until now, and i don't see any reference to GD so i'm guessing it means it's not there...
but that still doesn't explain how it worked until now with the exact same settings...

unless it has some fallback in case GD wasn't found? (and it lost that feature in the latest build?  ;) )

Sami

There isn't (was not) any fallback feature for it,
If you don't have GD installed use ImageMagic

- This is not related to upgrade at all , moving...
‍I don't answer to PM with support question
Please post your issue to related board

kegobeer

Quote from: benj_gos on November 02, 2006, 03:36:32 AM
but that still doesn't explain how it worked until now with the exact same settings...

Perhaps your host recompiled PHP and forgot to include GD2 support, while you were upgrading Coppermine.  Ask your host for assistance.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

benj_gos

spoke to my host, they say they didn't change anything and it's always been disabled (and that it's up to me if i enable or not, but default is disable)
no idea how it worked, but i guess it doesn't really matter, especially since i can't reproduce it. :)

paintballnatv

I have the same problem.
And all sets for php are the same
With 1.4.8 all work fine
With 1.4.10 there is the GD problem and its impossible to upload pictures
Can anyone help me with this problem?

kegobeer

Quote from: paintballnatv on November 06, 2006, 02:13:15 AM
I have the same problem.
And all sets for php are the same
With 1.4.8 all work fine
With 1.4.10 there is the GD problem and its impossible to upload pictures
Can anyone help me with this problem?

Did you read this entire thread, and check your phpinfo?  If you don't have GD or ImageMagick, Coppermine won't work.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

paintballnatv

Quote from: kegobeer on November 06, 2006, 02:14:47 AM
Did you read this entire thread, and check your phpinfo?  If you don't have GD or ImageMagick, Coppermine won't work.

Did you read my post?

With 1.4.8 all work fine (with or without GD or ImageMagick)
Me anda my host dont do anything but the upgrade for 1.4.10 anda now there is the problem of GD
Why with 1.4.8 theres no problem and with the 1.4.10 the problem exist and the setings on php are the same?