Project

General

Profile

Actions

Bug #93245

closed

Images not processed in Scheduler task since version 10.4.11

Added by Borisz Novak over 3 years ago. Updated almost 3 years ago.

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.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #93139: Revert image processingClosedBenni Mack2020-07-242020-07-24

Actions
Related to TYPO3 Core - Bug #93133: Not processing images when indexing in SolrClosed2020-12-21

Actions
Related to TYPO3 Core - Bug #92188: Deferred image processing in the backend is only partly implementedClosed2020-09-03

Actions
Related to TYPO3 Core - Bug #93766: BE user emailMeAtLogin throws TypeErrorClosedStefan Froemken2021-03-17

Actions
Actions

Also available in: Atom PDF