subscribe with multiple groups enabled won't work correctly
| Project: | CiviCRM Subscribe |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Under site configuration for civicrm_subscribe, if I have only one group enabled for CiviCRM groups users can subscribe to, and proceed with subscribing an email address to that group, it will insert/update my civicrm profile/contact correctly, applying the group, etc, to that contact.
However, when I enable multiple groups for users to subscribe to, I run into issues.
Following instructions from http://drupal.org/node/169322, if I then proceed to user/subscribe, it tells me:
"You can not signup for this group, contact your system administrator, edit the settings page, or try another group"
If i go to user/subscribe/groupid, it appears to load correctly. I then submit my valid email address and get the following 2 error messages:
"You can not signup for this group, contact your system administrator, edit the settings page, or try another group"
"Your Email address is invalid."
(These errors appear for anonymous, authenticated and administrative users)
Has anyone run into any issues with multiple groups enabled on subscriptions before? Any suggestions?

#1
I can't reproduce the problem.
I was working on this module yesterday, and it's possible that you checked out a work-in-progress. Since I was working on features related to the reported problem, I hope that if you check out the latest dev snapshot (civicrm_subscribe.module 1.1.2.9), it will work now.
#2
Thanks! We updated again yesterday and I am not seeing the errors any more. That seems to have done the trick
#3
#4