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*...
Where's your jpg support? The test Coppermine does checks for jpg support, since that's the most common picture format.
Luckly, I got the worlds greatest website admin. He reinstalled PHP with jpg support on GD. It should be up tonight.
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.
Please post a link to your site and a test user login/password with normal upload privileges. You should also enable your debug output.
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)?
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.
Post your site info here so everyone can check it out.
??? ???
Make a new php file and put this in it:
<?php
phpinfo();
?>
Copy the output and paste it into your next post.
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
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.
I guess your webhost didn't recompile php with jpeg support yet. Once he does, your gallery should start working properly.
He recompiled but never installed again. It works now :)