Old code in the extensions caused a UBN that required a rollback on donate-wiki. Ticket for that is T390032: PHP Deprecated: Use of MediaWiki\Output\OutputPage::parserOptions was deprecated in MediaWiki 1.44. [Called from MediaWiki\Extension\FundraiserLandingPage\Specials\FundraiserLandingPage::execute]
Let's remove this code and replace it with a suitable alternative.
The offending code is here https://github.com/wikimedia/mediawiki-extensions-FundraiserLandingPage/blob/86b7ea7d3a7b0eb2dc8b751a1cbc1463e471fcb6/includes/Specials/FundraiserLandingPage.php#L114