How to get webhost to install GD or ImagMagick How to get webhost to install GD or ImagMagick
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to get webhost to install GD or ImagMagick

Started by tomfusion, July 29, 2006, 07:28:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tomfusion

I am not using my own web server and I am not sure that my webhost company is going to install GD or ImagMagick.....is there any other way or am I missing something.....Help.

Nibbler

Most webhosts will have at least one installed as standard. Ask them. If your webhost refuses then there are plenty of others out there.

Sami

GD come as bundle with PHP , most webhost have GD
to check if you have GD or not just create simple php file with this code

<?php
phpinfo
()
?>


and run it , then search the result for GD
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller