After enabling the OG option to make it the default group homepage, when you navigate to the group page you will get the error Call to undefined function og_is_group_member in \homebox\homebox_og\homebox_og.module on line 105
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | issue_1911428.patch | 550 bytes | blainelang |
Comments
Comment #1
blainelang commentedI've attached a patch - changing the og_is_group_member() to og_is_member() that appears to work.
Comment #2
r06122 commentedme too
Comment #3
rliog_is_group_member is not available in D7. The patch in #1 works for me.
Comment #4
socialnicheguru commentedthis is necessary. it works. homebox_og throws a WSOD without it.
Comment #5
drumm