It's actually kind of a mini-bug - maybe that's not quite the word... Anyway error handling in FB3 is something that will be improved upon in future versions.
I put a blank fbx_settings.cfm (not zero length, though, or ColdFusion spits it - I usually leave the standard fusedoc in) into each circuit subdir when I first create them. Then if there are any circuit specific settings (for layout or whatever) I put them in this file. You don't need to duplicate any of the settings in the root fbx_settings.cfm though, as they are all inherited anyway. HTH, Kay. > -----Original Message----- > From: Sarah K [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 2 April 2002 1:33 AM > To: [EMAIL PROTECTED] > Subject: RE: how to get 'normal' error msgs: fbx_settings.cfm > in ea. circuit > > > This is sounding familiar--I think this is on the right track > for what I > had done before. > > If I didn't already have fbx_settings.cfm in each circuit > what should I > put in those files? Should they be a copy of the one in the main > circuit or do they just need the suppressErrors setting? > > Sarah > > Kay Smoljak wrote: > > Also make sure you have a fbx_settings.cfm in each circuit... > > > > > -----Original Message----- > > > From: Ramin Surya [mailto:[EMAIL PROTECTED]] > > > Sent: Friday, 29 March 2002 1:29 AM > > > To: [EMAIL PROTECTED] > > > Subject: RE: how to get 'normal' error > msgs.:clarification of question > > > > > > > > > Sarah, > > > > > > What you are seeing is the real error message. > > > > > > Seems like it is not finding a file that you are <cfinclude> > > > ing. There might be a problem with your query, but you need > > > to fix this error first before you get to see an error on > your query. > > > > > > -----Original Message----- > > > From: Sarah K [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, February 25, 2002 11:14 AM > > > To: [EMAIL PROTECTED] > > > Subject: RE: how to get 'normal' error msgs.:clarification of > > > question > > > > > > > > > When I set suppressErrors to false I get the following error > > > message. I > > > haven't moved any files. Currently I know that the > actual error is > > > related to a query because if I take out part of the query, > > > it works. > > > In this case, I would probably have to add pieces back in bit > > > by bit to > > > discover the error anyway, but most of the time the "real" > > > error message > > > would be really helpful. > > > > > > Sarah > > > > > > Error Diagnostic Information > > > Template file not found. > > > > > > > > > > > > HTTP/1.0 404 Object Not Found > > > Note: If you wish to use an absolute template path (e.g. > > > TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you > must create a > > > mapping for the path using the ColdFusion Administrator. > > > > > > yada, yada, yada > > > > > > > > > David Huyck wrote: > > > > There is an API variable you can set in the root > fbx_Settings.cfm > > > > file: <cfset fusebox.suppressErrors = true> > > > > > > > > Or maybe it is "false"-- I can't remember which way it goes... > > > > > > > > HTH, > > > > David Huyck > > > > [EMAIL PROTECTED] > > > > > > > > ----- Original Message ----- > > > > From: "Sarah K" <[EMAIL PROTECTED]> > > > > To: <[EMAIL PROTECTED]> > > > > Sent: Sunday, February 24, 2002 2:26 PM > > > > Subject: how to get 'normal' error msgs. > > > > > > > > > > > > | I'm sorry to repost this question, but I can't find a note of > > > > | the > > > > answer > > > > | and it's been weeks (if not months since I posted it) so it > > > > | seems > > > > pretty > > > > | impossible to find on the list. > > > > | > > > > | How do I turn off the error suppression so that I get > the error > > > > messages > > > > | I would get programming in CF without the FB methodology? > > > > | > > > > | Thanks, > > > > | Sarah > > > > | > > > > | > > > > | > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
