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.
Actions