Newsletter and Memory Limits
Take a moment to subscribe my newsletter:
Some user is reporting than the have a “no next run found”. It can be a memory limit. WordPress 2.9 uses almost 32 megabyte of ram so if your provider has set 32 mega for PHP you can go over that limits with while Newsletter is sending emails and all stops.
Try to increase the memory limit (some provider can stop that, thought) adding on wp-config.php a line like:
define('WP_MEMORY_LIMIT', '64M');
Be sure to read this official page on memory limits.
My excuses for my bad english but it's the only way I have to communicate with you. Would you suggest
a correction? Leave a comment, thank you!
I'm Stefano Lissa. 10 years ago I was building web sites for my pleasure. Blogs didn't exist, web content systems were ugly, hosting really expensive. And my student pocket was empty.
Stefano, so if this happened in the middle of a run, how to you process the remaining subscribers. Will “restart batch” start the whole list again or will it start from the last processed subscriber?
Thanks