Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CakePHP: Undefined variable: session

Tags:

php

cakephp

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

like image 479
Cameron Avatar asked Feb 15 '26 00:02

Cameron


1 Answers

You forgot the Session HELPER! :)

like image 84
mark Avatar answered Feb 17 '26 13:02

mark



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!