I'm getting a number of empty e-mails with (no subject); usually after some action has been performed, but can't work out why.
I've looked in the `sys_email_templates` table but can't see a problem.
~~~~~~~~~~~~~~~~~~~~~~ Michel ✈ Meta-Travel.com ~~~~~~~~~~~~~~~~~~~~~~
TravelNotes.org - The Online Guide to Travel |
Same here in the past week or so (since upgrade to v7.3).
Totally blank emails.
|
AlexT has answered other threads but this one (in Bugs & Issues) has been overlooked.
Makes sense.
~~~~~~~~~~~~~~~~~~~~~~ Michel ✈ Meta-Travel.com ~~~~~~~~~~~~~~~~~~~~~~
TravelNotes.org - The Online Guide to Travel |
I'm getting a number of empty e-mails with (no subject); usually after some action has been performed, but can't work out why.
I've looked in the `sys_email_templates` table but can't see a problem.
~~~~~~~~~~~~~~~~~~~~~~ Michel ✈ Meta-Travel.com ~~~~~~~~~~~~~~~~~~~~~~
Still trying to figure out how and why this is happening.
The trigger seems to be deleting a member.
If the admin is deleting a member does the admin really need this notification; especially as it's (currently) a blank e-mail with (no subject)?
Where is this coming from and how do we turn it off; or at least put something in the mail?
TravelNotes.org - The Online Guide to Travel |
If one has several admins; one may want to get notifications to the main admin email when admins perform functions on the site. However, certainly appears that there is a bug somewhere since you are getting empty emails; perhaps there is a missing template for this email. Geeks, making the world a better place |
"The trigger seems to be deleting a member."
I think you might be on to something. Next spammy member I delete off one of my sites, I will pay attention to that.
|
The trigger seems to be deleting a member.
I just deleted another dummy account to test this bug further, but before I did...... I unselected Enable notification about unregistered members in Advanced Settings => Moderation.
Et voila; problem solved.
If anyone is following this bug, this could be the place to start.
~~~~~~~~~~~~~~~~~~~~~~ Michel ✈ Meta-Travel.com ~~~~~~~~~~~~~~~~~~~~~~
TravelNotes.org - The Online Guide to Travel |
The trigger seems to be deleting a member.
I just deleted another dummy account to test this bug further, but before I did...... I unselected Enable notification about unregistered members in Advanced Settings => Moderation.
Et voila; problem solved.
If anyone is following this bug, this could be the place to start.
~~~~~~~~~~~~~~~~~~~~~~ Michel ✈ Meta-Travel.com ~~~~~~~~~~~~~~~~~~~~~~
I think this is a new setting. Have you explored to see if my guess that a missing email template is the cause? Hopefully Alex will come in and look at this bug post.
Geeks, making the world a better place |
I've looked in the email templates and it's there, under 'Admin notification about unregistered member'.
Also in `sys_email_templates` database table with entry name: t_UserUnregistered
Whether these match up in the code elsewhere is another matter.
TravelNotes.org - The Online Guide to Travel |
Thank you for the report and investigation, I've added it to the following issue:
https://github.com/boonex/dolphin.pro/issues/414
Rules → http://www.boonex.com/terms |
Yep. When a member is deleted, the admin receives a totally blank email. |