Bug: reactor.base.abstractMetadata.cfc line 295

1 view
Skip to first unread message

Chuck Savage

unread,
Dec 4, 2009, 3:40:22 PM12/4/09
to Reactor
var definitions must be at top of function. I'm guessing whoever
added the code above this is using CF9, I think I read that CF9 allows
var's anwhere, but CF8 doesn't.

To fix, I put these up top.

<cfset var fields = 0>
<cfset var f = "">

And changed the two lines
<cfset var fields = getFields()>
<cfset var f = "">

to just

<cfset fields = getFields()>

Chuck Savage

unread,
Dec 4, 2009, 3:50:40 PM12/4/09
to Reactor
Any complaints before I commit the change?

Chuck Savage

unread,
Dec 4, 2009, 3:55:37 PM12/4/09
to Reactor
Guess I cannot commit without authentication, tried because someone
else received the same error.

Tom Chiverton

unread,
Dec 8, 2009, 10:23:11 AM12/8/09
to reacto...@googlegroups.com
On Friday 04 Dec 2009, Chuck Savage wrote:
> Guess I cannot commit without authentication, tried because someone
> else received the same error.

I will commit this tonight, sorry for the upset in the mean time.

Guess both me and Mark use Railo day-to-day :-)

--

Tom Chiverton
Developer

Tom.Ch...@halliwells.com
3 Hardman Square, Manchester, M3 3EB

****************************************************

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word “partner” to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit
www.Halliwells.com.

Tom Chiverton

unread,
Dec 8, 2009, 2:35:32 PM12/8/09
to Reactor
On Dec 8, 3:23 pm, Tom Chiverton <tom.chiver...@halliwells.com> wrote:
> I will commit this tonight, sorry for the upset in the mean time.

r478 should be fine on Adobe CF8 and earlier again.
Reply all
Reply to author
Forward
0 new messages