Project

General

Profile

Actions

Bug #88066

closed

Install - wrong value returned in function executeDatabaseSelectAction

Added by Riccardo De Contardi about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-04-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

According to the reporting by Robin Scholz on Slack, on typo3/sysext/install/Classes/Controller/InstallerController.php the wrong "true" value is returned at the lines 572-581 (latest master) https://github.com/TYPO3/TYPO3.CMS/blob/28a25f4f39a186fdcaaea0e01f9d91aacb4881a2/typo3/sysext/install/Classes/Controller/InstallerController.php#L572-L581:

        } else {
            return new JsonResponse([
                'sucess' => true,
                'status' => [
                    new FlashMessage(
                        'You must select a database.',
                        'No Database selected',
                        FlashMessage::ERROR
                    ),
                ],
            ]);
        }

Also, sucess is spelled wrong.

Thanks Robin for your findings!

Btw the issue is present also on 9.5.5, but at different lines (568-577)

Actions #1

Updated by Gerrit Code Review about 5 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60466

Actions #2

Updated by Gerrit Code Review about 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60466

Actions #3

Updated by Gerrit Code Review almost 5 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60729

Actions #4

Updated by Guido Schmechel almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF