Mercy Health and Aged Care Central Queensland Limited
Mercy Health and Aged Care

Missing Method in NoticesController

You are seeing this error because the action indexhtm is not defined in controller NoticesController

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

Fatal: Confirm you have created the NoticesController::indexhtm() in file : app/controllers/notices_controller.php

<?php
class NoticesController extends AppController {
   function indexhtm() {
   }

}
?>