Missing Method in MainController

You are seeing this error because the action 3 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::3 in file : app/controllers/main_controller.php.

<?php
class MainController extends AppController {
   function 3() {
   }

}
?>