Closed (duplicate)
Project:
Spaces
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 14:29 UTC
Updated:
25 Feb 2012 at 04:44 UTC
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
Comment #1
freelockJust ran across this issue myself, and found this older bug: #1218056: Groups Tab user/%user/edit/groups throws fatal error