Missing Method in MainController

You are seeing this error because the action checklist3.html is not defined in controller MainController

If you want to customize this error message, create app/views/errors/missing_action.ctp.

Fatal : Confirm you have created the MainController::checklist3.html in file : app/controllers/main_controller.php.

<?php
class MainController extends AppController {
   function checklist3.html() {
   }

}
?>