Bug #51667

Inf. redirection loop after first Step of Install Tool

Added by Martin Borer almost 2 years ago. Updated over 1 year ago.

Status:Closed Start date:2013-09-03
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:Install Tool Spent time: -
Target version:6.2.0
TYPO3 Version:6.2 Is Regression:No
PHP Version:5.4 Sprint Focus:
Complexity:

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

related to Core - Task #49162: Rewrite install tool Resolved 2011-10-30
related to Core - Bug #51433: Install tool: Refactor database connect configuration set... Resolved 2013-08-28
related to Core - Bug #51956: Install Tool does not ask for database settings Resolved 2013-09-12
related to Core - Bug #53997: 123 Installer tries to find database before the user is a... Closed 2013-11-27

History

#1 Updated by Martin Borer almost 2 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..

#2 Updated by Gerrit Code Review almost 2 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

#3 Updated by Ernesto Baschny almost 2 years ago

  • Target version set to 6.2.0

#4 Updated by Gerrit Code Review almost 2 years ago

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

#5 Updated by Ernesto Baschny almost 2 years ago

  • Is Regression set to No

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

#6 Updated by Christian Kuhn almost 2 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.

Also available in: Atom PDF