Actions
Bug #40438
closedInstall process fails on case-insensitive file systems
Start date:
2012-08-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The install process fails on case-insensitive file systems like HFS+ on Mac OS X.
The reason is that "classes" and "Classes" are the same in that regard, which will load the old saltedpasswords autoloader.
Since the extension is not enabled in the install process, this will fail of course.
Actions