MediaWiki 1.29.0-alpha (9526073)
PHP 7.1.1 (apache2handler)
MariaDB 10.1.21-MariaDB
ICU 57.1
Accessing the Special:RecentChanges outputs a Template failed integrity check: ...\includes/templates/EnhancedChangesListGroup.mustache in <b>...\includes\TemplateParser.php on line 116.
Line 112-116:
$keyedHash = substr( $code, 0, 64 );
$code = substr( $code, 64 );
if ( $keyedHash !== hash_hmac( 'sha256', $code, $secretKey ) ) {
// Generate a notice if integrity check fails
trigger_error( "Template failed integrity check: {$filename}" );
}