Bug #84079
closedError after creating file containing spaces
0%
Description
When creating a file containing spaces (like "hello world.txt"), Typo3 fails subsequently with the following error:
#1329647780: Object with identifier "1:/user_upload/hello world.txt" does not exist in storage
The file has been created, but the containing space has been replaced with an underscore. Thus "hello_world.txt" exists, but "hello world.txt" does not.
Files
Updated by Wolfgang Klinger over 6 years ago
- Related to Bug #84178: Cannot create but upload file with "@" in name added
Updated by Wolfgang Klinger over 6 years ago
This will be fixed (more obvious) with #84178.
Please test with the patch there.
Updated by Riccardo De Contardi over 6 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Needs Feedback
#84178 has been merged.
I tried the following text with 8.7.16
1) go to filelist view, click on a folder
2) create a new txt file
3) choose as name "Hello spank.txt" (with the space)
Result:¶
the file has been created with name hello_spank.txt
No error, just a warning:
The file name "hello spank.txt" is invalid, the file was automatically renamed to "hello_spank.txt". File created: "hello_spank.txt".
Do you think it is sufficient to consider this issue closed?
Updated by David Henninger over 6 years ago
Riccardo De Contardi wrote:
#84178 has been merged.
Do you think it is sufficient to consider this issue closed?
Yes, that seems to be a good solution, tho allowing spaces within file names would also be very much welcomed, especially for files people download, just for improved readability.
Thanks for the heads up!
Updated by Riccardo De Contardi over 6 years ago
- Status changed from Needs Feedback to Closed
Thank you for your feedback; I close this one for now;
If you think that this is the wrong decision or there is still work to be done on this topic please reopen it or open a new issue with a reference to this one.
Thank you.