Missing Method in AdgController

You are seeing this error because the action 1_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::1_fichero_2.pdf() in file : app/controllers/adg_controller.php

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

}
?>