Closed (fixed)
Project:
Organic Groups
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2005 at 01:40 UTC
Updated:
24 May 2005 at 19:08 UTC
When I attempt to accept an invitation via the link in the email, I get this error:
warning: implode(): Bad arguments. in /home/virtual/site2/fst/var/www/html/modules/og.module on line 419.
warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site2/fst/var/www/html/includes/common.inc:385) in /home/virtual/site2/fst/var/www/html/includes/common.inc on line 193.
although, when I log into my account, it appears that my subscription request was sent to the administrator.
Comments
Comment #1
moshe weitzman commentedcould someone confirm if this is still a problem?
Comment #2
samo commentedstill a problem if there are no admins in a group.
if you initialize the $admins array with the email of the manager, you won't have this problem
Comment #3
moshe weitzman commentedthe owner of the group node is not allowed to unsubscribe. I don't see how this could happen. what am i missing?
Comment #4
samo commentedOdd... must be an artifact of some node_access problems.
Looking through the code, I don't see any way for the manager to unsubscribe and thus the implode problem should never happen.
To fix my node_access problem I ran this sql statement:
REPLACE INTO node_access (nid, gid, realm, grant_view, grant_update, grant_delete) VALUES (%d, %d, 'og_uid', 1, 1, 1)Comment #5
moshe weitzman commented