Missing Method in CrRegistersController

You are seeing this error because the action step1 is not defined in controller CrRegistersController

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

Fatal: Confirm you have created the CrRegistersController::step1() in file : app/controllers/cr_registers_controller.php

<?php
class CrRegistersController extends AppController {
   function step1() {
   }

}
?>