As TechMuc already told you: you cannot use the __FILE__ or __LINE__ macros. The only workaround is inserting the line numbers hardcoded into the sourcecode. That's an approach I definitely wouldn't recommend though.
Always learn from history, to be sure you make the same mistakes again...