The following file needs these 2 modifications:
extensions\MultiBoilerplate\SpecialBoilerplates.php
Line 54 and Line 81:
Replace this:
$output->addWikiText( $boilerplates );
with this:
$output->addWikiTextAsInterface( $boilerplates );
The $output->addWikiText was deprecated and no longer available.