I get the following errors on my app:
Notice (8): Undefined variable: session [APP/views/layouts/admin_default.ctp, line 19]
Fatal error: Call to a member function flash() on a non-object in /Users/cameron/Sites/crm/app/views/layouts/admin_default.ctp on line 19
Line 19 being: <?php echo $session->flash(); ?>
Any ideas what the problem is? I have included the Session component in the AppController so why is it complaining about it?
Cheers
You forgot the Session HELPER! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With