tags:

views:

20

answers:

1

Fatal error: Call to undefined method Debugger::checkSessionKey() in F:\xampp\htdocs\cakecms\views\pages\home.ctp on line 3 in cake php .

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