Project

General

Profile

Actions

Bug #88400

closed

ProcessedFile does not implement FAL methods correctly

Added by Daniel Corn almost 5 years ago. Updated 7 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2019-05-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

A Processed File instance can not be moved through the API methods.

$processedImage->moveTo() will crash with the following exception:

Uncaught TYPO3 Exception Argument 1 passed to TYPO3\CMS\Core\Resource\Index\Indexer::updateIndexEntry() must be an instance of TYPO3\CMS\Core\Resource\File, instance of TYPO3\CMS\Core\Resource\ProcessedFile given, called in typo3/sysext/core/Classes/Resource/ResourceStorage.php on line 1978
thrown in file typo3/sysext/core/Classes/Resource/Index/Indexer.php
in line 88

A basic extension that invokes this behaviour can be found under https://github.com/iresults/resize_image_error

Example call

typo3 resize-image-error:image-resize fileadmin/test/input.jpg fileadmin/test/output.jpg
Actions #1

Updated by Benni Mack 9 months ago

  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Gerrit Code Review 7 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81120

Actions #3

Updated by Gerrit Code Review 7 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81120

Actions #4

Updated by Gerrit Code Review 7 months ago

Patch set 1 for branch 12.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/+/81140

Actions #5

Updated by Oliver Bartsch 7 months ago

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

Also available in: Atom PDF