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.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14228
Updated by Oliver Hader about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 597838be34395d5d9dad720e84816192f36c91bf.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions