solved Newsletters not working anymore?

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
827 posts
tried to send a newsletter today and it is no longer working i think.
I sent one to myself as a test and it worked but when i highlight a quota to send it too the screen takes me to the dash that shows the stats and nothing ever happens after? as if they are not getting sent out ? then i go to browse the newsletters and i can see that even though i gave it recipients it now shows no recipients ?
Capture.PNG.png
Capture.PNG.png  •  49KB

Capture2.PNG.png
Capture2.PNG.png  •  37KB


updated by @zachary-moonshine: 09/06/17 07:25:10AM
michael
@michael
8 years ago
7,791 posts
If your using the beta's your right its not working. Its fixed for the next beta release.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
827 posts
ok yes i am using the beta
michael
@michael
8 years ago
7,791 posts
That's the issue then. In the betas there's a lot of new queue improvements. The newsletter module needed an update to make it work with it.

If you're in a rush for the fix, its:
/modules/jrNewsLetter/include.php around line 120 ish
where you see:
                    jrCore_queue_create('jrNewsLetter', 'send_newsletter', $_queue, $delay);
change it to:
                    unset($_queue['queue_id']);
                    jrCore_queue_create('jrNewsLetter', 'send_newsletter', $_queue, $delay);

There are 2 locations.
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
827 posts
thanks that works!