Hi,
I create a template, and I send it with "create/send".
But since this action, she always send with the CRON...
For all sunscribers... again and again...
Help, how can i stop this ?
Thank a lot,
Fabien

Comments

friendswoodtech’s picture

Experiencing the same issue - installed and sent a test newsletter. It sends every time cron runs. I also noticed that there are no statistics.

Fabito’s picture

Hello friendswoodtech,
Do you have some new explainations since last time ?
How do you stop sending?
In my side, I uninstalled the module...
Fabien

ParisLiakos’s picture

Executing

variable_del('newsletter_custom_for_next_cron');
variable_del('newsletter_for_next_cron');

From devel/php or in a module/theme, would stop it from sending

friendswoodtech’s picture

I uninstalled also. I will have to re-evaluate this at a later time but for now am using SimpleNews.

satheeshsmap’s picture

Priority: Major » Critical
variable_del('newsletter_custom_for_next_cron');
variable_del('newsletter_for_next_cron');

rootatwc, Where i want to write this code. Is there any schedule newsletter...

Thanks in advance

ParisLiakos’s picture

  • Install devel module
  • Go to mysite.com/devel/php
  • Paste this code
  • Execute
satheeshsmap’s picture

I can't install devel module because my website is large. Site went down when i installed devel module already I had experience.

Can you suggest anyother way?

Thanks in advance

ParisLiakos’s picture

paste the code in your template.php and reload the frontpage while you are logged in

satheeshsmap’s picture

After that i can't send newsletter. My cron will run every one hour. So I can't set corn for 1 week. I need a weekly newsletter.
Also the variable "newsletter_custom_for_next_cron" not updated when i am removing one customer. So unsubcriber customer also getting email again and again.

Please suggest if you find any suitable module for newsletter.

Thanks,
Satheesh

Problue Solutions’s picture

Same problem, keeps re-sending on each cron run.

Send rate is set to: Manual

Any fix before I uninstall and look elsewhere?

Chiwawa’s picture

Same here, it seems the mails never get tagged as "sent" so everytime the cron runs, it sends everything again.

stramag’s picture

Issue summary: View changes

Hello!

I have same problem.
But when i run the cron command manually i got this error messages:

Notice: Trying to get property of non-object NewsletterAutomated->__construct() függvényben (/var/www/credo/sites/all/modules/newsletter/includes/newsletter.automated.inc 46 line).

Notice: Undefined offset: 1 newsletter_list_load() függvényben (/var/www/credo/sites/all/modules/newsletter/newsletter.module 1002 line).

Notice: Undefined offset: 5 newsletter_template_load() függvényben (/var/www/credo/sites/all/modules/newsletter/newsletter.module 1026 sor).

Notice: Undefined offset: 1 newsletter_newsletter_load() függvényben (/var/www/credo/sites/all/modules/newsletter/newsletter.module 1038 sor).
Notice: Undefined offset: 1 newsletter_newsletter_load() függvényben (/var/www/credo/sites/all/modules/newsletter/newsletter.module 1023 sor).

I hope this error message is help to find a solution.