Bug #95862
closedEnvironment Overview can't handle Sqlite nor unix-socket connections
100%
Description
In the backend at Admin Tools->Environment Overview, clicking Show System Information results in an error
PHP Warning: Undefined array key "user" in /home/maik/Projekte/typo3-master/public/typo3/sysext/install/Classes/Controller/EnvironmentController.php line 1069
The issue is, that the code in EnvironmentController::getDatabaseConnectionInformation() doesn't account for empty user, host and port fields.
This bug is in 11.5 and as well as master.
Files
Updated by Gerrit Code Review about 3 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/+/72038
Updated by Gerrit Code Review about 3 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/+/72038
Updated by Gerrit Code Review about 3 years ago
Patch set 3 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/+/72038
Updated by Gerrit Code Review about 3 years ago
Patch set 4 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/+/72038
Updated by Maik Beckmann about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ac2e3264511c334d2b0016de4d91d1ca2b2b3b33.
Updated by Jochen Roth about 3 years ago
- Related to Task #95863: Extend acceptance test for Admin Tools -> Environments added