Project

General

Profile

Actions

Bug #103008

closed

Broken CLI-based installation in 13.0.0 due to required DB port as type ?int but got string

Added by Michael Schams 3 months ago. Updated 3 months ago.

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

typo3-install-cli.png (94.1 KB) typo3-install-cli.png Michael Schams, 2024-02-01 07:42

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #102994: typo3 setup throws exception as port is not casted to intResolved2024-01-30

Actions
Actions #1

Updated by Michael Schams 3 months ago

Does not work with DB driver mysqli but works with driver pdoMysql (no errors).

Actions #2

Updated by Christian Kuhn 3 months ago

  • Related to Bug #102994: typo3 setup throws exception as port is not casted to int added
Actions #3

Updated by Christian Kuhn 3 months ago

Fixed with #102994 already?

Actions #4

Updated by Michael Schams 3 months ago

Yes. I must have missed that. Close my ticket pls :-)

Actions #5

Updated by Christian Kuhn 3 months ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF