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

Invalid method signature which blocks Scheduler-Creation #73

Closed weisgerberm closed 9 months ago

weisgerberm commented 1 year ago

Hi, when I try to add any scheduler task, I'll get this error:

Fatal error: Declaration of Causal\ImageAutoresize\Task\fakeSchedulerModuleController::addMessage($message, $severity = TYPO3\CMS\Core\Messaging\FlashMessage::OK) must be compatible with TYPO3\CMS\Scheduler\Controller\SchedulerModuleController::addMessage(TYPO3\CMS\Backend\Template\ModuleTemplate $moduleTemplate, string $message, TYPO3\CMS\Core\Type\ContextualFeedbackSeverity $severity = TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::OK): void in /home//domains//typo3/vendor/causal/image_autoresize/Classes/Task/BatchResizeAdditionalFieldProvider.php on line 168

My setup is TYPO3 12.2 in Composer Mode with PHP 8.1 The extension is in version 2.2.0

xperseguers commented 1 year ago

This is related to https://forge.typo3.org/issues/87193 and only happens with TYPO3 v12.

dogawaf commented 1 year ago

Duplicate of #70 ?