Maybe cfdump turned on cfsetting enablecfoutputonly-true and forget to turn it off? It should _not_ have done that though.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 10:07 AM > To: CF-Talk > Subject: CFDump stops HTML output? > > > Strange behavior with CFdump. > > I wrote some code something like this. > > <cftry> > <cfquery.... > .../cfquery> > > <cfcatch type="database"> > <cfmail to="[EMAIL PROTECTED]" > from="[EMAIL PROTECTED]" subject="Database Error"> > <cfdump var="#cfcatch#> > </cfmail> > </cfcatch> > </cftry> > > <html> > > ... some html... > > <cfoutput>#aVariable#</cfoutput> > > ... more html ... > > </html> > > What happened was that if an error occurred, and the cfmail > was generated with the cfdump in it, the html in the rest of > the page would not be passed to the client, but variables in > <cfoutput> tags would. Almost like a <cfsetting > enableCFoutputOnly ="yes"> was in place. Does this make > sense, should this be happening? > > -------------- > Ian Skinner > Web Programmer > BloodSource > Sacramento, CA > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

