Project

General

Profile

Actions

Feature #60848

closed

Allow automatic update if /index.php is not a symlink

Added by Jan Bartels almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2014-08-07
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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 1 (0 open1 closed)

Related to TYPO3 Core - Bug #52993: index.php in DOC_ROOT must be symlinkedClosed2013-10-21

Actions
Actions #1

Updated by Mathias Brodala over 9 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).

Actions #2

Updated by Jan Bartels over 9 years ago

My /index.php contains just one line:

require __DIR__ . '/typo3_src/index.php';

This allows automatic updates, of course.

Actions #3

Updated by Christian Kuhn over 9 years ago

  • Status changed from New to Closed

Resolved as duplicate of #52993

Actions

Also available in: Atom PDF