Actions
Bug #91050
closed\TYPO3\CMS\Core\Resource\ResourceStorage tries to initialized deleted File Storage
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2020-04-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem/Description¶
Found in the TYPO3 log: After an upgrade from 8.7 to 10.4 I found a log entry in the typo3.log which states that an already deleted file storage (local one, which was already deleted in version 8.7) was taken into account during the initialization of the ResourceStorage.
Wed, 15 Apr 2020 17:39:20 +0200 [ERROR] request="5aef895e0535b" component="TYPO3.CMS.Core.Resource.ResourceStorage": Failed initializing storage [3] "Content-Import", error: Base path "/home/nicecustomersshuser/html/app/releases/20200415153614/private/Content Import/" does not exist or is no directory.
The file storage with UID 3 has an active deleted flag. And yes, the folder was not their, since it is a deleted file storage
Acceptance Criteria¶
A deleted file storage must not be checked as long as it is deleted
Updated by Georg Ringer 6 months ago
- Status changed from New to Closed
couldn't reproduce that and with lack of stack trace it is nearly impossible to know the initial root cause.
if this issue is still valid for v11/v12, please reopen a new issue and reference this one.
Actions