Missing Method in ArtistsController

You are seeing this error because the action enoc_perez is not defined in controller ArtistsController

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

Fatal : Confirm you have created the ArtistsController::enoc_perez in file : app/controllers/artists_controller.php.

<?php
class ArtistsController extends AppController {
   function enoc_perez() {
   }

}
?>