Whoops \ Exception \ ErrorException (E_WARNING)
count(): Parameter must be an array or an object that implements Countable Whoops\Exception\ErrorException thrown with message "count(): Parameter must be an array or an object that implements Countable" Stacktrace: #10 Whoops\Exception\ErrorException in /srv/vhost/oscarsierra.com/home/html/inc/api.php:754 #9 Whoops\Run:handleError in /srv/vhost/oscarsierra.com/home/html/inc/api.php:754 #8 require_once in /srv/vhost/oscarsierra.com/home/html/inc/head.php:1 #7 require in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Views/View.php:42 #6 Grdar\core\Views\View:html in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Views/View.php:57 #5 Grdar\core\Views\View:view in /srv/vhost/oscarsierra.com/home/html/core/classes/Controllers/IndexController.php:41 #4 GRDAR\Controllers\IndexController:productos in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Routes/Route.php:58 #3 call_user_func_array in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Routes/Route.php:58 #2 Grdar\core\Routes\Route:execute in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Routes/Router.php:48 #1 Grdar\core\Routes\Router:run in /srv/vhost/oscarsierra.com/home/html/core/vendor/grdar/core/src/Facades/Facade.php:38 #0 Grdar\core\Facades\Facade:__callStatic in /srv/vhost/oscarsierra.com/home/html/index.php:72
Stack frames (11)
10
Whoops
\
Exception
\
ErrorException
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
api.php
754
9
Whoops
\
Run
handleError
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
api.php
754
8
require_once
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
head.php
1
7
require
/
vendor
/
grdar
/
core
/
src
/
Views
/
View.php
42
6
Grdar
\
core
\
Views
\
View
html
/
vendor
/
grdar
/
core
/
src
/
Views
/
View.php
57
5
Grdar
\
core
\
Views
\
View
view
/
classes
/
Controllers
/
IndexController.php
41
4
GRDAR
\
Controllers
\
IndexController
productos
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Route.php
58
3
call_user_func_array
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Route.php
58
2
Grdar
\
core
\
Routes
\
Route
execute
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Router.php
48
1
Grdar
\
core
\
Routes
\
Router
run
/
vendor
/
grdar
/
core
/
src
/
Facades
/
Facade.php
38
0
Grdar
\
core
\
Facades
\
Facade
__callStatic
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
index.php
72
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
api.php
}
extract((array) API::callMultipleApi($cached));

