[TYPO3-UG Denmark] Image Magick og ver. 6.1.5 hos UnoEuro

Gert Kaae Hansen kaae at tyksak.dk
Wed Oct 30 15:28:13 CET 2013


Hej

Det er lidt kompliceret men det kan virke

I filen /public_html/typo3/sysext/core/Classes/Utility/CommandUtility.php
ændre du linie 127 og 132 til

-$path = escapeshellarg(($path . 'gm' . $isExt)) . ' ' . $command
+$path = escapeshellcmd(($path . 'gm' . $isExt)) . ' ' . $command;

-$path = escapeshellarg($path . ($command == 'composite' ? $combineScript :
$command) . $isExt);
+$path = escapeshellcmd($path . ($command == 'composite' ? $combineScript :
$command) . $isExt);

Husk at du skal fortage disse ændringer ved hver opdatering.

Hilsen
Gert Kaae Hansen
gert at kaae.dk


2013/10/30 Kuno Arnkilde <kuno at arnkilde.dk>

> Forslag til hvordan Image Magick kan afvikles med ver. 6.1.5 hos UnoEuro?
> Stien er korrekt, men ver. 6.1.5 kan ikke finde IM.
> _______________________________________________
> TYPO3-UG-Denmark mailing list
> TYPO3-UG-Denmark at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-denmark
>


More information about the TYPO3-UG-Denmark mailing list