Sometimes we need to grant admin permissions for a subsite to a group or member. Right now the groups admin pages are horked, and you have to do it via psql.
Find the packge_id of the subsite, and the id of the user or group that you want to have admin permissions. Then run psql and run this query:
select acs_permission__grant_permission(subsite_package_id, party_id,'admin');