Thank you for reporting this PHP 7 "Too few arguments" error.
It has been fixed for UBB.threads 7.7.2
in admin/edit_subscription.php
FIND:
$admin->setParentTitle($ubbt_lang['SUB_SETUP']);
REPLACE WITH:
$admin->setParentTitle($ubbt_lang['SUB_SETUP'], null);