Closed (duplicate)
Project:
OG Join Role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2009 at 05:16 UTC
Updated:
29 Mar 2010 at 14:35 UTC
We had a problem with the module. After installing it, nobody could subscribe to groups anymore as the og_subscribe function is in an external file.
The quick fix I did to make it work was adding
'file' => '../og/og.pages.inc'
to the $items['og/subscribe/%node'] array, but I'm sure there's a better way to do this?
Cheers
Michael
Comments
Comment #1
ngstigator commentedMaybe this?
We needn't worry about whether the file is there or not since it is listed as a dependency in the .info file.
Hope this helps.
Chris
Comment #2
estevenadal commentedHello,
In my case a blank screen showed when a user wants to join a group, ive tried to modify the code and the blanks screen appears againg and got the following message
call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'og_subscribe' was given in ...
Do i have to do something else?
thanks
Comment #3
muschpusch commentedduplicate of http://drupal.org/node/745818