Task #52814
closedDon't throw Exception if "/Packages" cannot be created in Doc-Root
100%
Description
When the new package management takes over throught the Install Tool it tries to create a "Packages" subdirectory directly in PATH_site. This might fail due to no writing rights on this level.
This is not unusual, as TYPO3 never really needed to write anything here, so many installations have hardened their instances by not allowing doc-root-writing.
So we should instead not fatal with an exception, but accept that it wasn't created and not bother about it.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24779
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24779
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 498ca1e906f9480dcba923c0911caf6c560c2a27.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed