coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: tomfusion on July 29, 2006, 07:28:06 PM

Title: How to get webhost to install GD or ImagMagick
Post by: tomfusion on July 29, 2006, 07:28:06 PM
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.
Title: Re: How to get webhost to install GD or ImagMagick
Post by: Nibbler on July 29, 2006, 08:20:16 PM
Most webhosts will have at least one installed as standard. Ask them. If your webhost refuses then there are plenty of others out there.
Title: Re: How to get webhost to install GD or ImagMagick
Post by: Sami on July 29, 2006, 10:12:27 PM
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
Title: Re: How to get webhost to install GD or ImagMagick
Post by: Joachim Müller on July 30, 2006, 09:29:30 AM
Has been answered on the FAQ (http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm) page.