Missing Method in MainController
You are seeing this error because the action 2 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::2 in file : app/controllers/main_controller.php.
<?php
class MainController extends AppController {
function 2() {
}
}
?>