We have been debugging an instance of Mass mailer and the system administrator reported back the following.
I commented out line 63 of ./modules/massmailer/engines/phplist/phplist/admin/languages.php
//@session_start();
It may be needed but for reasons I do not know right now, it is where your script died. Commenting it out appears to allow things to work. You may want to check with the developers for the cause.
While this is clearly outside the mass mailer module, it may be useful to some folks who are debugging.
Comments
Comment #1
dalinCan you elaborate on what aspect of Massmailer "not working" this fixes? Is this in iterating through the mail queue, or something else?