coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: tkx on November 05, 2003, 08:02:19 AM

Title: Uploading - Critical Error
Post by: tkx on November 05, 2003, 08:02:19 AM
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.
Title: Uploading - Critical Error
Post by: moorey on November 05, 2003, 09:25:32 AM
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.
Title: Uploading - Critical Error
Post by: DJMaze on November 05, 2003, 12:08:33 PM
You'll have to activate them in your php.ini
Title: Uploading - Critical Error
Post by: tkx on November 05, 2003, 06:32:18 PM
Do you know how? :)

Quote from: "DJMaze"You'll have to activate them in your php.ini
Title: Uploading - Critical Error
Post by: DJMaze on November 05, 2003, 06:46:21 PM
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.
Title: Uploading - Critical Error
Post by: tkx on November 05, 2003, 09:33:40 PM
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.