code suddenly stops working for no apparent reason

2014-08-30 Thread Matthew Smith
cfcase value=createUser cfinvoke component=cfcs.qry-todatabase method=qry_peopleCreateNewUser argumentcollection=#attributes# returnvariable=qry_peopleCreateNewUser cfif qry_peopleCreateNewUser.returnKey eq -1 cfset XFA.badLogin = #fusebox.thisCircuit#.go cfmodule

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being set. On Sat, Aug 30, 2014 at 11:31 AM, Matthew Smith chedders...@gmail.com wrote: cfcase value=createUser cfinvoke

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Matthew Smith
But it is being explicitly passed. That's where I'm lost. On Aug 30, 2014, at 12:44, Phillip Vector vec...@mostdeadlygame.com wrote: The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
Apparently, it isn't. Go back further. On Sat, Aug 30, 2014 at 12:08 PM, Matthew Smith chedders...@gmail.com wrote: But it is being explicitly passed. That's where I'm lost. On Aug 30, 2014, at 12:44, Phillip Vector vec...@mostdeadlygame.com wrote: The reason is apparent.