Missing Method in PatientPrescriptionsController
You are seeing this error because the action faq.html is not defined in controller PatientPrescriptionsController
If you want to customize this error message, create portal/views/errors/missing_action.ctp.
Fatal : Confirm you have created the PatientPrescriptionsController::faq.html in file : portal/controllers/patient_prescriptions_controller.php.
<?php
class PatientPrescriptionsController extends AppController {
function faq.html() {
}
}
?>