You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the function Tx_Yag_Domain_ImageProcessing_Typo3Processor->getImageResource() is expected to return a ProcessedFile instance. The underlaying core function ContentObjectRenderer->getImgResource() however only creates a ProcessedFile for a non-GIFBUILDER image resource. This means getImageResource() returns NULL in case of a GIFBUILDER resource input, which in turn causes an error in Tx_Yag_Domain_ImageProcessing_Typo3Processor->processFile.
The bug was confirmed with TYPO3 7.6.12 and YAG 4.1.2 .
The text was updated successfully, but these errors were encountered:
I can also confirm this bug with TYPO3 7.6.23 and YAG 4.2.1.
I resolved it for me by using older versions of AbstractProcessor.php and Typo3Processor.php. Namely I got back to this commit 72fbc6a and used the versions of this classes before the change.
Maybe it helps someone to solve his problem(s).
The problem is that the function Tx_Yag_Domain_ImageProcessing_Typo3Processor->getImageResource() is expected to return a ProcessedFile instance. The underlaying core function ContentObjectRenderer->getImgResource() however only creates a ProcessedFile for a non-GIFBUILDER image resource. This means getImageResource() returns NULL in case of a GIFBUILDER resource input, which in turn causes an error in Tx_Yag_Domain_ImageProcessing_Typo3Processor->processFile.
The bug was confirmed with TYPO3 7.6.12 and YAG 4.1.2 .
The text was updated successfully, but these errors were encountered: