Ah - I think Doug may have written the Reactor Blog using the
Model-Glue BER, which at the moment is pretty much the Model-Glue 1.1
codebase.

If you have a subversion client, you can get it from
svn://clearsoftware.net/clearsoftware.net

-Joe

On 2/7/06, Erik-Jan Jaquet <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi João,
>
>
>
> I experienced the same problem, and I think it has something to do with a
> newer version of Model Glue.
>
>
>
> Any way, here is what I did to solve it:
>
>
>
> Go to the usercontroller.cfc in the controller folder.
>
> Locate the function 'DoValidateLogin'. (line 28 in my file). Change the line
>
>
>
> <cfset arguments.event.forward(UserRecord.getPostLoginEvent()) />
>
>
>
> To
>
>
>
> <cfset arguments.event.forward(UserRecord.getPostLoginEvent(), true) />
>
>
>
> That should do it!
>
>
>
> Kind regards,
>
>
>  Erik-Jan
>
>
>
>  ________________________________
>
>
> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens João Fernandes
>  Verzonden: dinsdag 7 februari 2006 17:03
>  Aan: [email protected]
>  Onderwerp: Reactor For CF Blog Login Error
>
>
>
>
> Hi there,
>
>
>
> I'm not very familiar with model-glue, but when I do login in the blog I get
> this error.
>
>
>
> The parameter APPEND to function forward is required but was not passed in.
>
>
>
> Any Ideas?
>
>
>
> João Fernandes
>
> Secção de Desenvolvimento
>
> Departamento de Informática
>
>


--
Get Glued!
The Model-Glue ColdFusion Framework
http://www.model-glue.com

Reply via email to