Actions
Bug #103008
closedBroken CLI-based installation in 13.0.0 due to required DB port as type ?int but got string
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2024-02-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
CLI-based installation impossible due to a TYPO3 Exception:
mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string given
Same issue if default port is accepted by pressing ENTER or if port is passed as an argument --port=3306
or set as environment variable export TYPO3_DB_PORT=3306
.
Files
Updated by Michael Schams 10 months ago
Does not work with DB driver mysqli but works with driver pdoMysql (no errors).
Updated by Christian Kuhn 10 months ago
- Related to Bug #102994: typo3 setup throws exception as port is not casted to int added
Updated by Michael Schams 10 months ago
Yes. I must have missed that. Close my ticket pls :-)
Actions