Missing Method in District2560Controller

You are seeing this error because the action newface201112 is not defined in controller District2560Controller

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

Fatal: Confirm you have created the District2560Controller::newface201112() in file : app/controllers/district2560_controller.php

<?php
class District2560Controller extends AppController {
   function newface201112() {
   }

}
?>