Bug #17390
closedfile module: a folder named 'fileadmin/0' is not being handled and masks out other files and folders
0%
Description
PROBLEM:
(1) I can't create a folder '0' (just the single digit 0) from within the file tool in the backend.
(2) If folder '0' exists it isn't shown. Same with any remaining files and folders: they are not shown. The sequence seems a bit abitrary as its probably the order in which they were created.
(3) In my case it happened to be that '0' was the first and consequently NO SINGLE FILE OR FOLDER showed up below 'fileadmin/'!
(4) Renaming the folder '0' to 'v0' immediately brought back all other hidden entries.
(5) The file picker in the content edititing areas is affected as well and shows the same behaviour.
SUSPICION, probably the problem:
The folder name '0' ist somewhere in the PHP-Code treated als 'false' and stops further processing.
Notice:
The problem has nothing to do with file and folder permissions. These are and were correct.
The reported problem has not
(issue imported from #M5807)
Updated by Martin Bless about 16 years ago
Looks like this problem has been solved with http://bugs.typo3.org/view.php?id=2642