I'm trying to roll out my app and I was asked to put it in a subfolder within a main webroot directory. I'm currently getting this error: ================================================== This is the template "errortemplates/fusebox.undefinedCircuit.cfm" An Error of type "fusebox.undefinedCircuit" has occured undefined Circuit
You specified a Circuit of m which is not defined. ================================================== During my development my app lived in its own webroot. I perused through the source code and it seems like I would only get that if I was using XML but I've got my app set to use implicit circuits. Here are some of my params: FUSEBOX_PARAMETERS.mode = "production"; FUSEBOX_PARAMETERS.debug = false; FUSEBOX_PARAMETERS.allowImplicitFusebox = true; FUSEBOX_PARAMETERS.defaultFuseaction = "m.welcome"; tia, - Joe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325039 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

