Bug #93245
closedImages not processed in Scheduler task since version 10.4.11
100%
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.
Updated by Michael Voehringer almost 4 years ago
- Related to Bug #93139: Revert image processing added
Updated by B Novak almost 4 years ago
- Related to Bug #93133: Not processing images when indexing in Solr added
Updated by Daniel Goerz over 3 years ago
- Related to Bug #92188: Deferred image processing in the backend is only partly implemented added
Updated by Daniel Goerz over 3 years ago
Please try to disable the processor in CLI context in you AdditionalConfiguration.php until this is fixed in the core.
if (TYPO3\CMS\Core\Core\Environment::isCli()) { unset($GLOBALS['TYPO3_CONF_VARS']['SYS']['fal']['processors']['DeferredBackendImageProcessor']); }
Updated by Daniel Goerz over 3 years ago
- Related to Bug #93766: BE user emailMeAtLogin throws TypeError added
Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68518
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68518
Updated by Helmut Hummel over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8d956220a13a0870f8c52bbfba8132077e30d5d4.