Since Tuleap is running PHP 8.1, there are some breaking changes in mysqli functions [0].
In order to prevent errors raised that changes, and only for this legacy mediawiki service, we have to toggle off the mysqli_report parameter.
[0] https://github.com/php/php-src/issues/8148