Bug #52993
index.php in DOC_ROOT must be symlinked
Status: | Accepted | Start date: | 2013-10-21 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | 7 Install Improvements | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
If index.php in DOC_ROOT is a file and not a symlink (to typo3_src/index.php) the install tool displays this error message:
Path /index.php is not a link
The target /index.php should be a link, but is of type file. This can not be fixed. Please investigate.
Some providers (e.g. Domainfactory and jweiland.net) do not allow symlinks to files (only to directories) for security reasons.
The install tool should reflect this possibility.
Related issues
History
#1 Updated by Philipp Gampe almost 2 years ago
- Status changed from New to Accepted
We will lover the severity. However the core updater will not work of the folder structure does not match. Maybe we will add the index.php part as an exception, however there are concerns that the code will get to complicated that way.
#2 Updated by Mathias Brodala almost 2 years ago
Philipp Gampe wrote:
We will lover the severity. However the core updater will not work of the folder structure does not match. Maybe we will add the index.php part as an exception, however there are concerns that the code will get to complicated that way.
IMHO all of these checks related to the core updater should be disabled completely if the core updater itself has been disabled.
#3 Updated by Henrik Ziegenhain about 1 year ago
Are there any news on the "exception part"?
Imho the very nice and useful feature of automatic core updates is absolutly useless with Domainfactory - and others not allowing symlinks on files
#4 Updated by Christian Kuhn 9 months ago
Hint: The core updater is just one usage of the FolderStructure, there may be more than these.
What is missing in the folder structure code:
Allow index.php to be an symlink OR a file, but if it is a file, then its content must be identical to a given template.
#5 Updated by Benjamin Mack 19 days ago
- Category changed from Install Tool to 7 Install Improvements
- Target version set to 7.4 (Backend)
#6 Updated by Christian Kuhn 13 days ago
i described a solution scenario in #57706