Missing Method in FilesController

You are seeing this error because the action NewsItem is not defined in controller FilesController

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

Fatal: Confirm you have created the FilesController::NewsItem() in file : app/controllers/files_controller.php

<?php
class FilesController extends AppController {
   function NewsItem() {
   }

}
?>