Actions
Bug #93245
closedImages not processed in Scheduler task since version 10.4.11
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2021-01-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Running this code in scheduler task:
$image - is single image taken from single page media, set in backend
$processingInstructions - is array with custom crop and maxWidth
ImageService - is instance of ImageService
$processedImage = $this->imageService->applyProcessingInstructions(
$image->getOriginalResource(),
$processingInstructions
);
$processedImage->getPublicUrl() returns https://typo3-website.com/typo3/index.php?route=%2Fimage%2Fprocess&token=b3373aec31c14dbb98f2c85a1ff03c14464baae4&id=3631
Same code in TYPO3 version 10.4.10 returns something like /fileadmin/_processed_/6/...... and everything is fine.
Issue is present in TYPO3 version 10.4.12 also.
Actions