Missing Method in VhController

You are seeing this error because the action function.include is not defined in controller VhController

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

Fatal : Confirm you have created the VhController::function.include in file : app/controllers/vh_controller.php.

<?php
class VhController extends AppController {
   function function.include() {
   }

}
?>