Bug #65230
closedPrevent duplicate '/' in filepath when using LocalDriver to upload a file
100%
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.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37104
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37104
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37204
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c2da28cb4dc9c7956def379c9f38aaa77fada9e3.