GD is installed and working, CP says it isn't. GD is installed and working, CP says it isn't.
 

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 is installed and working, CP says it isn't.

Started by kawie95, December 12, 2004, 01:01:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kawie95

gd  GD Support enabled  GD Version bundled (2.0.23 compatible)  GIF Read Support enabled  PNG Support enabled  WBMP Support enabled  XBM Support enabled

I have GD 2 checked under config options too. I get a message saying PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

*beep*...

kegobeer

Where's your jpg support?  The test Coppermine does checks for jpg support, since that's the most common picture format.
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

kawie95

Luckly, I got the worlds greatest website admin. He reinstalled PHP with jpg support on GD. It should be up tonight.

kawie95

Still doesn't work, When I try to attach a gif it says Invalid GD format or something, then I use a jpg and it says to install GD or that image program.

kegobeer

Please post a link to your site and a test user login/password with normal upload privileges.  You should also enable your debug output.
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

Joachim Müller

you can't upload gifs using gd2, as there is only gif read support built into your gd version, and coppermine needs to be tweaked even if you have the most recent gd version that has gif write support.

Joachim

P.S. Any particular reason for running the outdated version cpg1.2 (at least that's where you posted your question in)?

kawie95

#6
Oops, can an admin move it to the newest version section, sorry.
kegobeer, I PM'ed you an account yesterday. I will enable debuging again.
Ok, I get this:
I upload a jpg image, it takes me to the next screen saying
Successful Uploads
1 uploads were successful.

Please click 'Continue' to add the files to albums.


kegobeer

Post your site info here so everyone can check it out.
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

kawie95

#8
 ??? ???

kegobeer

Make a new php file and put this in it:

<?php
phpinfo
();
?>


Copy the output and paste it into your next post.
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

Joachim Müller

Quote from: kawie95 on December 12, 2004, 07:01:00 PM
Oops, can an admin move it to the newest version section, sorry.
Post the exact version number, as "newest version" may mean something else for you than for us.

Quote from: kawie95 on December 12, 2004, 07:01:00 PMkegobeer, I PM'ed you an account yesterday. I will enable debuging again.
Did you read kegobeer's signature? Or mine? Or that of the other supporters? Why do you think do we have this kind of signature in place? Because we get PMed all the time, with unrequested data!
I can't tell for sure if kegobeer has agreed to be sent PMs by you, but I doubt it. In the future, just don't.

Joachim

kawie95

#11
Quote from: kegobeer on December 12, 2004, 11:06:22 PM
Make a new php file and put this in it:
thanks, works


Casper

There's your problem, GD is installed, but jpeg support has not been enabled.

Quotegd
GD Support  enabled
GD Version  bundled (2.0.23 compatible)
GIF Read Support  enabled
PNG Support  enabled
WBMP Support  enabled
XBM Support  enabled 


Coppermine checks for jpeg support, as it needs it.  As yours does not have it, coppermine cannot use it.  If the server is yours, add support for jpeg, if not, email your webhost asking them to do it.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

kegobeer

I guess your webhost didn't recompile php with jpeg support yet.  Once he does, your gallery should start working properly.
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

kawie95

He recompiled but never installed again. It works now :)