Missing Method in AppointmentsController

You are seeing this error because the action faq.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::faq.html in file : portal/controllers/appointments_controller.php.

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

}
?>