I believe read about this bug being fixed in the Release Notes for Updater 3...
-- jon mailto:[EMAIL PROTECTED] Friday, March 21, 2003, 1:12:19 PM, you wrote: PGLH> I've seen something similar when I use cfdump while in a cfc. It PGLH> doesn't happen all the time... I never sat down to try and calculate PGLH> the variables, but things seem to go wrong when I'm 1) dumping in a PGLH> cfc, 2) Am dumping in the normal template that calls the cfc and the PGLH> second dump appears after the first. There might be a couple of other PGLH> environmental things that affect this too... but as I said, I have PGLH> never sat down to try and count them all. PGLH> What happens to me is that all of the HTML on the page gets blown to PGLH> bits. It's quite spectacular to watch. Since it's only a situation PGLH> that happens while I'm debugging i just kind of grin, bear it, and try PGLH> not to let it happen. PGLH> -Patti PGLH> On Friday, March 21, 2003, at 11:06 AM, Ian Skinner wrote: >> 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 >> >> PGLH> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

