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

Missing Method in HomeController

You are seeing this error because the action docs is not defined in controller HomeController

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

Fatal: Confirm you have created the HomeController::docs() in file : kcc/controllers/home_controller.php

<?php
class HomeController extends AppController {
   function docs() {
   }

}
?>


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