Re: Dump CFCATCH

2005-06-28 Thread Aaron Rouse
What version of CF are you using? I have some code that pretty certain did 
this on CF5 and worked fine but now on our 6.1 server it does the same 
thing, does not on our 7 server. Was told it is a known bug but I did not 
look to verify that word of mouth information.

On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote: 
 
 When I try to do CFDUMP VAR=#CFCATCH#
 
 I get the following [Unknown Type] when I used to get the entire CFCatch
 structure dumped, anyone have any ideas why I am now getting this.
 
 
 
 Trevor Orr
 Summit Projects
 [EMAIL PROTECTED]
 541.387.8883 x213
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210790
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Charlie Griefer
yeah, for some reason on 6.1 (i believe after the updater), you can no
longer dump the cfcatch scope.  you do still have all of the values
(cfcatch.error, cfcatch.message, etc) available tho.  just don't have
the convenience of dumping 'em all out in one swell foop.


On 6/28/05, Aaron Rouse [EMAIL PROTECTED] wrote:
 What version of CF are you using? I have some code that pretty certain did
 this on CF5 and worked fine but now on our 6.1 server it does the same
 thing, does not on our 7 server. Was told it is a known bug but I did not
 look to verify that word of mouth information.
 
 On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote:
 
  When I try to do CFDUMP VAR=#CFCATCH#
 
  I get the following [Unknown Type] when I used to get the entire CFCatch
  structure dumped, anyone have any ideas why I am now getting this.
 
 
 
  Trevor Orr
  Summit Projects
  [EMAIL PROTECTED]
  541.387.8883 x213
 
 
 
 
 
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210792
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Nathan Strutz
There is a hotfix out to patch 6.1+updater for cfcatch to display what 
it's supposed to in a cfdump.

-nathan strutz


Charlie Griefer wrote:
 yeah, for some reason on 6.1 (i believe after the updater), you can no
 longer dump the cfcatch scope.  you do still have all of the values
 (cfcatch.error, cfcatch.message, etc) available tho.  just don't have
 the convenience of dumping 'em all out in one swell foop.
 
 
 On 6/28/05, Aaron Rouse [EMAIL PROTECTED] wrote:
 
What version of CF are you using? I have some code that pretty certain did
this on CF5 and worked fine but now on our 6.1 server it does the same
thing, does not on our 7 server. Was told it is a known bug but I did not
look to verify that word of mouth information.

On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote:

When I try to do CFDUMP VAR=#CFCATCH#

I get the following [Unknown Type] when I used to get the entire CFCatch
structure dumped, anyone have any ideas why I am now getting this.



Trevor Orr
Summit Projects
[EMAIL PROTECTED]
541.387.8883 x213







 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210794
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Aaron Rouse
Yeah, I just saw that, but also noticed ours says [empty string] and the 
hotfix is to fix [unknown type] wonder if it fixes both.

On 6/28/05, Nathan Strutz [EMAIL PROTECTED] wrote: 
 
 There is a hotfix out to patch 6.1+updater for cfcatch to display what
 it's supposed to in a cfdump.
 
 -nathan strutz
 
 
 Charlie Griefer wrote:
  yeah, for some reason on 6.1 (i believe after the updater), you can no
  longer dump the cfcatch scope. you do still have all of the values
  (cfcatch.error, cfcatch.message, etc) available tho. just don't have
  the convenience of dumping 'em all out in one swell foop.
 
 
  On 6/28/05, Aaron Rouse [EMAIL PROTECTED] wrote:
 
 What version of CF are you using? I have some code that pretty certain 
 did
 this on CF5 and worked fine but now on our 6.1 server it does the same
 thing, does not on our 7 server. Was told it is a known bug but I did 
 not
 look to verify that word of mouth information.
 
 On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote:
 
 When I try to do CFDUMP VAR=#CFCATCH#
 
 I get the following [Unknown Type] when I used to get the entire 
 CFCatch
 structure dumped, anyone have any ideas why I am now getting this.
 
 
 
 Trevor Orr
 Summit Projects
 [EMAIL PROTECTED]
 541.387.8883 x213
 
 
 
 
 
 
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210797
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Dump CFCATCH

2005-06-28 Thread Trevor Orr
We are running 6.1, will try the hotfix on our dev servers and see what
happens.

 

-Original Message-
From: Aaron Rouse [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 28, 2005 11:17 AM
To: CF-Talk
Subject: Re: Dump CFCATCH

What version of CF are you using? I have some code that pretty certain
did this on CF5 and worked fine but now on our 6.1 server it does the
same thing, does not on our 7 server. Was told it is a known bug but I
did not look to verify that word of mouth information.

On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote: 
 
 When I try to do CFDUMP VAR=#CFCATCH#
 
 I get the following [Unknown Type] when I used to get the entire 
 CFCatch structure dumped, anyone have any ideas why I am now getting
this.
 
 
 
 Trevor Orr
 Summit Projects
 [EMAIL PROTECTED]
 541.387.8883 x213
 
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210801
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Chris Norloff
The HotFix fixes the [unknown type] error if you've applied the Updater to v6.1.

[empty string] sounds like there's nothing in the cfcatch scope - it's a 
transient scope that exists only right after a cfcatch is called

Chris Norloff


-- Original Message --
From: Aaron Rouse [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Tue, 28 Jun 2005 14:01:01 -0500

Yeah, I just saw that, but also noticed ours says [empty string] and the 
hotfix is to fix [unknown type] wonder if it fixes both.

On 6/28/05, Nathan Strutz [EMAIL PROTECTED] wrote: 
 
 There is a hotfix out to patch 6.1+updater for cfcatch to display what
 it's supposed to in a cfdump.
 
 -nathan strutz
 
 
 Charlie Griefer wrote:
  yeah, for some reason on 6.1 (i believe after the updater), you can no
  longer dump the cfcatch scope. you do still have all of the values
  (cfcatch.error, cfcatch.message, etc) available tho. just don't have
  the convenience of dumping 'em all out in one swell foop.
 
 
  On 6/28/05, Aaron Rouse [EMAIL PROTECTED] wrote:
 
 What version of CF are you using? I have some code that pretty certain 
 did
 this on CF5 and worked fine but now on our 6.1 server it does the same
 thing, does not on our 7 server. Was told it is a known bug but I did 
 not
 look to verify that word of mouth information.
 
 On 6/28/05, Trevor Orr [EMAIL PROTECTED] wrote:
 
 When I try to do CFDUMP VAR=#CFCATCH#
 
 I get the following [Unknown Type] when I used to get the entire 
 CFCatch
 structure dumped, anyone have any ideas why I am now getting this.
 
 
 
 Trevor Orr
 Summit Projects
 [EMAIL PROTECTED]
 541.387.8883 x213
 
 
 
 
 
 
 
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210808
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Chris Norloff
ColdFusion MX 6.1 Updater: Hot fix for cfdump throwing unknown type error for 
cfcatch structure
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1a9c83c

-- Original Message --
From: Trevor Orr [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Tue, 28 Jun 2005 10:56:19 -0700

When I try to do CFDUMP VAR=#CFCATCH#
 
I get the following [Unknown Type] when I used to get the entire CFCatch
structure dumped, anyone have any ideas why I am now getting this. 
 
 
 
Trevor Orr
Summit Projects
[EMAIL PROTECTED]
541.387.8883 x213
 
 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210807
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dump CFCATCH

2005-06-28 Thread Aaron Rouse
thanks, now to just see if I can get them to apply it

On 6/28/05, Chris Norloff [EMAIL PROTECTED] wrote: 
 
 ColdFusion MX 6.1 Updater: Hot fix for cfdump throwing unknown type error 
 for cfcatch structure
 http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1a9c83c
 
 -- Original Message --
 From: Trevor Orr [EMAIL PROTECTED]
 Reply-To: cf-talk@houseoffusion.com
 Date: Tue, 28 Jun 2005 10:56:19 -0700
 
 When I try to do CFDUMP VAR=#CFCATCH#
 
 I get the following [Unknown Type] when I used to get the entire CFCatch
 structure dumped, anyone have any ideas why I am now getting this.
 
 
 
 Trevor Orr
 Summit Projects
 [EMAIL PROTECTED]
 541.387.8883 x213
 
 
 
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210812
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54