Project

General

Profile

Bug #103163

Updated by Luc Muller 3 months ago

In TYPO3 11.5.35 a regression was introduced in the filelist. 
 But TYPO3 11.5.36 doesn't seems to correct it completely. 

 Here's my case. 

 Connected with Admin User. 

 I've got a file storage located outside the public directory which is browsable and writable. 

 !clipboard-202402201742-rhefn.png! 
 !clipboard-202402201745-kfjj4.png! 

 When looking at the mountpoint the folders aren't retrieved and I can't use / as the default folder for the mountpoint. 

 !clipboard-202402201744-3crfy.png! 

 Thus resulting in now folders available in the filelist 

 !clipboard-202402201744-o8bu9.png! 

 Everything is working fine in TYPO3 11.5.34 
 In TYPO3 11.5.35 I've got the following error : Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1314516810: Folder "/" does not exist. | TYPO3\CMS\Core\Resource\Exception\FolderDoesNotExistException thrown in file /var/www/XXX/typo3_src-11.5.35/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php /var/www/esta.dev15.ameos.info/typo3_src-11.5.35/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php in line 294. Requested URL: http://XXX/typo3/ajax/filestorage/tree/fetchData?token=--AnonymizedToken-- http://esta.dev15.ameos.info/typo3/ajax/filestorage/tree/fetchData?token=--AnonymizedToken-- 

 Behaviour Expected : Files and folders should be displayed normally. 

Back