PHP Classes

Godaddy Issue

Recommend this page to a friend!

      Image Modifier  >  All threads  >  Godaddy Issue  >  (Un) Subscribe thread alerts  
Subject:Godaddy Issue
Summary:Unable to load class: Imagick . Imagick Image Library Missing.
Messages:2
Author:Pramit
Date:2008-10-27 06:33:22
Update:2008-10-27 07:23:11
 

  1. Godaddy Issue   Reply   Report abuse  
Picture of Pramit Pramit - 2008-10-27 06:33:24
Hello I am running my website on godadddy they have ImageMaigick installed but i think i need to change the path for it.
Their convert path to ImageMagick are,
ImageMagick, version 5:/usr/bin/
ImageMagick, version 6: /usr/local/bin/

When i use your script i get following error
Unable to load class: Imagick . Imagick Image Library Missing.

Can you please help me how can i use those path to make use of your script?

  2. Re: Godaddy Issue   Reply   Report abuse  
Picture of Test1 Test1 - 2008-10-27 07:23:13 - In reply to message 1 from Pramit
First Thanks for using the class.

It's seems to be you have not installed the image magic with php extension please make a phpinfo file with the following code <?php phpinfo(); ?> and search for "imagick" Module if u find this module than this class will work for more info refer to this link

in2.php.net/manual/en/imagick.insta ...