Actions
Bug #80146
closedUpgrade Analysis throws exception on Windows
Start date:
2017-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Due to the everlasting issue with directory separators the Upgrade Analysis in the Install Tool throws an exception in two functions which check if the file is within the documentation directory. After using realpath() backslashes must be replaced by forward slashes to prevent problems with comparing.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New 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 https://review.typo3.org/51959
Updated by Jigal van Hemert over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a05aee327bb20c2302378e6d7905a1842ddbc71d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions