Project

General

Profile

Bug #75756

Updated by Frans Saris about 8 years ago

When the record from sys_file_processedfile is deleted but the processed file itself still exitst you run into this fatal error: 

 <pre> 
 #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. 
 </pre> 

 This was introduced with https://review.typo3.org/#/c/46419/ https://review.typo3.org/#/c/36446/

Back