whats the error?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Taco Fleur
Sent: Tuesday, June 14, 2005 4:22 PM
To: CFAussie Mailing List
Subject: [cfaussie] cfcatch not catching!!!


This one is killing me!
It keeps throwing an error even though I have a cftry around it, and I
checked
the code within the cfcatch area, and it does not throw an error outside the
cfcatch so thats not it either.
can anyone see what the problem is?

                <cftry>
                <cfx_ANZeGate MERCHANTTXNREF="#outCtnID#"

        MERCHANTID="#ANZeGATE_VARS.MerchantID#"
                                ORDERINFO="#inpUsrID#"

        PURCHASEAMOUNT="#NumberFormat(moneyAmount, "0")#"

        ECOM_PAYMENT_CARD_NUMBER="#inpCtnNumber#"

        ECOM_PAYMENT_CARD_MONTH="#inpCtnExpiryMonth#"

        ECOM_PAYMENT_CARD_YEAR="#inpCtnExpiryYear#"

        ECOM_CARD_SECURITY_CODE="#inpCtnCCV#">
                        <cfcatch>
                                <h1>Payment Processing
Problem</h1>
                                <p>There was a problem
processing your payment, this could be due to maintenance, upgrade or
other.</p>
                                <p>We apologize for any
inconvenience this might cause.<br/>
                                <strong>Your search has
been queued</strong>, we will process this manually and contact you as soon
as possible during business hours.</p>
                                <cfsavecontent
variable="dumpContent">
                                        -----------------
--------- Start: #now()# ---------------------------
                                        <cfdump
var="#session#">
                                        <cfdump
var="#form#">
                                        <cfdump
var="#variables#">
                                        -----------------
--------- End: #now()# ---------------------------
                                </cfsavecontent>
                                <cffile

        action="write"

        addnewline="yes"

        file="c:\searchesInQueueLog.txt"

        output="#dumpContent#" />
                        </cfcatch>
                </cftry>
________________________________
Taco Fleur - E-commerce Development Manager
Shelco Searches & Services
An Authorised ASIC Information Broker
www.shelco.com.au
Ph: + 61 7 3236 2605



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to