Link to home
Start Free TrialLog in
Avatar of lanterv
lanterv

asked on

cfdump not showing results

I recently migrated my CF9/Windows server 2008 to CF10/Windows server 2012.  I have a page that has as cfdump/abort at the top of the page.  I get a blank page.  If I use cfmail to email me the dump, it works.
ASKER CERTIFIED SOLUTION
Avatar of Coast Line
Coast Line
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lanterv
lanterv

ASKER

Currently the code is;

<cfmail to="v@t.com" from="info@t.com" subject="leads dump" type="html">
<cfdump var="#form#" abort="true"/>
</cfmail>
<cfabort />

Open in new window


I started with;

<cfdump var="#form#" abort="true" />

Open in new window



Now it's working.  I just don't get it.  But I'll go with it.
Avatar of lanterv

ASKER

Thank you.