Feature #60848
closedAllow automatic update if /index.php is not a symlink
0%
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.
Updated by Mathias Brodala about 10 years 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
).
Updated by Jan Bartels about 10 years ago
My /index.php contains just one line:
require __DIR__ . '/typo3_src/index.php';
This allows automatic updates, of course.
Updated by Christian Kuhn about 10 years ago
- Status changed from New to Closed
Resolved as duplicate of #52993