stable

Clone or download

Read-only

fix: Close request #31065 MW 1.23 creation fails when Math extension is installed

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 How to test ----------- * Install the Mediwiki Math extension in your Tuleap * Create a new project * Activate the MW 1.23 service => The MW must be well instanciated and working as expected. Change-Id: I470c6e4cd3f59b359638278913d82396d8c0aff3

Modified Files

Name
M plugins/mediawiki/www/LocalSettings.php +3 −0 Go to diff View file