forum notification e-mails empty

When a new topic is posted, or a reply given the e-mail is From the member name with the correct members e-mail address , the Subject is "No Subject", and there is no content.
The Admin E-Mail audit log shows the correct content that should be sent.
However other e-mails ( ie the feedback form ) come's through completely correctly, as do other e-mails like nen members verification etc.
So i don't think there is a problems with the e-mails actually sending, but there is obvioudly a setting or something that I'm missing.
Note all the Forums are closed for guest access.
Any thoughts

If you know how, also view the raw message source with headers, and copy and paste that into an email to me too.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.

From the next RC you'll be able to call this command from Commandr to disable our use of it:
Code
:set_value('avoid_register_shutdown_function', '1');
This should be okay, the only disadvantage is there'll be a bit of lag when emails go out as it has to process them immediately, rather than waiting until script end.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.

Chris Graham said
So an update, we worked on this, and believe it's an intermittent PHP bug, probably only on Windows. It's apparently caused by PHP's output buffering system sometimes not working when called from a register_shutdown_function scenario.
From the next RC you'll be able to call this command from Commandr to disable our use of it:Code
:set_value('avoid_register_shutdown_function', '1');
This should be okay, the only disadvantage is there'll be a bit of lag when emails go out as it has to process them immediately, rather than waiting until script end.
From “Post #1,620”, 10th January 2017, 9:10 pm
When you say only on windows, are you talking about 'only on windows servers' (hardly anyone), or 'only on people using windows pc's (just about everyone).?
Cant you take time off the project and go work for microsoft and sort there chit out? Then come back

Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.

I guess its time to update

Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.

Chris Graham said
If you're not affected you should not worry about it.
From “Post #1,629”, 11th January 2017, 10:24 am
I dont worry, the server isnt used for much. Its not directly connected to the internet.
Back when we had to make most the electronics for experiments, it was used so we could store and share code/schematics. These days you simply buy a shield or whatever for experiments, its been a while since we have had to design and build that much.

