Does webhost have ImageMagick

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
LaocheXe
New to forums
New to forums
Posts: 9
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jun 15, 2014 8:51 am

Does webhost have ImageMagick

Post by LaocheXe »

Does the webhost have ImageMagick?

ImageMagick is a image convert utility.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Does webhost have ImageMagick

Post by kraze »

Yes, all of our webhosting plans support ImageMagick.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

What is the Full path to ImageMagick Convert utility?

We are using E107 CMS and it ask for that.
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: Does webhost have ImageMagick

Post by Spray »

The full path should be: /usr/bin/convert
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

I still get a error with that -
Path to ImageMagick appears to be incorrect


is it the correct path?
User avatar
hiimcody1
Former staff
Former staff
Posts: 1616
Joined: Wed Dec 28, 2011 4:59 pm

Re: Does webhost have ImageMagick

Post by hiimcody1 »

I checked on my webhosting and it's showing that as the correct path.

Code: Select all

codyweb@hosted15 ~ $ /usr/bin/convert
Version: ImageMagick 6.8.8-10 Q16 x86_64 2014-04-07 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

Where did you find that at?
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Does webhost have ImageMagick

Post by soja »

It is a command ran from ssh on the web hosting machine.

It is in the same location for me on hosted5.
Not a NFO employee
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

idk much about ssh, My php info file shows that it's enabled but not the directory/path for it.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Does webhost have ImageMagick

Post by soja »

Where is the software asking for the patch to imagemagick? I installed the cms software on my web hosting account here at NFO to test and it didn't ask me for the path, even after I changed the "method used to resize images" to ImageMagick.
Not a NFO employee
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

Depending on the version of the CMS you got - I have 1.04 and not 2.xx

in 1.04 it's in the Admin Area > Images

I created a page to test it and get the same path as shown above but it still gives me an error and the plugin gallery I use isn't detecting it either.

http://1stcavdiv.us/Tester.php
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Does webhost have ImageMagick

Post by soja »

I'm not sure why it is saying the path is incorrect, have you tried using GD instead of ImageMagick?
Not a NFO employee
LaocheXe
New to forums
New to forums
Posts: 9
Joined: Sun Jun 15, 2014 8:51 am

Re: Does webhost have ImageMagick

Post by LaocheXe »

Yes but had some issues with the image gallery that I had set up - idk why it says its not there - very odd - maybe a re-complie of ImageMagick might work idk, the php info page shows Image Magick is installed but no path....

Might just be the CMS acting stupid.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Does webhost have ImageMagick

Post by soja »

Running this simple PHP code does return that ImageMagick is installed:

Code: Select all

<?php
if( class_exists("Imagick") )
{
    echo "Imagick is installed";
}else{
    echo "Imagick is not installed";
}
?>
Got the code from: http://stackoverflow.com/questions/4208 ... stallation
Not a NFO employee
Post Reply