Project

General

Profile

Actions

Bug #22876

closed

Automatically create ENABLE_INSTALL_TOOL file when 1-2-3 Install Tool is used

Added by Jeff Segars almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-06-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When a new user first installs TYPO3, they must create the ENABLE_INSTALL_TOOL file before installation can continue. For a friendlier first install, it would be nice to automatically create the file and go directly to the 1-2-3 Install Tool

Solution:
Just before the tslib_fe redirects to the 1-2-3 Install Tool, we can create the missing ENABLE_INSTALL_TOOL file.

Notes:
  • This file will be created anytime there's a redirect to the 1-2-3 Install Tool and not just on initial install. In practice, this should only happen for the initial install but there's no check to prevent it at other times (if anyone thinks this a problem)
  • typo3/install/index.php handles the check for the ENABLE_INSTALL_TOOL file and the rest of TYPO3 is not yet initialized at this point so that forces us to create the file as part of the tslib_fe redirect or do a more complex rework of typo3/install/index.php.

(issue imported from #M14719)


Files

14719.diff (1011 Bytes) 14719.diff Administrator Admin, 2010-06-14 19:00
14719_v2.diff (1.35 KB) 14719_v2.diff Administrator Admin, 2010-06-22 04:47

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21935: dummy-4.3.0.tar.gz has no ENABLE_INSTALL_TOOLClosedChris topher2010-01-09

Actions
Actions #1

Updated by Jeff Segars almost 14 years ago

Committed to trunk in r8023.

Actions

Also available in: Atom PDF