I was trying use a variable I created called $sessions
which seems to be reserved for the cake session variable ( or maybe
php? )
Anyhoo, just changing the name of my variable fixed the problem.
Thanks.
On May 26, 3:54 pm, "b logica" <[EMAIL PROTECTED]> wrote:
> Check that your app/core.php has
That line is present and correct in app/config/core.php
On May 26, 3:54 pm, "b logica" <[EMAIL PROTECTED]> wrote:
> Check that your app/core.php has:
>
> Configure::write('Session.start', true);
>
> On Mon, May 26, 2008 at 9:04 AM, scoby <[EMAIL PROTECTED]> wrote:
>
> > I get the following error