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.
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.
You'll have to activate them in your php.ini
Do you know how? :)
Quote from: "DJMaze"You'll have to activate them in your php.ini
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.
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.