I had the same problem. It is caused by a change in the way messages
are shown, there is a new Session Helper that now handles it.

So to fix your problem, open up your "default.thtml" in your /app/
views/layouts/default.thtml and edit the flash section and change it
to the new default,

if ($session->check('Message.flash'))
{
        $session->flash();
}



On Apr 11, 12:52 am, "Andres Monroy-Hernandez"
<[EMAIL PROTECTED]> wrote:
> I switched from 1.1.4.3104 to 1.1.14.4749 and setFlash is not working
> any more (I get the string "Array" instead of the flash) . Any
> documentation on how to switch and what to change in my app?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to