It turns out it was a problem with a fix we had put in the day before, where we had to break one loop into two, and variables from the first loop (affiliate-specific variables) were needed in the second one but not reset. So, when I was doing a loop over a structure to generate the http parameters, some variables didn't exist.
It would have been nice if it had given mean error like "Variable A undefined in structure B" as it tends to do outside of cfhttp, but at least I tracked it down. That's 7 hours of my life I'm never getting back. Scott On Thu, Jul 17, 2008 at 5:48 PM, James Holmes <[EMAIL PROTECTED]> wrote: > If you are running this in a CFC, have you var'd a "cfhttp" variable > at the top of the method first? -- ----------------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309275 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

