Feature #60848
Allow automatic update if /index.php is not a symlink
Status: | Closed | Start date: | 2014-08-07 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | - | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
On (managed) servers where symlinks to files are not allowed the Install Tool reports an error if /index.php is a file instead of an expected symlink. This prevents automatic updates by the Install Tool though the update process is probably not even affected by the /index.php. The Install Tool should output a warning only for the missing symlink and should proceed with the automatic update process.
Related issues
History
#1 Updated by Mathias Brodala 10 months ago
The thing is, the index.php
could very well be affected by an update. In this special case the core updater needs to be able to tell you about this, otherwise you might be missing critical changes. (Given you have copied and not require
'd the index.php
).
#2 Updated by Jan Bartels 10 months ago
My /index.php contains just one line:
require __DIR__ . '/typo3_src/index.php';
This allows automatic updates, of course.
#3 Updated by Christian Kuhn 9 months ago
- Status changed from New to Closed
Resolved as duplicate of #52993