Actions
Bug #95862
closedEnvironment Overview can't handle Sqlite nor unix-socket connections
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2021-11-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions