Bug #51667
closedInf. redirection loop after first Step of Install Tool
0%
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.
Updated by Martin Borer about 11 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..
Updated by Gerrit Code Review about 11 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
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23614
Updated by Ernesto Baschny about 11 years ago
- Is Regression set to No
Please check if this https://review.typo3.org/#/c/23394 fixes the problem.
Updated by Christian Kuhn about 11 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.