We have just updated our internal wiki to 1.42.1 and noticed that it completely stopped working with various php processing timeout (see error below).
After some debugging we realized that the culprit was the Extension:Auth_remoteuser since it worked when we removed the include in LocalSettings.php.
For the time being we have downgraded to 1.41.1 again since it is a private wiki and there is no point for us running it without LDAP Auth. The wiki is hosted via reverse proxy and docker, but this should not really matter to this issue 🤔
Steps to replicate the issue (include links if applicable):
- Load/Confiture Extension:Auth_remote user in LocalSettings.php
- Upgrade to mediawiki 1.42.1
- Try to load the wiki
What happens?:
We're getting timeouts and no mediawiki UI is rendered:
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/includes/json/FormatJson.php on line 112 Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/includes/exception/MWExceptionHandler.php on line 484
What should have happened instead?:
Mediawiki works as usual
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
MediaWiki 1.42.1
PHP 8.1.29
Other information (browser name/version, screenshots, etc.):
