Bug #51667
Inf. redirection loop after first Step of Install Tool
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
History
#1 Updated by Martin Borer almost 2 years ago
- 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.