InTheFade
Forum Replies Created
-
I tried all the options, and the last (no ajax) was the only one to work.
But I tested with the log request and response bodies anyway to help you find out. here are one request and one response (they’re all the same). I sent to only one subscriber (me) and got 5 mails in my mailbox (I stopped it manually).
request
action=easymail_do_ajaxloop&newsletter=191&_ajax_nonce=8813f244f5&txt_success_added=Recipients+successfully+added&txt_success_sent=Newsletter+successfully+sent+to+recipients&sendnow=falseresponse
{"n_done":0,"n_tot":"1","perc":0}Thank you anyway!
Thank you for your answer!
I added to queue with only one receiver. Nothing on the JS console while the generation is stuck, and no move with wp_debug on true neither (I’m no developer, I hope I did fine).The only “interesting” thing is in firefox web console :
[18:49:44,358] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 1953ms] [18:49:46,415] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 2148ms] [18:49:48,666] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 2504ms] [18:49:51,278] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 2323ms] [18:49:53,697] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 2110ms] [18:49:55,910] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 1921ms] [18:49:57,933] POST http://****/wp-content/plugins/alo-easymail/alo-easymail_recipients-list.php [HTTP/1.1 200 OK 2291ms] -- [18:50:03,686] POST http://****/wp-admin/admin-ajax.php [undefined 308ms]With only one subscriber I still suspect a loop somewhere…