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