(I thought I sent this on Saturday, but never saw any replies nor could I find it in the archives, so let me try it again)
I'm helping a friend debug his site. Here's what happens: A user proceeds through the checkout process. In the first step, they fill out a form. The next page goes through just fine and they can finish the process ok. However, the log file reports an exception was generated and cferror is called, sending an e-mail to the admin. The error message is that "Form.FirstName" does not exist. However, on the page generating the error, you can output "Form.FirstName" just fine and it goes into the database just fine. I thought if I just put in cfparams (with defaults of empty strings) for the form values, that would take care of it. But then, the database actually inserts the empty strings (without the cfparams, it inserts the submitted values). Has anyone else encountered this? It's very weird. The production environment is Windows 2000 CF5. My development environment is Windows XP CFMX. The error occurs in both environments. Thanks! ------------------------ Scott Brady http://www.scottbrady.net/ ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

