Project

General

Profile

Actions

Bug #51667

closed

Inf. redirection loop after first Step of Install Tool

Added by Martin Borer over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2013-09-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

System environment check
After clicking: I know what I'm doing, continue! (only warnings)

The dummy folders were created, but install tool stops with an infinite redirection loop.

Tested with current master Branch on Windows and Mac.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #51433: Install tool: Refactor database connect configuration settingsClosed2013-08-28

Actions
Related to TYPO3 Core - Task #49162: Rewrite install toolClosed2011-10-30

Actions
Related to TYPO3 Core - Bug #51956: Install Tool does not ask for database settingsClosed2013-09-12

Actions
Related to TYPO3 Core - Bug #53997: 123 Installer tries to find database before the user is asked to select one.Closed2013-11-27

Actions
Actions #1

Updated by Martin Borer over 10 years ago

Found out how to reproduce the problem:
  • Add a MySQL User with no username and no password.
  • This will lead to a successfull DB-Connection during DatabaseConnect Step.
  • The step will be skiped and this leads to a infinite redirection loop.

It's possible to fix this by checking username in
TYPO3\CMS\Install\Controller\Action\Step\DatabaseConnect->isConnectSuccessful

don't know if this is the right solution, database connections without a username will be not possible after this kind of fix..

Actions #2

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23614

Actions #3

Updated by Ernesto Baschny over 10 years ago

  • Target version set to 6.2.0
Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23614

Actions #5

Updated by Ernesto Baschny over 10 years ago

  • Is Regression set to No

Please check if this https://review.typo3.org/#/c/23394 fixes the problem.

Actions #6

Updated by Christian Kuhn over 10 years ago

  • Status changed from Under Review to Closed

Handled with issue #51433, please test latest version of https://review.typo3.org/#/c/23394 to test this.

Actions

Also available in: Atom PDF