Actions
Bug #65230
closedPrevent duplicate '/' in filepath when using LocalDriver to upload a file
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Currently it is not possible to upload a file on a Windows Azure TYPO3 installation.
This is because the target path, where the file should be moved to, contains a duplicate /
.
#1: PHP Warning: rename(C:/DWASFiles/Sites/t3az/Temp/php7B2F.tmp,D:/home/site/wwwroot/fileadmin//foo.txt): The specified path is invalid. (code: 161) in D:\home\site\wwwroot\typo3\sysext\core\Classes\Resource\Driver\LocalDriver.php line 665 (More information)
See https://github.com/dkd/typo3-cms-azure/issues/1 for details.
Actions