Bug #46007
Downloads with Whitespaces in Foldername fails after Migrate
Status: | Resolved | Start date: | 2013-03-04 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
In the past download links set via RTE are stored in DB like this:
<link fileadmin/user_upload/pdf/10Ratgeber%20%2B%20Anleitungen/file.pdf _blank download "Leitet Herunterladen der Datei ein">Download</link>
When I edit the Content Element with the above mentioned link I get the attached Exception.
In my eyes this issue is caused by the whitespaces in the foldername. Renaming the dir to "10Ratgeber_Anleitungen" and editing the path manually with phpmyadmin solves the problem.
Related issues
History
#1 Updated by Henrik Ziegenhain over 2 years ago
Maybe related to #45490
#2 Updated by Henrik Ziegenhain over 2 years ago
The attached patch at #45490 from Marc Bastian Heinrichs solves this issue.
#3 Updated by Michael Stucki over 2 years ago
- Status changed from New to Resolved
As this seems to be a duplicate of #45490, I am closing this issue.