Well, I'd guess this is a big, important, piece of the puzzle. Doug
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick McElhaney Sent: Thursday, October 12, 2006 11:53 AM To: [email protected] Subject: Re: [Reactor for CF] Syntax error at token 0, line 0 offset 0 I ran into the same problem recently. I think it has something to do with the new caching features introduced in rev 384. The getByQuery() method in /base/abstractGateway.cfc was trying to include a file in the /project/{projectname}/queries/ directory. The file existed, but contained only whitespace. I've attached the whitespace-only file here. Once I realized the query file was the problem, I deleted it and hit refresh in my browser. Reactor recreated the file -- correclty, this time -- and everything works fine now. I was able to reproduce the problem by deleting everything in the /project/{projectname}/DAO directory. (Because of the way I have source control set up, I couldn't just delete the {projectname} directory.) I'm on Win2K/IIS6/CF7. I hope this helps. Patrick -- Patrick McElhaney 704.560.9117 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
