Missing Method in NewsArticlesController

You are seeing this error because the action training 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::training() in file : app\controllers\news_articles_controller.php

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

}
?>