When I goto user/1/edit/group

I get a WSOD and this in the logs:
PHP Fatal error: Call to undefined function og_user() in spaces/spaces_og/spaces_og.pages.inc on line 7

in og this is what is defined for og_user
grep 'function og_user' *
og.module:function og_user_access($gid, $string, $account = NULL, $skip_alter = FALSE) {
og.module:function og_user_access_entity($perm, $entity_type, $entity, $account = NULL) {
og.module:function og_user_access_by_entity($perm, $entity_type = NULL, $etid = NULL, $account = NULL) {

Comments

freelock’s picture

Status: Active » Closed (duplicate)

Just ran across this issue myself, and found this older bug: #1218056: Groups Tab user/%user/edit/groups throws fatal error