http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/ma...

$Id: phplist.module,v 1.31 2006/03/18 02:28:42 killes Exp $ */

I replaced only the phplist.module in CivicSpace, not any DB changes.

http://localhost/~kieran/civicspace-0.8.3/?q=admin/massmailer/list/manage/1

Subscribed CiviCRM groups * All CiviCRM contacts - view · unsubscribe

When I click Actions
Assign Current Subscribers I go to: http://localhost/~kieran/civicspace-0.8.3/?q=admin/massmailer/list/assign/1

In Current list: All contacts there is no one in either subscribers or not susbscribed.

I go back to manage and click: All CiviCRM contacts - view
http://localhost/~kieran/civicspace-0.8.3/?q=civicrm/group/search&reset=...

And there two conacts in the all contacts group.

Kieran

Comments

Amazon’s picture

Title: CiviCRM groups no longer added to mailing lists » New subscriber added to CiviCRM Group but is wrong subscriber is removed from CiviCRM group when new subscriber unsubscribes

When I add a user to the mailing list with the CiviCRM Group: All CiviCRM contacts the new subscriber(kieranlal@localhost) is added to the All CiviCRM contacts group.

When I unsubscribe (kieranlal@localhost) it removes kieran@civicspacelabs instead.

Kieran

Amazon’s picture

I think the problem comes from the fact that the assign subscribers

?q=admin/massmailer/list/assign/1

does not have a fresh list of the CiviCRM group when assigning.

Amazon’s picture

Title: New subscriber added to CiviCRM Group but is wrong subscriber is removed from CiviCRM group when new subscriber unsubscribes » Wrong subscriber is removed from CiviCRM group when new subscriber unsubscribes

From this page:
?q=admin/massmailer/list/manage/1

On this link
http://localhost/~kieran/0.8.3/?q=admin/massmailer/list/unsubscribe/subs...

Kieran

killes@www.drop.org’s picture

"When I unsubscribe (kieranlal@localhost) it removes kieran@civicspacelabs instead."

From what is kieran@civicspacelabs removed? The ML, the CiviCRM group, or both?

Amazon’s picture

It is removed from CiviCRM and the mailing list.

Amazon’s picture

http://localhost/~kieran/0.8.3/?q=admin/massmailer/list/manage/1
Verified subscriber is in CiviCRM
Unsubscribe: http://localhost/~kieran/0.8.3/?q=admin/massmailer/list/unsubscribe/subs...

Clicked unsubscribe. wrong email contact removed from CiviCRM.

dewolfe001’s picture

I am having problems that may be related. I am not using Mass Mailer, but I am using CiviCRM. What I have found:
we have duplicated location_id records in civicrm_email. Old references that are related old sign-ups with a particular location_id; and a new record with new information is added, a joined UPDATE statement looks to match on the location_id and match the first (and older) reference.

e.g. something is going screwy with UFMatch.php (CRM/Core/BAO/UFMatch.php) around line 114:

                $query = "
UPDATE  civicrm_contact
LEFT JOIN civicrm_location ON ( civicrm_location.entity_table = 'civicrm_contact' AND
                                civicrm_contact.id  = civicrm_location.entity_id  AND
                                civicrm_location.is_primary = 1 )
LEFT JOIN civicrm_email    ON ( civicrm_location.id = civicrm_email.location_id   AND
                                civicrm_email.is_primary = 1    )
SET civicrm_email.email = %1 WHERE civicrm_contact.id = %2 ";

it looks when the contact record is added it can use an old and incorrect location_id

Amazon’s picture

Status: Active » Closed (won't fix)