We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#2367 - Composr 10b5: Critical error when using awards block to display award based on usergroup
index d2a035d..fe717b2 100755
--- a/sources/cns_groups.php
+++ b/sources/cns_groups.php
@@ -58,6 +58,7 @@ function render_group_box($row, $zone = '_SEARCH', $give_context = true, $guid =
$summary = get_translated_text($row['g_name'], $GLOBALS['FORUM_DB']);
+ require_code('cns_groups2');
$num_members = cns_get_group_members_raw_count($row['id']);
$entry_details = do_lang_tempcode('GROUP_NUM_MEMBERS', escape_html(integer_format($num_members)));