Hello, check the following: SessionHelper in 1.3 flash() no longer auto echos. You must add an echo $session->flash(); to your session->flash() calls. flash() was the only helper method that auto outputted, and was changed to create consistency in helper methods.
HTH Regards Román Mussi On Jun 15, 10:49 am, john lyles <[email protected]> wrote: > I have a similar problem and wondering if this is a problem with > 1.3.10 > > On May 18, 3:11 pm, Michael Gaiser <[email protected]> wrote: > > > > > > > > > This line no longer seems to output a message nor does any other use of > > setFlash. > > > $this->Session->setFlash('Cookie created. It will expire > > '.$this->Time->niceTime($cookie['expire'])); > > > So when I was using 1.2 my code seemed to work out ok. Since migrating to > > 1.3, I have made sure that Session was defined in my component and helper > > arrays within my app_controller. Using setFlash used to display a message in > > the next page. Is this still the proper way to use it? Any help on this > > would be greatly appreciated. > > > ~Michael -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
