Hey sorry I don't monitor cf-talk much, you might check the Fusebox5 Yahoo groups.
You are getting that error because the defaultFuseaction references a circuit of m, if Fusebox can not find it you get that error. Chances are your move to the subdirectory resulted in a slight issue with the directory layout, which is how Implicit Circuits are discovered. What is your diretory structure like now, and possibly more importantly where is Application.cfc located relative to your m directory? Adam On Tue, Jul 28, 2009 at 1:29 PM, Joe Tseng <[email protected]> wrote: > > 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:325068 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

