Fatal error: Call to undefined method Debugger::checkSessionKey() in F:\xampp\htdocs\cakecms\views\pages\home.ctp on line 3 in cake php .
views:
20answers:
1
A:
Are you trying to call $this->Session from your home.ctp? I don't think $this->Session is available to views.
If you show your code for home.ctp we could better see what is going on.
cdburgess
2010-08-24 14:42:06