You are seeing this error because the action function.fsockopen is not defined in controller NoticiasController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the NoticiasController::function.fsockopen() in file : app/controllers/noticias_controller.php
<?php
class NoticiasController extends AppController {
function function.fsockopen() {
}
}
?>