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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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