Closed (fixed)
Project:
Organic Groups
Version:
4.7.x-1.x-dev
Component:
og.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2006 at 18:16 UTC
Updated:
10 Jan 2007 at 15:44 UTC
After editing/creating a node, a user's organic groups (og.module) e-mail settings are reverted to zero. This issue has been tracked to the subscriptions.module; turning subscriptions.module off, makes the problem go away.
Please refer to http://drupal.org/node/87229#comment-146064
Comments
Comment #1
ricmadeira commentedAn update: since the subscriptions.module ceased sending out notices on node edits the issue with the og-module stopped ocurring there.
The problem still occurs, though, during node creation. When a user creates a node, that user stops receiving his OG e-mail notices because the related option in his profile is reset to "Never receive (OG) e-mails".
Comment #2
ricmadeira commentedCan anyone able look into this? It's a royal pain in the neck. :(
Comment #3
arthurf commentedI'm not able to duplicate this myself, but I don't have OG setup myself, so if you wouldn't mind testing some code out, try inserting
before the
and let me know if that works for you...
thanks!
Comment #4
ricmadeira commentedSorry for the delay; been away from drupal.org for a week. I've just tested your code addition and... there's no change in the abnormal behavior, sorry, the bug still persists.
Comment #5
ricmadeira commentedFor reference, what seems to be happening is that that user_save in subscriptions.module is triggering this part of the og_user function/hook:
Though I have no idea why or how to prevent it.
Comment #6
ricmadeira commentedOkay, so it turns out this might have been a bug with og.module after all, so don't bother with this... the maintainer says it's probably fixed now.
I'll have a look tomorrow and will close this bug if it turns out to be true.
Thanks to all!
Comment #7
ricmadeira commentedFinally fixed, thanks! It was the og.module all along.