Missing Method in AppointmentsController

You are seeing this error because the action index.html is not defined in controller AppointmentsController

If you want to customize this error message, create portal/views/errors/missing_action.ctp.

Fatal : Confirm you have created the AppointmentsController::index.html in file : portal/controllers/appointments_controller.php.

<?php
class AppointmentsController extends AppController {
   function index.html() {
   }

}
?>