PDA

View Full Version : Can anyone help with enabling GD in PHP 4.3


mofohead
06-25-2004, 10:55 AM
I'm trying to get coppermine installed and I'm having some problems with IimageMagick. During the install of coppermine it tells me that the script can't start ImageMagick and maybe I should try using GD. Now I just need to know how to enable it.

Chuckie
06-25-2004, 11:05 AM
You really need to ask you Hosting company if it is installed and what the absolute convertion path it.

It is turned on under the config menu in Coppermine.

mofohead
06-25-2004, 11:20 AM
I have my own server and host everything myself. I can't get to the coppermine config menu yet because I can't get it installed.

Realist
06-25-2004, 01:19 PM
Install GD via WHM and easy apache.

mofohead
06-25-2004, 02:25 PM
What is WHM??? I don't have apache. I'm running my own Win2k advanced server with IIS 6.0.

Chuckie
06-25-2004, 04:28 PM
GD and imagemagick as well as MySql and php all require apache web server to run.

You can run this all on a wk2 server.

WHM is a cpanel server management system for Linux so I don't think it will help you much.

Since all my web servers are Linux based I will not be of use to you either.
You will need to wait for someone with win 2k experience to help you.

mofohead
06-25-2004, 05:44 PM
Well, apparently MySQL and PHP do not require apache since i've been running those for some time. ImageMagick also is not dependant on apache. GD on the other hand may very well rely on apache but I don't know.

ANYONE?!?!?!?! Win2k Server with GD????

Zachery
06-25-2004, 06:57 PM
In your php.ini you need to uncomment the GD modual and restart IIS

IndyWebDesign
06-25-2004, 09:12 PM
Yes, edit your php.ini and reboot.

Chuckie
06-25-2004, 09:55 PM
Yep, they do require apache, But!!! my bad is that Microsoft includes this in iis for w2k.

http://www.microsoft.com/technet/itsolutions/migration/linux/mvc/miglamp.mspx

I did not know this. I assumed you where running one of the add-on packages. Sorry for that.