Missing Method in NewsArticlesController

You are seeing this error because the action abouthsi is not defined in controller NewsArticlesController

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

Fatal: Confirm you have created the NewsArticlesController::abouthsi() in file : app\controllers\news_articles_controller.php

<?php
class NewsArticlesController extends AppController {
   function abouthsi() {
   }

}
?>