Sorry. Didn't think of the fact that "init" was on for the app I'm working on and not for the other. Reinitializing the other fixed it.
Irv On Aug 19, 1:22 pm, Irv Wilson <[email protected]> wrote: > the specific lines are > > <cfloop from="1" to="#arrayLen(variables._requestPhases)#" index="i"> > <cfset this.addTraceStatement(variables._requestPhases[i].name, > "Setting up request phase.") /> > <cfset > variables._requestPhases[i].setup(this,request._modelglue.bootstrap.initializationLockPrefix,request._modelglue.bootstrap.initializationLockTimeout) > / > > <cfset this.addTraceStatement(variables._requestPhases[i].name, > "Executing request phase.") /> > <cfset variables._requestPhases[i].execute(this) /> > > On Aug 19, 1:12 pm, Irv Wilson <[email protected]> wrote: > > > > > I removed beta version and installed 3.1.299. One app runs fine > > however an older app based off of canvas wiki returns this error. > > Ideas? > > > The method setup was not found in component C:\HTTP\modelglue\gesture > > \eventrequest\phase\Initialization.cfc. > > > Ensure that the method is defined, and that it is spelled correctly. > > > The error occurred in C:\HTTP\modelglue\gesture\eventrequest > > \EventContext.cfc: line 178- Hide quoted text - > > - Show quoted text - -- 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
