Hi !
I tried to import subscriptions to a newsletter. After the import, the subscribers are listed in the UI and they are existing in the simplenews_snid_tid table in the database.
When I edit somethingelse around that newsletter and lateron I wanna send it, the subscribers are gone. (UI and database).
I've tried it 2 times , everytime with the same result.
What did I wrong ? Or is there a coding defect ?
thanks for the help,
Volker
Comments
Comment #1
acappellamaniac commentedAdditional information:
it happens with the CRON run.
before CRON run, the snid_tid table is filled, after the run, it is empty.
-Volker
Comment #2
webmadman commentedAny progress on this? I seem to be experiencing the same issue- also seems related to: http://drupal.org/node/215421
So basically we're not able to have anonymous subscribers without them being deleted after sending the first newsletter to them.
Comment #3
webmadman commentedJust updated the module to the latest dev version and also removed the "simplenews roles" module and things seems to be working now :-)
Comment #4
sutharsan commentedThis is usefull test information.
In the past year no changes have been made to the subscription import system. Please enable the simplenews role module again and see if the problem re-occurs.
Comment #5
sutharsan commentedNo response. Closing the issue
Comment #6
Thomas Sewell commentedI've re-opened this because I've experienced the described symptoms and had to restore the contents of simplenews_snid_tid from backup after enabling the simplenews role module and attempting to send a newsletter.
After restoring the contents of the table and disabling the role module, everything appears to be working again.
I am on versions 5.x.1.x.dev of Mime Mail and Simplenews Role and 5.x.1.4 for Simplenews. Simplenews Template is not enabled.
I also recently upgraded from 4.x to 5.x. The issue occured only post upgrade.
Comment #7
sutharsan commentedDo you think that simplenews_roles is causing this problem? If so, please move this issue to the issue queue of this module (change in the 'Project' select box). If not, please explain what caused the loss of data.
Comment #8
Thomas Sewell commentedSince it occurs when roles is enabled, should be against that project.
Comment #9
joachim commentedsimplenews_roles makes an *exact* sync of role to newsletter.
So anyone without that role gets removed from the newsletter.