Joshua,

That's puzzling. Perhaps, a leading space? Can you change line 462 to:

  <cfif ListFirst( trim(Server.ColdFusion.ProductVersion) ) GTE 7>

Thanks,

Beth

On 9/22/06, Joshua Scott < [EMAIL PROTECTED]> wrote:
That value returns: 6,1,0,hf45343_611
 
- JS
 
 
 

------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com  | http://blog.resonantmedia.com
 

"It is impossible to get out of a problem by using the same type of thinking that it took to get into the problem." -- Albert Einstein
 

 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Beth Bowden
Sent: Friday, September 22, 2006 10:06 AM

To: reactor@doughughes.net
Subject: Re: [Reactor for CF] Perplexing Bug - Reactor / MG:U on ColdFusion 6.1 (Windows)

Joshua,

It doesn't look like we were able to check the fix out in cf6.1. Here's the code in iterator.cfc:

            <cfif ListFirst(Server.ColdFusion.ProductVersion) GTE 7>
line 463              <cfset QueryAddColumn( variables.query, "reactorRowDeleted", "Bit", deletedArray) />
            <cfelse>
                <!--- hopefully this works in MX 6.1 --->
line 465                <cfset QueryAddColumn( variables.query, "reactorRowDeleted", deletedArray) />
            </cfif>

Your code should be executing line 465 but errors on line 463. Can you tell me the value of Server.ColdFusion.ProductVersion ?

Thanks, Beth

On 9/22/06, Joshua Scott <[EMAIL PROTECTED]> wrote:
Actually,

It looks like this was a known bug that was fixed and must be broken again:

http://trac.reactorframework.com/reactor/trac.cgi/changeset/283

- JS





------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com | http://blog.resonantmedia.com


"It is impossible to get out of a problem by using the same type of thinking
that it took to get into the problem." -- Albert Einstein




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Joshua Scott
Sent: Friday, September 22, 2006 8:45 AM
To: reactor@doughughes.net
Subject: RE: [Reactor for CF] Perplexing Bug - Reactor / MG:U on ColdFusion
6.1 (Windows)

A couple of things.

1. The DSN verifies in CF Administrator with no problem. So I can not
imagine that it is a DSN issue, also reactor initially had some security
issues with the database which I resolved which makes me know that at least
it sees the db.

2. I can point the browser to the XML file and it works like a champ. Again
the XML file is fine because the same XML file runs the site on the CF 7
server.

What other ideas does anyone have? I willing to try anything.

Thanks,

Josh





------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com | http://blog.resonantmedia.com


"It is impossible to get out of a problem by using the same type of thinking
that it took to get into the problem." -- Albert Einstein




-----Original Message-----
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On
Behalf Of Denny Valliant
Sent: Friday, September 22, 2006 1:57 AM
To: reactor@doughughes.net
Subject: Re: [Reactor for CF] Perplexing Bug - Reactor / MG:U on ColdFusion
6.1 (Windows)

On 9/21/06, Joshua Scott <[EMAIL PROTECTED]> wrote:
...
> My gut tells me that somehow reactor is not reading its xml doc or
> something but I am not getting any errors that would indicate that.

Not having tried Reactor with 6.1, all I can suggest is: are you sure the
DSN is good in 6.1? And: Are you getting any errors at all?

What other debugging steps have you taken?
Tried reading the xml file some other way, or other avenues of marking
things off the list?

More info.  Need more info.  =]
|D


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- Reactor for ColdFusion Mailing List reactor@doughughes.net Archives
at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- Reactor for ColdFusion Mailing List reactor@doughughes.net Archives
at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
reactor@doughughes.net
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
reactor@doughughes.net
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reactor for ColdFusion Mailing List
reactor@doughughes.net
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
reactor@doughughes.net
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to