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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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