CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Deleting a Pending Group membership
Pages: [1]

Author Topic: Deleting a Pending Group membership  (Read 757 times)

conductorchris

  • I post frequently
  • ***
  • Posts: 167
  • Karma: 9
    • Vermont Rail Action Network
  • CiviCRM version: 4.5.0
  • CMS version: Joomla 3.2.7
  • MySQL version: 5.5.32
  • PHP version: 5.3.26
Deleting a Pending Group membership
March 19, 2009, 12:51:07 pm
I have a constituent who cannot manage the process of signing up for my mailing list.  The problem is replying to the conformation e-mail, which seems to be too much for her to manage.  Her status in this group is "pending"

She asked me to just sign her up manually, so I went to do so, but cannot as her membership is already pending.  So I clicked "remove" on her group membership, but nothing happens and I cannot seem to remove her.

This must have come up before.  Any suggestions?
Thanks to those who help create and enhance civiCRM!

conductorchris

  • I post frequently
  • ***
  • Posts: 167
  • Karma: 9
    • Vermont Rail Action Network
  • CiviCRM version: 4.5.0
  • CMS version: Joomla 3.2.7
  • MySQL version: 5.5.32
  • PHP version: 5.3.26
Re: Deleting a Pending Group membership
March 21, 2009, 12:28:01 pm
What I did was to go to the table:
civicrm_group_contact
using phpMyAdmin
and use the following SQL query to change all the 'pending' to 'added'.
UPDATE `vran`.`civicrm_group_contact` SET `status` = 'Added' WHERE `civicrm_group_contact`.`status` ='pending' LIMIT 30

Thanks to those who help create and enhance civiCRM!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Deleting a Pending Group membership

This forum was archived on 2017-11-26.