Project

General

Profile

Actions

Bug #90690

closed

Installer throws exception if web-dir is nested

Added by Jan Delius about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2020-03-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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" 
    }
  }

Actions #1

Updated by Gerrit Code Review about 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

Actions #2

Updated by Gerrit Code Review about 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

Actions #3

Updated by Jan Delius about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF