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

Also available in: Atom PDF