Hi Vicky,

You're quite correct that the first error you mentioned is due to the
MG trace function conflicting with the new trace function in CF 9. I'm
not sure what the story is with the second error you hit, however, as
I attempted to replicate the problem, but was unable to do so.

Forgive me if you already tried this, but did you restart your CF
server after switching to the updated version of the framework?

--
Ezra Parker


On Wed, Aug 19, 2009 at 8:49 AM, Victoria Ryder<[email protected]> wrote:
> Redid my dev environment with CF9 only and having trouble getting a  MG2 /
> ColdSpring / Reactor app runnning.  App ran fine with CF8.
>
> Pretty sure my initial issue had to do with the MG:U clash under CF9
> clash....
> Invalid CFML construct found on line 165 at column 91.
> 165 : <cfset trace(arguments.type, arguments.message, arguments.tag,
> "WARNING") />
>
> Replaced the MG framework with "Currently Available Version: 2.0.304" from
> the main MG website and am now getting this:
>
> The REQUESTTYPE parameter to the createEventRequest function is required but
> was not passed in.
>
>
>                               The error occurred in
> /Library/WebServer/Documents/FVA/webroot/ModelGlue/unity/ModelGlue.cfm: line
> 125
>
> 123 : <cftry>
> 124 :         <!--- Create and execute an event request --->
> 125 :         <cfset _ModelGlue.eventRequest =
> _ModelGlue.framework.createEventRequest() />
> 126 :         <cfset _ModelGlue.eventRequest =
> _ModelGlue.framework.handleEventRequest(_ModelGlue.eventRequest) />
> 127 :         <cfcatch>
>
> Googled the error... nothing sticking out at me.    Does this error jump out
> at anyone?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to