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 #1

Updated by Michael Voehringer over 3 years ago

  • Related to Bug #93139: Revert image processing added
Actions #2

Updated by Borisz Novak about 3 years ago

  • Related to Bug #93133: Not processing images when indexing in Solr added
Actions #3

Updated by Daniel Goerz about 3 years ago

  • Related to Bug #92188: Deferred image processing in the backend is only partly implemented added
Actions #4

Updated by Daniel Goerz about 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']);
}
Actions #5

Updated by Georg Ringer about 3 years ago

  • Status changed from New to Accepted
Actions #6

Updated by Daniel Goerz about 3 years ago

  • Related to Bug #93766: BE user emailMeAtLogin throws TypeError added
Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Helmut Hummel about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Borisz Novak about 3 years ago

Works fine since version 10.4.15.
Thanks.

Actions #11

Updated by Benni Mack almost 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF