Thanks Adam,

 

That fixed things.

 

I commented out exception handling because this is what is says on line 257 of Global.cfm

 

<!--- Comment-out CFERROR calls during initial development to unmask and discover errors --->

 

Perhaps if this is not a good thing to do you could remove this comment “instruction” line from global.

 

Consistent with your instructions below, I modified the comment lines in Environment.cfm to include:

 

            // Install CFERROR handlers for uncaught exceptions

            // to display std. CF server error messages, make value = "No"

            // for "user friendly" error messages, leave/make value = "Yes"

            Application.installErrorHandlers = "No";

 

 

 

Respectfully,

 

Dan Kaufman

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Churvis
Sent:
Monday, May 09, 2005 11:52 AM
To: [email protected]
Subject: Re: [plum] How to break out of exception handling?

 

Reverse what you did in Global.cfm.  Never comment-out exception handling.

Instead:

 

1) In Internet Explorer -> Tools -> Options, click Delete Files and delete

them

 

2) In Environment.cfm, set Application.installErrorHandlers = "No";

 

3) Re-run setup/Setup.cfm (leave the checkbox unchecked)

 

Now try again.

 

Respectfully,

 

Adam Phillip Churvis

Member of Team Macromedia

http://www.ProductivityEnhancement.com

 

Download Plum and other cool development tools,

and get advanced intensive Master-level training:

 

* C# & ASP.NET for ColdFusion Developers

* ColdFusion MX Master Class

* Advanced Development with CFMX and SQL Server 2000

 

----- Original Message -----

From: "Dan" <[EMAIL PROTECTED]>

To: <[email protected]>

Sent: Monday, May 09, 2005 11:11 AM

Subject: [plum] How to break out of exception handling?

 

 

> Hi y'all,

>

>

>

> Hope your weekend was fun?

>

>

>

> I'm having an ongoing pesky problem that I'm not sure what to change.

>

>

>

> Here's what is happening: I will have say written a query and will put a

> CFdump in to see that my recordset is giving me what I expect (need), and

> I'll have a error, maybe a typo, or whatever, but never-the-less an error,

>

>

>

> Now Plum will tell me say newImagefile is undefined.  Okay, I see what I

> did, I'll correct the mistake and rerun the page and get the same error

> message. I'll go back and comment out or even delete the code block

> entirely, rerun the page and get the same error message-which should be

> impossible since right now the code responsible for the error isn't even

> there.

>

>

>

> Clicking on "Try again." doesn't help.

>

>

>

> I'm working in Studio 5, and from Studio, with my code page on screen,

will

> click Browse and get the same error page. Will hit F11 to load to a

browser

> window (I'm using IE as my default browser) and get THE SAME PAGE, error

> message.

>

>

>

> I've looked a lot of places to see what to change, do differently, to

break

> out of this same error page, but haven't found it yet.

>

>

>

> I commented out the exception handling in global.com per the F5 yellow

> comment, but still have this problem.

>

>

>

> Can anyone point ignorant me to the magic answer?

>

>

>

>

>

> Thanks,

>

>

>

>

>

> Dan Kaufman

>

>

>

>

>

>

>

> An Elephant Never Forgets

>

> [EMAIL PROTECTED]

>

>

>

>

 

 

**********************************************************************

You can subscribe to and unsubscribe from lists, and you can change

your subscriptions between normal and digest modes here:

 

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm

**********************************************************************

 

Reply via email to