I've installed Simplenews Digest, but on the first run (which appears to have run correctly according to the settings) I received nothing. Does Simplenews Digest publish to the log when it runs? If there was an error in the cron run, where should I expect to see it?

Comments

joel_guesclin’s picture

Is anyone still supporting this module? I would be very grateful for a reply to this question.

mal@groups.drupal.org’s picture

subscribe. I'm looking for support on this module as well.

joel_guesclin’s picture

There's no way this will ever do anything. Look at this:

function _simplenews_digest_cron_routine($current_time, $start_time, $end_time) {
  if ($end_time && $current_time > $end_time) {
    simplenews_digest_inject_node($current_time, $start_time, $end_time);
  }
}

"$end_time && $current_time" always evaluates to 1, which is always less than $end_time, so the cron run never does anything...
And there is no call to Watchdog either.
Looks like there is no maintainer here any more...

mal@groups.drupal.org’s picture

Can we simply agree on a set of specs, establish a bounty and get the module fixed? There might be others interested. But, clearly no one is responding to issues for this module.

mal@groups.drupal.org’s picture

The first question I have is does ANYONE have an install of this module that works?

My install seems to work, but seems to introduce line breaks in the text and seems to not be themable.

joel_guesclin’s picture

Perhaps in fact this has been replaced by Simplenews Scheduler? I have succeeded in setting up a Digest using Scheduler and the Insert View module. So I think this module is effectively dead