I have a ColdFusion 10, front end on a Windows 2008 R2 (VMWare) machine interfacing with an Oracle 11g database. I recently had an issue (https://forums.adobe.com/thread/2121425http://) that was solved by changing this.datasource to application.datasource. Shortly after, I was tracking down some other issues, specifically one where a CFMAIL tag was not loading output of a query. I toyed with it, even trying to brute force the TO address in there, and just caused other problems. Since I am working with a copy on my Test server, I decided to start over. I copied the two files that I had been working on from the copy on my Development machine that has not been touched since it was promoted to Test, expecting to see the CFMAIL error again. Instead I see:
When I go to tline 76 in the module listed, that line is completely blank. I am baffled as to what needs to be done to get back to the original error.