News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Uploading - Critical Error

Started by tkx, November 05, 2003, 08:02:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tkx

I get the error "PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed".  I know that the GD and imagemagick are installed because I downloaded the RPMs and tried to install them and they said they were installed.  Can someone help me out?

Thanks.

moorey

Create a file called phpinfo.php with this content and put it on your server then view it through your browser:
Quote<?php phpinfo(); ?>

That should verify if you really have them installed.

DJMaze

You'll have to activate them in your php.ini
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

tkx

Do you know how? :)

Quote from: "DJMaze"You'll have to activate them in your php.ini

DJMaze

Your first post says you installed the RPM's so it seems you run your own server on linux.
This is not adviseable for worldwide use unless you know what your doing.
Since you don't know how to setup php.ini i advice you to go to www.php.net and read everything !!!

There you will also find how to activate modules.
The readme of GD and ImageMagick also describe how to do it.

This is a Coppermine support site, not WebServer or PHP :wink:

If your site is hosted somewhere contact their support team.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

tkx

lol, after my post I installed all the modules from source and it still didn't work...

I got it working though,... I was confused what to change in the php.ini because I thought I made all the necessary changes...  you know what my problem was????     I forgot to change "Method for resizing images" from GD to imagemagick :P....  muahahahhahahahaha.... soo retarded... sorry all!. :)

Quote from: "DJMaze"Your first post says you installed the RPM's so it seems you run your own server on linux.
This is not adviseable for worldwide use unless you know what your doing.
Since you don't know how to setup php.ini i advice you to go to www.php.net and read everything !!!

There you will also find how to activate modules.
The readme of GD and ImageMagick also describe how to do it.

This is a Coppermine support site, not WebServer or PHP :wink:

If your site is hosted somewhere contact their support team.