Page 1 of 1

PROBLEMS WITH LOADING PRODUCT IMAGES!!

Posted: 19 Jun 2019, 00:50
by williamgomes
hi there,

when trying to upload a product image I'm receiving the following error.
NoDecodeDelegateForThisImageFormat `JPEG' @ error/blob.c/BlobToImage/351, /html/typo3/typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-
core/lib/mwlib/src/MW/Media/Image/Imagick.php:49

GFX/processor is ImageMagick
All TYPO3 image tests work fine

I migrated the system to a different server but did adapt all necessary paths correctly.

TYPO3 8.7.18
Aimeos 18.10.2

Re: PROBLEMS WITH LOADING PRODUCT IMAGES!!

Posted: 19 Jun 2019, 05:59
by superscotty19
Hey,

It's just like PHP: even with the main module installed, you may still require extensions/modules. In this case, even though ImageMagick is installed, there's extra delegates required. Try this link:

https://github.com/thephpleague/glide/issues/237

HTH,
-Scott.