Image -Generierung fehlgeschlagen
Imagemagick /GraphicsMagick -Handhabung ist aktiviert, aber der Befehl execute hat einen Fehler zurückgegeben. Bitte überprüfen Sie Ihre Einstellungen, insbesondere ['GFX'] ['processor_path'] und stellen Sie sicher, dass Ghostscript auf Ihrem Server installiert ist. Stellen Sie auch sicher, dass mögliche Codecs, die für bestimmte Bild- /Videoformate benötigt werden, in Ihrem System verfügbar sind. /> upd < /strong>: In Bezug auf eine ähnliche Frage hier: TYPO3 9 - Bildgenerierung fehlgeschlagen. Moreover, I've created a test .php file in typo3 public folder with just one line of code:
exec('"C:/ImageMagick-6.9.13-Q16/convert.exe" -auto-orient "+profile" "*" -auto-orient -geometry 300x225! -quality 85 -colorspace ... ')
und es funktioniert gut (eine Datei wird erstellt)
upd2 : VAR_DUMP hinzugefügt, wie in Kommentaren vorgeschlagen:
Code: Select all
{
"success":true,
"status":[
{
"severity":2,
"title":"Image generation failed",
"message":"ImageMagick / GraphicsMagick handling is enabled, but the execute command returned an error. Please check your settings, especially [\u0027GFX\u0027][\u0027processor_path\u0027] and ensure Ghostscript is installed on your server. Also ensure that possible codecs needed for specific image/video formats are available on your system.",
"storeInSession":false
}
],
"command":[
[
"C:/inetpub/wwwroot/test13/public/typo3temp/assets/images/installTool-read67ea3dbed9112110967828-jpg.jpg",
"\u0022C:/ImageMagick-6.9.13-Q16/convert.exe\u0022 -auto-orient \u0022+profile\u0022 \u0022*\u0022 -auto-orient -geometry 300x225! -quality 85 -colorspace \u0022sRGB\u0022 \u0022jpg:C:/inetpub/wwwroot/test13/vendor/typo3/cms-install/Resources/Public/Images/TestInput/Test.jpg[0]\u0022 \u0022C:/inetpub/wwwroot/test13/public/typo3temp/assets/images/installTool-read67ea3dbed9112110967828-jpg.jpg\u0022"
]
]
}