Hi,
I just encountered this same problem. I have figured out my mistake by
just create the Array.ctp and just print out the content:
<?= $content_for_layout; ?>
My problem is that I have done a $this->Session->setFlash() on the
controller and forgot the default layout for the flash. It should be
$this->Session->setFlash('message', 'default', array()); I have missed
that second parameter.
- Kien
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---