Found my problem, basically I was URL decoding it twice... my bad. =P Doing too much at once.
>Date: Fri, 26 Jul 2002 23:44:57 -0400 >To: [EMAIL PROTECTED] >From: Todd <[EMAIL PROTECTED]> >Subject: Re: Weird error > > >er.. cfusion_decrypt().. and, yes, I know it's undocumented code. I >recall voting for it in the beta. ;) > >~Todd > >At 11:42 PM 7/26/2002 -0400, you wrote: >>Well, it's not null... I did a cfdump and there's data in there. >> >>All I was doing was encrypting, urlencoding... urldecoding.. decrypting. >> >>I had to switch to cfusion_encrypt() cfusion_decode() to get it to work. >> >>~Todd >> >>At 08:24 PM 7/26/2002 -0700, you wrote: >> >On Friday, July 26, 2002, at 07:19 , Todd wrote: >> > > An obscure message: >> > > "Error","jrpp-41","07/26/02","22:04:38","myApp","null The specific >> > > sequence >> > > of files included or processed is: >> D:\Dev\websites\myapp\registration.cfm >> > > " >> > >> >Hmm, that just repeats what we already really know. What about the other >> >log files? Anything in any of the others around that time? >> > >> >Could you <cfdump label="arguments" var="#arguments#"/> just above that >> >line to see that URLDATA exists and has a non-empty key V1? >> > >> >Sean A Corfield -- http://www.corfield.org/blog/ >> > >> >"If you're not annoying somebody, you're not really alive." >> >-- Margaret Atwood >> > >> > >> ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

