Missing Method in AdgController

You are seeing this error because the action 28_fichero_2.pdf is not defined in controller AdgController

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

Fatal: Confirm you have created the AdgController::28_fichero_2.pdf() in file : app/controllers/adg_controller.php

<?php
class AdgController extends AppController {
   function 28_fichero_2.pdf() {
   }

}
?>