Help to install ImageMagick?

GOFORBROKE

Member
I spoke with my host provider. They said that it is installed already

"/usr/local/lib/ImageMagick."

How do I make this work for my Xenforo 1.1.5?

Where do I add the script to my file?
 
I think if you have the extension installed on your server you just need to change the option here...

(YOURFORUM/admin.php?options/list/attachments)

or

Admin CP -> Home -> Options -> Attachments

Default Image Processor :
 
I spoke with my host provider. They said that it is installed already

"/usr/local/lib/ImageMagick."

How do I make this work for my Xenforo 1.1.5?

Where do I add the script to my file?
That is not the imagick extension, that is the ImageMagick library, they are not the same thing

Tell your host you need PHP to be compiled with the imagick module - http://www.php.net/manual/en/imagick.installation.php
 
Top Bottom