Page 1 of 1

Re: Help with godaddy install

Posted: 2008-03-08T08:35:34-07:00
by Bonzo
ImageMagick needs to be installed by the system administrator.
Check out the coppermine gallery forum for the way to get ImageMagick to work with coppermine gallery as there are loads of posts there about it.

To find if ImageMagick is installed create a php page containing this, upload it to your server and navigate to the page to check the output which should be something like: convert is /usr/local/bin/convert

Code: Select all

<?php
echo "<pre>";
system("type convert"); 
echo "</pre>";
?>
Keep a note of the output as you will probably need the path in your gallery code config file.