When creating groups, groups forums don't work unless you run the following command (basically it was missing the # in Link='forum/groups/forum/'
Mysql Query to fix:
update sys_menu_top set Link='forum/groups/#forum/{bx_groups_view_uri}-0.htm|forum/groups/' where Link='forum/groups/forum/{bx_groups_view_uri}-0.htm|forum/groups/';