|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
RE: Serenity Browncoats site uses CFML & fuseboxI wrote the subject line before realizing it was PHP and not CFML.
Sorry. And, before I forget, go see the movie :) -- Damien McKenna - Web Developer - Damien.McKenna@... The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:12:6830 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=17837.14401.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Re: Serenity Browncoats site uses CFML & fuseboxGreetings,
I second that. Go see the movie. Damien McKenna wrote: >I wrote the subject line before realizing it was PHP and not CFML. >Sorry. And, before I forget, go see the movie :) > > -- James Husum The Quixote Project - one guy's quest to make the world a better place - http://www.thequixoteproject.org/ Brainsludge- all the shtuff running around my brain - http://www.brainsludge.com/ Interested in Science Fiction TV? I need your input! - http://www.scifitvfans.com/polls/ Currently reading: Mind Hacks by Tom Stafford and Matt Webb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:12:6831 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=17837.14401.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
|
|
Fusebox 4.1 not catching missing exceptionsI 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=17837.14401.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 |
| Free embeddable forum powered by Nabble | Forum Help |