// Assert compatibility fix for PHP 8.1 with disabled assertions
if (!function_exists('assert')) {
function assert($assertion, $description = null) {
return true;
}
}
SMF file version (2.1.6) does not match SMF database version (2.1.7).
Run the SMF upgrader to fix this.
More information.