$t->setCacheIdiomasValue($TranslationsPage);
switch ($_GET['page']) {
    case 'Productos':
        if (isset($_GET['tipo']) && !isset($_GET['producto']) && !isset($_GET['subp'])) {
            $numprd = count($productos);
            $marcas = array();
            foreach ($productos as $pmarcas) {
                array_push($marcas, $pmarcas->marca);
            }
            $marcas = array_filter(array_unique($marcas));
            if (count($catid) == 0) {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"]);
                //header("Location: ".BASE_URL."".$idioma."/" . PATHS_APP['Productos'][$idioma]["url"] ."/".'test');
            }
        }
        if (isset($_GET['subp'])) {
            $numprd = count($productos);
            $marcas = array();
            foreach ($productos as $pmarcas) {
                array_push($marcas, $pmarcas->marca);
            }
            $marcas = array_filter(array_unique($marcas));
            if ($productos[0]->url == "") {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"] . "/" . $_GET['tipo']);
            }
        } elseif (isset($_GET['producto'])) {
            if ($productos->url == "") {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"] . "/" . $_GET['tipo']);
            }

            $seo_title = "OS | " . $productos->nombre;
            if(strlen($seo_title) < 50){
                $seo_title .= " | ".$productos->marca;
            }
            if($idioma == 'es'){
                $seo_desc = "OS | " . $productos->nombre . " es un/a " . $subcategoria[0]->categoria . " de la subcategoria " . $subcategoria[0]->subcategoria;
            }else{
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
api.php
}
extract((array) API::callMultipleApi($cached));

$t->setCacheIdiomasValue($TranslationsPage);
switch ($_GET['page']) {
    case 'Productos':
        if (isset($_GET['tipo']) && !isset($_GET['producto']) && !isset($_GET['subp'])) {
            $numprd = count($productos);
            $marcas = array();
            foreach ($productos as $pmarcas) {
                array_push($marcas, $pmarcas->marca);
            }
            $marcas = array_filter(array_unique($marcas));
            if (count($catid) == 0) {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"]);
                //header("Location: ".BASE_URL."".$idioma."/" . PATHS_APP['Productos'][$idioma]["url"] ."/".'test');
            }
        }
        if (isset($_GET['subp'])) {
            $numprd = count($productos);
            $marcas = array();
            foreach ($productos as $pmarcas) {
                array_push($marcas, $pmarcas->marca);
            }
            $marcas = array_filter(array_unique($marcas));
            if ($productos[0]->url == "") {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"] . "/" . $_GET['tipo']);
            }
        } elseif (isset($_GET['producto'])) {
            if ($productos->url == "") {
                header("Location: " . BASE_URL . "" . $idioma . "/" . PATHS_APP['Productos'][$idioma]["url"] . "/" . $_GET['tipo']);
            }

            $seo_title = "OS | " . $productos->nombre;
            if(strlen($seo_title) < 50){
                $seo_title .= " | ".$productos->marca;
            }
            if($idioma == 'es'){
                $seo_desc = "OS | " . $productos->nombre . " es un/a " . $subcategoria[0]->categoria . " de la subcategoria " . $subcategoria[0]->subcategoria;
            }else{
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
inc
/
head.php
<?php require_once __DIR__ . '/api.php';?>
<?php $v=0.017; ?>

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="INDEX,FOLLOW">
    <link rel="icon" href="/assets/logo/favicon_os.png" type="image" />

    <title>
        <?php
            if ($seo_title != "") {
                echo $seo_title;
            } else {
                echo PATHS_APP[$_GET['page']][$idioma]["titulo"] ;
            }
        ?>
    </title>
    <?php
        if ($seo_desc != "") {
            echo '<meta name="description" content="'. $seo_desc .'">';
        } else {
            echo '<meta name="description" content="'. PATHS_APP[$_GET['page']][$idioma]["descripcion"] .'">';
        }
    ?>

    <link rel="stylesheet" href="/assets/css/fontawesome-all.min.css">
    <link rel="stylesheet" href="/assets/css/animate.min.css">
    <link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
    <?php if($_GET['page']=="Productos" && isset($_GET['tipo'])){ ?>
    <link rel="stylesheet" href="/assets/css/nice-select.css">
    <?php } ?>
    <link rel="stylesheet" href="/assets/css/magnific-popup.min.css">
    <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="/assets/css/__global-style.css?v=<?= $v ?>">
    <link rel="stylesheet" href="/assets/css/__header-style.css?v=<?= $v ?>">
    <?php if($_GET['page']=="Productos"){
        if(isset($_GET['tipo'])){ ?>
    <link rel="stylesheet" href="/assets/css/__products-category-style.css?v=<?= $v ?>">
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Views
/
View.php
 
    public static function getInstance()
    {
        $container = Container::getInstance();
        return get_object_vars($container);
    }
 
 
    public static function html()
    {
 
        isset(self::$vars) ? $this->isArray() : false;
        self::getInstance();
 
        ob_start();
        echo '
        <!doctype html>
        <html lang="' . idioma() . '">';
 
        require self::INCLUDES . 'head.php';
        echo '<body>';
        require self::INCLUDES . 'header.php';
        require self::VIEWS . self::$template . '.php';
        require self::INCLUDES . 'footer.php';
        echo '</body>
        </html>';
 
        self::$templateContent = ob_get_clean();
    }
 
    public static function view($template, $vars = null)
    {
        self::$template = $template;
        self::$vars     = $vars;
        self::html();
        return self::$templateContent;
    }
 
    public function abort404($message)
    {
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Views
/
View.php
        echo '
        <!doctype html>
        <html lang="' . idioma() . '">';
 
        require self::INCLUDES . 'head.php';
        echo '<body>';
        require self::INCLUDES . 'header.php';
        require self::VIEWS . self::$template . '.php';
        require self::INCLUDES . 'footer.php';
        echo '</body>
        </html>';
 
        self::$templateContent = ob_get_clean();
    }
 
    public static function view($template, $vars = null)
    {
        self::$template = $template;
        self::$vars     = $vars;
        self::html();
        return self::$templateContent;
    }
 
    public function abort404($message)
    {
        http_response_code(404);
        view('404');
        exit();
    }
}
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
classes
/
Controllers
/
IndexController.php
    public static function index($lang)
    {
        self::checkIdioma($lang);
        $_GET['page'] = 'Home';
        return View::view('index');
    }

    public static function pruebas($lang)
    {
        self::checkIdioma($lang);
        $_GET['page'] = 'Recordar-Contrasena';
        return View::view('index2');
    }

    public static function productos($lang)
    {
        self::checkIdioma($lang);
        $_GET['page'] = 'Productos';
        return View::view('productos');
    }
    public static function producto($lang, $producto=null, $subpage=null)
    {
        self::checkIdioma($lang);
        $_GET['page'] = 'Productos';
        $_GET['tipo'] = $producto;
        $_GET['producto'] = $subpage;
        if($_GET['producto']!=null){
            return View::view('fichaproducto');
        }else{
            return View::view('subproductos');
        }
    }
    public static function servicios($lang)
    {
        self::checkIdioma($lang);
        $_GET['page'] = 'Servicios';
        return View::view('servicios');
    }
    public static function servicio($lang, $subpage)
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Route.php
    {
        return $this->parameters;
    }
 
    public function checkIfMatch($requestUri)
    {
        $uriPattern = $this->getUriPattern();
        if (preg_match($uriPattern, $requestUri, $matches))
            {
            $this->resolveParameters($matches);
            return true;
        }
        return false;
    }
    
    public function execute()
    {
        $closure = $this->closure;
        $parameters = $this->getParameters();
        return call_user_func_array($closure, $parameters);
    }
}
 
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Route.php
    {
        return $this->parameters;
    }
 
    public function checkIfMatch($requestUri)
    {
        $uriPattern = $this->getUriPattern();
        if (preg_match($uriPattern, $requestUri, $matches))
            {
            $this->resolveParameters($matches);
            return true;
        }
        return false;
    }
    
    public function execute()
    {
        $closure = $this->closure;
        $parameters = $this->getParameters();
        return call_user_func_array($closure, $parameters);
    }
}
 
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Routes
/
Router.php
    public function getRequestUri()
    {
        return $this->requestUri;
    }
 
    public function add($uri, $closure)
    {
        $route = new Route($uri, $closure);
        array_push($this->routes, $route);
    }
 
    public function run()
    {
        $response = false;
        $requestUri = $this->getRequestUri();
        foreach ($this->routes as $route)
        {
            if ($route->checkIfMatch($requestUri))
            {
                $response = $route->execute();
                // break para no seguir dando vueltas
                // Ya se encontró la ruta correspondiente
                break;
            }
        }
        $this->sendResponse($response);
    }
    
    public function sendResponse($response)
    {
 
        if (is_string($response))
        {
            echo $response;
        }
        else if (is_array($response))
        {
            echo json_encode($response);
        }
        else if ($response instanceof Response)
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
core
/
vendor
/
grdar
/
core
/
src
/
Facades
/
Facade.php
    {
        return static::$container;
    }
 
    public static function getAccessor()
    {
        throw new Exception('Please define the getAccessor method in your facade');
    }
 
    public static function getInstance()
    {
        return static::getContainer()->make(static::getAccessor());
    }
 
    public static function __callStatic($method, $args)
    {
        $object = static::getInstance();
        switch (count($args)) {
            case 0:
                return $object->$method();
            case 1:
                return $object->$method($args[0]);
            case 2:
                return $object->$method($args[0], $args[1]);
            case 3:
                return $object->$method($args[0], $args[1], $args[2]);
            default:
                return call_user_func_array(array($object, $method), $args);
        }
    }
 
}
/
srv
/
vhost
/
oscarsierra.com
/
home
/
html
/
index.php
Rout::add('/:lang/' . PATHS_APP['Reglamentos'][$idioma]["url"], 'Index::reglamentos');
Rout::add('/:lang/' . PATHS_APP['Soporte'][$idioma]["url"], 'Index::soporte');

Rout::add('/:lang/' . PATHS_APP['Carrito'][$idioma]["url"], 'Index::carrito');
Rout::add('/:lang/' . PATHS_APP['Contacto'][$idioma]["url"], 'Index::contacto');
Rout::add('/:lang/' . PATHS_APP['Service-Request'][$idioma]["url"], 'Index::serviceRequest');
Rout::add('/:lang/' . PATHS_APP['Nota-Legal'][$idioma]["url"], 'Index::notaLegal');
Rout::add('/:lang/' . PATHS_APP['Policy'][$idioma]["url"], 'Index::politica');
Rout::add('/:lang/' . PATHS_APP['Cookies'][$idioma]["url"], 'Index::cookies');
Rout::add('/:lang/' . PATHS_APP['Recordar-Contrasena'][$idioma]["url"], 'Index::pruebas');

/* Rout::add('/:lang/' . PATHS_APP['Blog'][$idioma]["url"], 'Index::blog');
Rout::add('/:lang/' . PATHS_APP['Blog'][$idioma]["url"].'/:post', 'Index::post');
Rout::add('/:lang/' . PATHS_APP['Blog'][$idioma]["url"].'/'. PATHS_APP['Categoria'][$idioma]["url"] . '/:category', 'Index::blog');
Rout::add('/:lang/' . PATHS_APP['Blog'][$idioma]["url"].'/'. PATHS_APP['Buscar'][$idioma]["url"] . '/:buscar', 'Index::blogb'); */




Rout::run();

ob_end_flush();

Environment & details:

Key Value
subp
version version_6601524785e47
lang en
page Productos
empty
empty
empty
Key Value
cache_idiomas Array ( [0] => stdClass Object ( [texto] => HOME [label] => header_home ) [1] => stdClass Object ( [texto] => COMPANY [label] => header_company ) [2] => stdClass Object ( [texto] => PRODUCTS [label] => header_products ) [3] => stdClass Object ( [texto] => SERVICES [label] => header_services ) [4] => stdClass Object ( [texto] => MANUFACTURERS [label] => header_manufacturers ) [5] => stdClass Object ( [texto] => CONTACT [label] => header_contact ) [6] => stdClass Object ( [texto] => TELEPHONE [label] => footer_telephone ) [7] => stdClass Object ( [texto] => LOCATION [label] => footer_location ) [8] => stdClass Object ( [texto] => FIND US HERE [label] => footer_find_us ) [9] => stdClass Object ( [texto] => HOME [label] => footer_home ) [10] => stdClass Object ( [texto] => company [label] => footer_company ) [11] => stdClass Object ( [texto] => products [label] => footer_products ) [12] => stdClass Object ( [texto] => services [label] => footer_services ) [13] => stdClass Object ( [texto] => manufacturers [label] => footer_manufacturers ) [14] => stdClass Object ( [texto] => contact [label] => footer_contact_ ) [15] => stdClass Object ( [texto] => Contact Us [label] => header_contact_us ) [16] => stdClass Object ( [texto] => Oscar Sierra | Company Policy [label] => footer_company_policy ) [17] => stdClass Object ( [texto] => INFLATABLE SAFETY EQUIPMENT [label] => header_INFLATABLE SAFETY EQUIPMENT ) [18] => stdClass Object ( [texto] => RESCUE BOATS [label] => header_RESCUE BOATS/ RIBS ) [19] => stdClass Object ( [texto] => DISTRESSING SIGNALS [label] => header_EPIRBS / SART / PLB ) [20] => stdClass Object ( [texto] => FIRE EQUIPMENT [label] => header_FIRE EQUIPMENT ) [21] => stdClass Object ( [texto] => TRANSPORT & STORAGE [label] => header_TRANSPORT & STORAGE ) [22] => stdClass Object ( [texto] => BREATHING AIR APPARATUS [label] => header_BREATHING AIR APPARATUS ) [23] => stdClass Object ( [texto] => CONTACT [label] => footer_contact ) [24] => stdClass Object ( [texto] => [label] => header_contact_us ) [25] => stdClass Object ( [texto] => [label] => header_home ) [26] => stdClass Object ( [texto] => [label] => header_company ) [27] => stdClass Object ( [texto] => [label] => header_products ) [28] => stdClass Object ( [texto] => [label] => header_services ) [29] => stdClass Object ( [texto] => [label] => header_manufacturers ) [30] => stdClass Object ( [texto] => [label] => header_contact ) [31] => stdClass Object ( [texto] => [label] => footer_telephone ) [32] => stdClass Object ( [texto] => [label] => footer_location ) [33] => stdClass Object ( [texto] => [label] => footer_find_us ) [34] => stdClass Object ( [texto] => [label] => footer_company_policy ) [35] => stdClass Object ( [texto] => [label] => footer_home ) [36] => stdClass Object ( [texto] => [label] => footer_company ) [37] => stdClass Object ( [texto] => [label] => footer_products ) [38] => stdClass Object ( [texto] => [label] => footer_services ) [39] => stdClass Object ( [texto] => [label] => footer_manufacturers ) [40] => stdClass Object ( [texto] => [label] => footer_contact ) [41] => stdClass Object ( [texto] => [label] => header_contact_us ) [42] => stdClass Object ( [texto] => [label] => header_home ) [43] => stdClass Object ( [texto] => [label] => header_company ) [44] => stdClass Object ( [texto] => [label] => header_products ) [45] => stdClass Object ( [texto] => [label] => header_services ) [46] => stdClass Object ( [texto] => [label] => header_manufacturers ) [47] => stdClass Object ( [texto] => [label] => header_contact ) [48] => stdClass Object ( [texto] => [label] => footer_telephone ) [49] => stdClass Object ( [texto] => [label] => footer_location ) [50] => stdClass Object ( [texto] => [label] => footer_find_us ) [51] => stdClass Object ( [texto] => [label] => footer_company_policy ) [52] => stdClass Object ( [texto] => company [label] => footer_company ) [53] => stdClass Object ( [texto] => [label] => footer_products ) [54] => stdClass Object ( [texto] => services [label] => footer_services ) [55] => stdClass Object ( [texto] => [label] => footer_manufacturers ) [56] => stdClass Object ( [texto] => [label] => footer_contact ) [57] => stdClass Object ( [texto] => Products [label] => nheader_productos ) [58] => stdClass Object ( [texto] => Services [label] => nheader_servicios ) [59] => stdClass Object ( [texto] => Manufacturers [label] => nheader_marcas ) [60] => stdClass Object ( [texto] => Company [label] => nheader_empresa ) [61] => stdClass Object ( [texto] => Support [label] => nheader_soporte ) [62] => stdClass Object ( [texto] => Languages [label] => nheader_idiomas ) [63] => stdClass Object ( [texto] => Added to cart [label] => nheader_se-ha-añadido-carrito ) [64] => stdClass Object ( [texto] => Your cart [label] => nheader_tu-cesta ) [65] => stdClass Object ( [texto] => Quantity [label] => nheader_cantidad ) [66] => stdClass Object ( [texto] => PAX [label] => nheader_modelo ) [67] => stdClass Object ( [texto] => See cart [label] => nheader_ver-carrito ) [68] => stdClass Object ( [texto] => Need help? [label] => nfooter_ayuda-ncesitas ) [69] => stdClass Object ( [texto] => Our qualified team will advise and guide you in any doubt you may have. Do not hesitate to talk to us. [label] => nfooter_nuestro-personal ) [70] => stdClass Object ( [texto] => Contact [label] => nfooter_contactar ) [71] => stdClass Object ( [texto] => Number One for Marine Safety [label] => nfooter_number-one ) [72] => stdClass Object ( [texto] => Products [label] => nfooter_productos ) [73] => stdClass Object ( [texto] => Services [label] => nfooter_servicios ) [74] => stdClass Object ( [texto] => Support [label] => nfooter_soporte ) [75] => stdClass Object ( [texto] => Manufacturers [label] => nfooter_marcas ) [76] => stdClass Object ( [texto] => Company [label] => nfooter_empresa ) [77] => stdClass Object ( [texto] => Contact | Service Request [label] => nfooter_contacto ) [78] => stdClass Object ( [texto] => At OscarSierra you will find a global offer of services and products that we make available to customers strictly following the protocols established by manufacturers authorities and class societies. [label] => nfooter_en-oscarsierra-encotraras ) [79] => stdClass Object ( [texto] => Secure<br> payment [label] => nfooter_pago-seguro ) [80] => stdClass Object ( [texto] => We are authorized to collect bank details of our customers and make payments. [label] => nfooter_estamos-autorizados ) [81] => stdClass Object ( [texto] => Terms of contract OS. [label] => nfooter_terminos-contratacion ) [82] => stdClass Object ( [texto] => Privacy Policy [label] => nfooter_politicas-privacidad ) [83] => stdClass Object ( [texto] => Refund Policy [label] => nfooter_politicas-reembolso ) [84] => stdClass Object ( [texto] => Subscription Terms [label] => nfooter_terminos-subs ) [85] => stdClass Object ( [texto] => Cookies Policy [label] => nfooter_politica-cookies ) [86] => stdClass Object ( [texto] => Help [label] => nheader_ayudar ) [87] => stdClass Object ( [texto] => Need more information? [label] => nfooter_necesitas-info ) [88] => stdClass Object ( [texto] => Call or write us a message. Our team of professionals will advise you on the best solutions. [label] => nfooter_llamanos-o-escribenos ) [89] => stdClass Object ( [texto] => Size [label] => nheader_talla ) [90] => stdClass Object ( [texto] => Need help? [label] => nfooter_necesitas-ayuda ) [91] => stdClass Object ( [texto] => Mon - Thu 7:00h - 15:00h<br>Fri 7:00h - 14:00h [label] => nfooter_horarios ) [92] => stdClass Object ( [texto] => We transport it<br> to any point.<br> Ask us. [label] => nfooter_lo-trasportamos ) [93] => stdClass Object ( [texto] => We have cranes<br> to place it<br>wherever it is needed. [label] => nfooter_disponemos-gruas ) [94] => stdClass Object ( [texto] => Secure payment<br> with our system. [label] => nfooter_pago-seguro-con-sistema ) [95] => stdClass Object ( [texto] => Frequently asked questions (FAQs) [label] => nfooter_preguntas-frecuentes ) [96] => stdClass Object ( [texto] => Shipping and deliveries [label] => nfooter_envios-y entregas ) [97] => stdClass Object ( [texto] => Frequently asked questions (FAQs) [label] => nfooter_preguntas-frec ) [98] => stdClass Object ( [texto] => Results [label] => nsubproductos_resultados ) [99] => stdClass Object ( [texto] => Products [label] => nproductos_productos ) [100] => stdClass Object ( [texto] => Contact with us if you can't find what you're looking for. [label] => nproductos_disponemos-de-amplio-catalogo ) [101] => stdClass Object ( [texto] => Products [label] => nsubproductos_productos ) [102] => stdClass Object ( [texto] => Manufacturer [label] => nsubproductos_marcas ) [103] => stdClass Object ( [texto] => Order [label] => nsubproductos_ordenar ) [104] => stdClass Object ( [texto] => Alphabetic ↑ [label] => nsubproductos_alfabetico-arriba ) [105] => stdClass Object ( [texto] => Alphabetic ↓ [label] => nsubproductos_alfabetico-abajo ) [106] => stdClass Object ( [texto] => Add [label] => nsubproductos_anadir ) [107] => stdClass Object ( [texto] => More info [label] => nsubproductos_mas-info ) [108] => stdClass Object ( [texto] => What's new in lifejackets [label] => nsubproductos_novedadeschalecos ) [109] => stdClass Object ( [texto] => RECREATIONAL LIFERAFTS... [label] => nsubproductos_balsas-salvavidas ) [110] => stdClass Object ( [texto] => LIFERAFT ACCESORIES [label] => nsubproductos_accesorios-balsas ) [111] => stdClass Object ( [texto] => Code: [label] => nproducto_categoria ) [112] => stdClass Object ( [texto] => Sub-category: [label] => nproducto_subcategoria ) [113] => stdClass Object ( [texto] => Type: [label] => nproducto_tipo ) [114] => stdClass Object ( [texto] => Brand: [label] => nproducto_marca ) [115] => stdClass Object ( [texto] => Model: [label] => nproducto_modelo ) [116] => stdClass Object ( [texto] => People capacity [label] => nproducto_capacidad ) [117] => stdClass Object ( [texto] => Size [label] => nproducto_talla ) [118] => stdClass Object ( [texto] => Add [label] => nproducto_añadir ) [119] => stdClass Object ( [texto] => Download pdf [label] => nproducto_descargar-pdf ) [120] => stdClass Object ( [texto] => Back [label] => nproducto_volver ) [121] => stdClass Object ( [texto] => Related Products [label] => nproducto_productos ) [122] => stdClass Object ( [texto] => It could be of your interest [label] => nproducto_tambien-puede-interesar ) [123] => stdClass Object ( [texto] => + 34 971 247 211 [label] => nfooter_numerotel ) [124] => stdClass Object ( [texto] => C/ Son Péndola 4 <br> 07007 Palma de Mallorca [label] => nfooter_direccion ) [125] => stdClass Object ( [texto] => Delete [label] => nheader_eliminar-carrito ) [126] => stdClass Object ( [texto] => Clear Cart [label] => nheader_vaciar-carrito ) [127] => stdClass Object ( [texto] => [label] => nproducto_agente ) [128] => stdClass Object ( [texto] => [label] => nproducto_clasificacion ) [129] => stdClass Object ( [texto] => Weight: [label] => nproducto_peso ) [130] => stdClass Object ( [texto] => Weight [label] => nheader_peso ) [131] => stdClass Object ( [texto] => [label] => nhome_ErrorMessageInt ) [132] => stdClass Object ( [texto] => Added to cart [label] => nhome_CorrectoMessageInt ) [133] => stdClass Object ( [texto] => [label] => nproducto_medidas ) [134] => stdClass Object ( [texto] => [label] => nfooter_email ) [135] => stdClass Object ( [texto] => +34 971 247 211 [label] => nfooter_tel1 ) [136] => stdClass Object ( [texto] => +34 661 78 14 56 [label] => nfooter_tel2 ) [137] => stdClass Object ( [texto] => Add to cart your favorite items. <br>Once we receive your selection we will send you a quotation. [label] => ficha_infocarrito ) [138] => stdClass Object ( [texto] => [label] => nheader_productos ) [139] => stdClass Object ( [texto] => [label] => nheader_servicios ) [140] => stdClass Object ( [texto] => [label] => nheader_marcas ) [141] => stdClass Object ( [texto] => [label] => nheader_empresa ) [142] => stdClass Object ( [texto] => [label] => nheader_soporte ) [143] => stdClass Object ( [texto] => [label] => nheader_idiomas ) [144] => stdClass Object ( [texto] => Added to cart [label] => nheader_se-ha-añadido-carrito ) [145] => stdClass Object ( [texto] => [label] => nheader_productos ) [146] => stdClass Object ( [texto] => [label] => nheader_servicios ) [147] => stdClass Object ( [texto] => [label] => nheader_marcas ) [148] => stdClass Object ( [texto] => [label] => nheader_empresa ) [149] => stdClass Object ( [texto] => [label] => nheader_soporte ) [150] => stdClass Object ( [texto] => [label] => nheader_idiomas ) [151] => stdClass Object ( [texto] => Added to cart [label] => nheader_se-ha-añadido-carrito ) [152] => stdClass Object ( [texto] => [label] => nheader_productos ) [153] => stdClass Object ( [texto] => [label] => nheader_servicios ) [154] => stdClass Object ( [texto] => [label] => nheader_marcas ) [155] => stdClass Object ( [texto] => [label] => nheader_empresa ) [156] => stdClass Object ( [texto] => [label] => nheader_soporte ) [157] => stdClass Object ( [texto] => Contact / Service Request [label] => nheader_contacto ) [158] => stdClass Object ( [texto] => [label] => nheader_idiomas ) [159] => stdClass Object ( [texto] => Added to cart [label] => nheader_se-ha-añadido-carrito ) [160] => stdClass Object ( [texto] => [label] => nheader_productos ) [161] => stdClass Object ( [texto] => Cart Empty [label] => nheader_carrito-vacio ) [162] => stdClass Object ( [texto] => [label] => nheader_service-request ) [163] => stdClass Object ( [texto] => [label] => nsubproductos_todos-los-productos ) [164] => stdClass Object ( [texto] => [label] => nheader_medidas ) [165] => stdClass Object ( [texto] => 673926769 [label] => ncontacto_whasappnum ) [166] => stdClass Object ( [texto] => [label] => ncontacto_maps ) [167] => stdClass Object ( [texto] => 673926769 [label] => ncontacto_whasappnum ) [168] => stdClass Object ( [texto] => [label] => ncontacto_whasappnum2 ) [169] => stdClass Object ( [texto] => Contact / Service Request [label] => nheader_contacto2 ) [170] => stdClass Object ( [texto] => [label] => nheader_tv ) [171] => stdClass Object ( [texto] => [label] => nheader_reglamentos ) [172] => stdClass Object ( [texto] => [label] => nfooter_reglamentos ) [173] => stdClass Object ( [texto] => [label] => nfooter_tv ) )
Key Value
TEMP /srv/vhost/oscarsierra.com/home/tmp
TMPDIR /srv/vhost/oscarsierra.com/home/tmp
TMP /srv/vhost/oscarsierra.com/home/tmp
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
USER oscarsierra.com
HOME /srv/vhost/oscarsierra.com/home
SCRIPT_NAME /index.php
REQUEST_URI /en/products?subp=
QUERY_STRING subp=
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING subp=
REDIRECT_URL /en/products
REMOTE_PORT 59574
SCRIPT_FILENAME /srv/vhost/oscarsierra.com/home/html/index.php
SERVER_ADMIN webmaster@oscarsierra.com
CONTEXT_DOCUMENT_ROOT /srv/vhost/oscarsierra.com/home/html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /srv/vhost/oscarsierra.com/home/html
REMOTE_ADDR 35.175.172.94
SERVER_PORT 443
SERVER_ADDR 217.76.130.150
SERVER_NAME www.oscarsierra.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_HOST www.oscarsierra.com
HTTP_REFERER https://www.oscarsierra.com/en/products/?subp=
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
H2_STREAM_TAG 000
H2_STREAM_ID
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.oscarsierra.com
HTTPS on
UNIQUE_ID ZgWz191bsi4w06J1D5-ULwAAERI
REDIRECT_STATUS 200
REDIRECT_H2_STREAM_TAG 000
REDIRECT_H2_STREAM_ID
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH off
REDIRECT_H2PUSH off
REDIRECT_HTTP2 on
REDIRECT_SSL_TLS_SNI www.oscarsierra.com
REDIRECT_HTTPS on
REDIRECT_UNIQUE_ID ZgWz191bsi4w06J1D5-ULwAAERI
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711649751.5737
REQUEST_TIME 1711649751
empty
0. Whoops\Handler\PrettyPageHandler