I have run my Model-Glue application in Internet Information Server with coldfusion 9. It runs perfect. However I have recently migrate to Ubuntu 11.04, I put the folders and files exactly as they were in the Windows File system and I've got this error when I try to invoke an event. http://mgfundamentals/index.cfm?event=uppercaser.form
Element modelglue.onApplicationInitialization is undefined in a CFML structure referenced as part of an expression. The error occurred in /home/jomosque/htdocs/ModelGlue/gesture/ MemoizedModelGlue.cfc: line 84 Called from /home/jomosque/htdocs/ModelGlue/gesture/eventrequest/phase/ Initialization.cfc: line 44 Called from /home/jomosque/htdocs/ModelGlue/gesture/eventrequest/ EventRequestPhase.cfc: line 44 Called from /home/jomosque/htdocs/ModelGlue/gesture/eventrequest/ EventContext.cfc: line 187 Called from /home/jomosque/htdocs/ModelGlue/gesture/ModelGlue.cfc: line 297 Called from /home/jomosque/htdocs/ModelGlue/gesture/ModelGlue.cfm: line 97 Called from /home/jomosque/htdocs/mgfundamentals/index.cfm: line 41 82 : </cfif> 83 : 84 : <cfreturn this.eventHandlers[arguments.eventHandlerName] /> 85 : </cffunction> 86 : Any help? Thanks! -- 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
