Bug #90690
closedInstaller throws exception if web-dir is nested
100%
Description
If you install TYPO3 via composer you have the possibility to use a nested directory as "web-dir". During the installation an exception is thrown because the DefaultFactory of ext:install does not take this nested path apart and makes only one DirectoryNode out of it.
Such a structure is suitable for e.g. headless applications with separate front end.
Example part for custom web-dir configuration:
"extra": {
"typo3/cms": {
"web-dir": "public/api"
}
}
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63640
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63640
Updated by Jan Delius over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77d2e6b31aa0753d1935c0f0f1cca293f3b4aa9e.