Missing Method in HgpController

You are seeing this error because the action outlet2.html is not defined in controller HgpController

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

Fatal: Confirm you have created the HgpController::outlet2.html() in file : app/controllers/hgp_controller.php

<?php
class HgpController extends AppController {
   function outlet2.html() {
   }

}
?>