CF. 4.5.1 O/S NT4.0 SP5 2 gigs ram
I've been trying to figure why - in our AbleCommerce store - around every twenty orders one will crash. I eventually found this to be the problem. This is the code that checks for a Form parameter, if found, it writes data into a SQL DB for later use throughout the order process. Since it doesn't write the data for the one order the program eventually crashes on the customer. <CFIF Parameterexists(Form.PaymentMethod_ID)> Basically, I've found that when the order crashes the Form.PaymentMethod_ID does not exist and the browser is: Mozilla/4.61 [en] (Win98; I) or Mozilla/4.6 [en] (WinNT; U) I am pretty (99.9% certain that this is the case. Does anyone know what particular browser this is? Or, why it may not handel the Form parameter? Thanks, John Cesta Maybe I should try using isDefined? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
