Notice: Undefined variable: heading_for_layout in /home/kingsbur/cake/kcc/views/layouts/default.thtml on line 44

Missing controller

You are seeing this error because controller BlogController could not be found.

Notice: If you want to customize this error message, create kcc/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : kcc/controllers/blog_controller.php

<?php
class BlogController extends AppController {
   var $name = 'Blog';
}
?>


Notice: Undefined variable: side_for_layout in /home/kingsbur/cake/kcc/views/layouts/default.thtml on line 47