Bug #75756
closedFatal error occurs when sys_file_processedfile table is cleared but processed file is still present
100%
Description
When the record from sys_file_processedfile is deleted but the processed file itself still exitst you run into this fatal error:
#1: PHP Catchable Fatal Error: Argument 1 passed to TYPO3\CMS\Core\Resource\ResourceStorage::getFileForLocalProcessing() must implement interface TYPO3\CMS\Core\Resource\FileInterface, null given, called in typo3/cms/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php on line 118 and defined in typo3/cms/typo3/sysext/core/Classes/Resource/ResourceStorage.php line 1337 TYPO3\CMS\Core\Error\Exception thrown in file typo3/cms/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.
This was introduced with https://review.typo3.org/#/c/46905
Updated by Matthias Eberlein over 8 years ago
Hi, i get nearly the same, but the error shows up together with Extension "Media & Vidi" in Terminal ./typo3/cli_dispatch.phpsh extbase thumbnail:generate and the same error in Be Modul Media
Oops, an error occurred: Argument 1 passed to TYPO3\CMS\Core\Resource\ResourceStorage::getFileForLocalProcessing() must implement interface TYPO3\CMS\Core\Resource\FileInterface, null given, called in /var/www/virtual/domingo/sources/typo3_src-7.6.5/typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php on line 118
When i go back to TYPO3 Core 7.6.4 all runs fine.
Regards
Matthias
Updated by Frans Saris over 8 years ago
- Status changed from New to In Progress
Arno Schoon is working on a fix
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47783
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47787
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47783
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47795
Updated by Arno Schoon over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 036c6ba143fd99d70cd84f9bd4cda19e1fcd7c7e.