Project

General

Profile

Actions

Bug #79579

closed

TYPO3 cannot be operated with custom "path" type repository with symlink=true

Added by Claus Due over 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-02-01
Due date:
% Done:

0%

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

Description

The described method of installation leaves the TYPO3 site inoperable due to entry points not being able to find the composer autoload file. The solution could be:

1. Make HTTP entry points read TYPO3_PATH_ROOT from ENV instead of naively assuming a specific relative path.
2. Make CLI entry point smarter regarding detecting the entry point

The challenge being that CLI does not know / cannot demand TYPO3_PATH_ROOT in ENV and must instead analyse the path to the command that gets called, rather than the file that handles the command.

Actions

Also available in: Atom PDF