christophlehmann / imageoptimizer

TYPO3 Extension for lossless image optimization with binaries of your choice.
43 stars 22 forks source link

Exception when WebP Images are created in Fluid #58

Closed bavarianbytes closed 1 year ago

bavarianbytes commented 2 years ago

From time to time this exception pops up in the frontend, when i generate WebP images (out of JPGs) via <f:image fileExtension="webp"> of <f:uri.image fileExtension="webp">.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "webpOnProcessing" in /Users/***/typo3conf/ext/imageoptimizer/Classes/OptimizeImageService.php line 70

TYPO3 11.5.13 imageoptimizer 3.1.0

christophlehmann commented 1 year ago

Seems fixed with #54