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

TYPO3_REQUEST error using cli command #69

Closed valentin- closed 1 year ago

valentin- commented 1 year ago

Hi, related to https://github.com/xperseguers/t3ext-image_autoresize/issues/68 there is still a request issue in the ImageResizer file.

image

xperseguers commented 1 year ago

Hi @valentin-, would you mind trying this?

Edit file Classes/Service/ImageResizer.php and replace the body of function localize (around line 451 where it fails) with that:

return \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate($input);

I guess it will solve that issue...

valentin- commented 1 year ago

@xperseguers yes that's working.