Closed (duplicate)
Project:
Logging and alerts
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 11:17 UTC
Updated:
17 Jun 2009 at 02:04 UTC
I frequently get email alerts which are empty, as seen below:
Site: http://milianw.de
Severity: (3) Error
Timestamp: Wed, 06/25/2008 - 17:23
Type: php
IP Address: XX.XXX.XX.XXX
Request URI: http://milianw.de/code-snippets/profileclassphp
Referrer URI:
User: (0)
Link:
Message:%message in %file on line %line.
These kinds of emails reach me in bunches. The one above I got 21 times! The content was exactly the same, including timestamp and IP adress!
No errors can be found in my dblog, so I don't know if this was a valid error or just junk. Still this indicates a bug somewhere.
Comments
Comment #1
kbahey commentedThis message is from the devel module.
So it is not emaillog.module that causes it.
Please open an issue with the devel module if you think this is an error.
Comment #2
mariuss commentedI think this is a duplicate of #303369: log message in email without variables (or the other way around).
The problem is that %message, %file and %line are not replaced with actual values.
Comment #3
dave reidAs per the original report, this is definitely a duplicate of #303369: log message in email without variables.