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 **********************************************************************
