Closed jeffwhitfield closed 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.
Thanks I had this issue also.
MessageQueue::set_onshutdown_option('phppath', PHP_BINDIR . '/php');
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?