Re: [Catalyst] Breakage in Catalyst::Plugin::Authentication v0.08

2006-08-02 Thread Jarkko Haapalainen
Hi all,I found that "from_session" error comes from if you use $c->user in your code or template (example IF c.user ..). I replaced those IF statements with $c->user_exists so I don't get that error message anymore. But great if this is fixed 0.10. Best regards, Jarkko _

Re: [Catalyst] Breakage in Catalyst::Plugin::Authentication v0.08

2006-08-01 Thread hkclark
On 8/1/06, Nilson Santos Figueiredo Junior <[EMAIL PROTECTED]> wrote: > I've seen all these numerous posts regarding problems with > Catalyst::Plugin::Authentication and, naively, I thought I'd be immune > to them. > 0.09 was released earlier today (along with C::P::Session 0.10) and fixed those i

[Catalyst] Breakage in Catalyst::Plugin::Authentication v0.08

2006-08-01 Thread Nilson Santos Figueiredo Junior
I've seen all these numerous posts regarding problems with Catalyst::Plugin::Authentication and, naively, I thought I'd be immune to them. I updated everything yesterday on my development machine and it was working alright. But today (probably after the session expired or something like that) my a