Actions
Bug #80088
closedCall to undefined method TYPO3\CMS\Core\Resource\ProcessedFile::setMissing()
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Error thrown in file /var/www/wu7/vendor/typo3/cms/typo3/sysext/core/Classes/Resource/ResourceStorage.php in line 627
ProcessedFile has no 'missing' property.
This part in ResourceStorage::checkFileActionPermission
if ($this->driver->fileExists($file->getIdentifier()) === false) { $file->setMissing(true); $isMissing = true; }
is missing the check for $isProcessedFile
Actions