[TYPO3-english] TYPO3 4.5 and ImageMagick

Jigal van Hemert jigal at xs4all.nl
Tue Feb 1 18:46:00 CET 2011


Hi,

On 1-2-2011 16:29, Unai Aizpurua wrote:
> 4.4
> ImageMagick commands executed:
> c:\imagemagick\/convert.exe +profile '*' -geometry 150x120!
> "G:/servidorweb/lander/typo3/sysext/install/imgs/jesus2_transp.gif"[0]
> "G:/servidorweb/lander/typo3temp/pics/install_scale_gif.gif"
> OK
>
> 4.5
> There was no result from the ImageMagick operation
> Below there's a dump of the ImageMagick commands executed:
> "c:/imagemagick/convert.exe" +profile '*' -geometry 150x120!
> "G:/servidorweb/lander/typo3/sysext/install/imgs/jesus2_transp.gif"[0]
> "G:/servidorweb/lander/typo3temp/pics/install_scale_gif.gif"
>
> in 4.5 there are "quotation marks" in the convert.exe command.
> Could this be the error?

This is done to support all the installations which have whitespace 
characters in the path to IM/GM. This is quite common, especially on 
Windows installations.

If you have safe_mode enabled this will be a problem.
Because safe_mode is deprecated as of PHP 5.3, because the PHP manual 
advises to disable for quite some time and a few other reasons it was 
decided that for 4.5 safe_mode will be supported as long as it doesn't 
conflict with other things. This is such a case.
If there is a fail safe way to support both white space in paths and 
safe_mode it will be implemented.

The install tool also warns if safe_mode is enabled and advises to 
disable the use of IM/GM if it is enabled.

-- 
Kind regards / met vriendelijke groet,

Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh


More information about the TYPO3-english mailing list