Missing Method in UsersController

You are seeing this error because the action register is not defined in controller UsersController

Fatal : Confirm you have created the UsersController::register in file : app/controllers/users_controller.php.

<?php
class UsersController extends AppController {
   function register() {
   }

}
?>