Project

General

Profile

Actions

Bug #80088

closed

Call to undefined method TYPO3\CMS\Core\Resource\ProcessedFile::setMissing()

Added by Wolfgang Klinger over 7 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF