Task #55160
closedEpic #55070: Workpackages
Epic #54260: WP: FAL Missing Issues / Features / API
Story #54264: As an Enterprise User I want to use Storages outside my webroot or on remote systems in order to structure my Files according to my IT-Guidelines
Exception on first access to FILE -> Filelist
100%
Description
In a fresh, clean TYPO3 CMS 6.2 LTS beta4 instance, when you access "Filelist" in module "FILE", an exception occurs: "File /Object/ does not exist." (in page tree and in content frame), see attached screenshot.
When you click "Filelist" again, the proper "content" appears in the content frame, exception remains in page tree. You only get this the first time you access these functions. Not again after that, even after clearing caches (all caches, page content cache and configuration cache) and deleting all files under typo3temp (recursively).
But the issue is reproducible: install a new TYPO3 CMS 6.2 LTS beta4 instance, go to the backend and do same steps as described above.
Exception number is: 1314516809 - http://wiki.typo3.org/Exception/CMS/1314516809
Which appears in file typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
twice:
method getFileInfoByIdentifier() - line 238
method getFolderInfoByIdentifier() - line 256
This issue is related to ticket #55117 (same exception).
Files