Page 1 of 1

Imagemagick not working after Plesk Upgrade

Posted: 2012-03-16T18:55:56-07:00
by gmarchese
Hi all,

Our Imagemagick is not working after the upgrade from Plesk 9.2.3 to 10.4.4.
It's a Windows Server 2008 SP2 with IIS 7.

On different Typo3 Websites the images gets not resized.
Or we get error messages like the following:

Code: Select all

t3lib/utility/class.t3lib_utility_comand.php
function is temporary down
"C:/ImageMagick/ImageMagickconvert.exe" +profile '*' -geometry 100x142! -colorspace RGB -quality 70 "uploads/pics/215771_vB_Ein-Ausfahrtstation.jpg"[0] "typo3temp/pics/806693cc4d.jpg"

0
Maybe Imagemagick needs to be updated?

Many thanks for your help.
Much appreciated!

Best Regards
Giuseppe

Re: Imagemagick not working after Plesk Upgrade

Posted: 2012-03-17T01:37:19-07:00
by Bonzo
Your path or version may have changed try this code in a php file:

Code: Select all

<?php
echo "<pre>";
system("convert -version");
echo "<br>";
system("type convert");   
echo "</pre>";
?>
I am afraid I have no experiance of a windows server.

Re: Imagemagick not working after Plesk Upgrade

Posted: 2012-03-19T03:12:08-07:00
by gmarchese
Hi Bonzo

Many thanks for your post.

Thats the output:

Version: ImageMagick 6.4.9-3 2009-02-05 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

The system cannot find the file specified.

Re: Imagemagick not working after Plesk Upgrade

Posted: 2012-03-19T10:43:13-07:00
by Bonzo
You may need to reinstall Imagemagick to make sure the system can find it.

I do not know much about windows servers or any other methods to locate a program path.

I know on a PC you can check the path in Environment variables to see if it contains a program; but as I say I would try a reinstall first.