I have a plugin specified in the following locations in my fusebox.xml.cfm
file :

<phase name="processError">
        <plugin name="test" template="test.cfm"/>
</phase>

<phase name="fuseactionException">
        <plugin name="test" template="test.cfm"/>
</phase>


Issue im having is it will not cactch any missing fuse or circuit errors.
>From what I have read I should be able to catch any/all errors and let my
test.cfm handle them. I removed all the specific error handling pages from
"errortemplates" folder. Am I missing something? If I create an error in say
the view page it will toss the error to the proper plugin.

Many thanks for any help

gabe





undefined Circuit
You specified a Circuit of home which is not defined.
 
The error occurred in E:\_web\ufc\ufc.tv\fusebox4.runtime.cfmx.cfm: line 201
Called from E:\_web\ufc\ufc.tv\fusebox4.runtime.cfmx.cfm: line 2
Called from E:\_web\ufc\ufc.tv\fusebox4.runtime.cfmx.cfm: line 1
Called from E:\_web\ufc\ufc.tv\fusebox4.runtime.cfmx.cfm: line 1
Called from E:\_web\ufc\ufc.tv\index.cfm: line 23

199 :   
200 :   <cfif NOT
IsDefined("application.fusebox.circuits.#myFusebox.originalCircuit#")>
201 :           <cfthrow type="fusebox.undefinedCircuit" message="undefined
Circuit" detail="You specified a Circuit of #myFusebox.originalCircuit#
which is not defined.">
202 :   <cfelse>
203 :           <cfif NOT
IsDefined("application.fusebox.circuits.#myFusebox.originalCircuit#.fuseacti
ons.#myFusebox.originalFuseaction#")>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:12:6832
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to