Hello I have an error message when launching partitioning script on IT100 alma9 for vmware :
“PHP Fatal error: Uncaught TypeError: Adaptation\Database\Connection\Model\ConnectionConfig::__construct(): Argument #6 ($port) must be of type int, string given, called in /usr/share/centreon/www/class/centreonDB.class.php on line 117 and defined in /usr/share/centreon/src/Adaptation/Database/Connection/Model/ConnectionConfig.php:48”
After replacing “port: port ?? 3306” with “port: 3306” in centreonDB.class.php, I have another error :
“PHP Fatal error: Uncaught Exception: SQLSTATE[HY000] [1045] Access denied for user 'centreon'@'localhost' (using password: NO) in /usr/share/centreon/www/class/centreonDB.class.php:170”
Did I miss a step in installation?
