Please Log in or Create an account to join the conversation.
Sounds like something else installed is adding them to AcyMailing, but isn't adding their user id. CBSubs AcyMailing will always add their user id via AcyMailing API, but since AcyMailing has a unique database key on the email column it errors. Are you using any other means of subscribing to newsletters than CBSubs AcyMailing? If so I recommend reviewing those other usages.it seems that the issue is that the member's email address is already in the AcyMailing list but not associated with their current user id.
CB is not responsible for handling that. The primary email address CB uses is Joomlas which is stored in _users table. Saving a CB users triggers Joomla user store events. AcyMailing should already be handling keeping that synchronized with their Joomla user or system plugin. Ensure it's published and configured properly in Extensions > Plugins. If you continue to have issues with this I suggest contacting AcyMailing.Also we notice that when a member changes their email address in their profile (we use CB Reconfirm Email), the email address for them in AcyMailing does not change to the updated email address.
Please Log in or Create an account to join the conversation.
Sounds like something else installed is adding them to AcyMailing, but isn't adding their user id. CBSubs AcyMailing will always add their user id via AcyMailing API, but since AcyMailing has a unique database key on the email column it errors. Are you using any other means of subscribing to newsletters than CBSubs AcyMailing? If so I recommend reviewing those other usages.
Please Log in or Create an account to join the conversation.
That's exactly what I'm working on implementing as per the above feature ticket.All we need is for that plugin to recognize that when a person is registering as a Community Builder member that if the email address they are using is already existing in the AcyMailing database because they previously registered as a NON-MEMBER, in which case the Community Builder AcyMailing plugin connects that existing email address to the newly created membership account.
Please Log in or Create an account to join the conversation.