If your website won't load after updating to BuddyPress 12.1.1 it is likely a conflict with bbPress or another BuddyPress compatible plugin. Install the BP Classic plugin to fix this issue.

Okay
  Print

How do I add comments to the parent hub page?

Copy hub-template.php and to your child theme and find:

</article>

Above this add:

<?php comments_template(); ?>

Now go a hub page, edit it and click the Screen Options button in the top right corner of the page and make sure the Discussions option is checked. Finally scroll down to the Discussion panel and check the Allow comments option.