xperseguers / t3ext-image_autoresize

TYPO3 Extension image_autoresize. Simplify the way your editors may upload their images.
https://extensions.typo3.org/extension/image_autoresize
GNU General Public License v3.0
16 stars 22 forks source link

v2.2.2 | Scheduler Tasks broken, due to addMessage in BatchResizeAdditionalFieldProvider.php #96

Closed nfx85 closed 8 months ago

nfx85 commented 8 months ago

https://github.com/xperseguers/t3ext-image_autoresize/blob/2da41305c8b10cb33fc67cc3a0430c98e42adb1b/Classes/Task/BatchResizeAdditionalFieldProvider.php#L170

the Signature of the baseMethod is: protected function addMessage(ModuleTemplate $moduleTemplate, string $message, ContextualFeedbackSeverity $severity = ContextualFeedbackSeverity::OK): void

So PHP throws an error.

xperseguers commented 8 months ago

This duplicate #80 and is already fixed in master branch (thus won't be "fixed" another way for v2.2.2).