Looks like you forgot to change all of the modelglueapplicationtemplate references to your cflab path.
DW On Jan 4, 2012 7:44 AM, "marc" <[email protected]> wrote: > I install MG 3.1.299. I get this error: > > Could not find the ColdFusion component or interface > modelglueapplicationtemplate.controller.Controller. > Ensure that the name is correct and that the component or interface > exists. > > The error occurred in D:\workspace\CFlab\ModelGlue\gesture\module > \XMLModuleLoader.cfc: line 254 > Called from D:\workspace\CFlab\ModelGlue\gesture\module > \XMLModuleLoader.cfc: line 125 > Called from D:\workspace\CFlab\ModelGlue\gesture\modules\internal > \configuration\controller\ConfigurationController.cfc: line 44 > Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest > \EventContext.cfc: line 326 > Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest > \EventContext.cfc: line 253 > Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest\phase > \Configuration.cfc: line 46 > Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest > \EventRequestPhase.cfc: line 39 > Called from D:\workspace\CFlab\ModelGlue\gesture\eventrequest > \EventContext.cfc: line 178 > Called from D:\workspace\CFlab\ModelGlue\gesture\ModelGlue.cfc: line > 243 > Called from D:\workspace\CFlab\ModelGlue\gesture\ModelGlue.cfm: line > 83 > Called from D:\workspace\CFlab\Application\index.cfm: line 40 > > 252 : <cfset ctrlInst = > arguments.modelGlue.getBean(ctrlXml.xmlAttributes.bean) /> > 253 : <cfelse> > 254 : <cfset ctrlInst = createObject("component", > ctrlXml.xmlAttributes.type).init(arguments.modelglue, > ctrlXml.xmlAttributes.id) /> > 255 : </cfif> > 256 : > > When looking at the line the error shows up I see this: > > <cfset ctrlInst = createObject("component", > ctrlXml.xmlAttributes.type).init(arguments.modelglue, > ctrlXml.xmlAttributes.id) /> > > Is this (ctrlXml.xmlAttributes.type).init(arguments.modelglue, > ctrlXml.xmlAttributes.id)) normal cf? > > btw I'm on CF9 > > Marc > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
