silverstripe-archive / silverstripe-newsletter

NewsletterAdmin is the CMS class for managing the newsletter system.
BSD 3-Clause "New" or "Revised" License
69 stars 59 forks source link

Newsletter stuck on status of "Scheduled" #63

Closed jeffwhitfield closed 10 years ago

jeffwhitfield commented 10 years ago

This is on a fresh install of the Newsletter module on a site running SilverStripe 3.1.2 and PHP 5.4.19. Everything else seems to work but, for some reason, sending newsletters isn't working. If I check the status of an email the newsletter is being sent to, the status is stuck on "Scheduled" and doesn't go any further. Am I missing something?

jeffwhitfield commented 10 years ago

Never mind. Figured it out. Had to turn on debugging for MessageQueue and update the phppath setting...that and update permissions of the sake executable.

sheadawson commented 10 years ago

Thanks I had this issue also.

MessageQueue::set_onshutdown_option('phppath', PHP_BINDIR . '/php');