Notice: Undefined index: action in /home2/fesdev/public_html/app/app_controller.php on line 183
 

Missing Method in EstoreController

You are seeing this error because the action sign_up is not defined in controller EstoreController

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

Fatal: Confirm you have created the EstoreController::sign_up() in file : app/controllers/estore_controller.php

<?php
class EstoreController extends AppController {
   function sign_up() {
   }

}
?>