I'VE GOT IT!!!!! I bet the problem was related to suppressing output! That would cause the problem and would explain why Patrick's fix worked.
That makes sense. Anyhow, I'm testing his fix (which sure seems to work like a charm). I'll give it an hour or so of testing and then commit it. Doug -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael T. Haynie Sent: Friday, October 13, 2006 11:31 AM To: [email protected] Subject: RE: [Reactor for CF] Syntax error at token 0, line 0 offset 0 For the record, we've experienced the problem using Model-Glue (on CFMX7) as well with the latest version. Haven't had time to dig into it, but the problem is not limited to Fusebox. Michael -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick McElhaney Sent: Friday, October 13, 2006 8:47 AM To: [email protected] Subject: Re: [Reactor for CF] Syntax error at token 0, line 0 offset 0 I've attached a new query.cfc that does not use cfsavecontent and does not produce the error (for me). Instead of <cfset result = result & "some snippet of SQL">, I used Java StringBuffers to build the strings. That should take care of the performance concerns. (In fact, it's probably faster than <cfsavecontent>.) I also opened an issue in Trac and posted it there. http://trac.reactorframework.com/reactor/ticket/92 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/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
