Suscribite al newsletter y recibí las novedades en tu email

Su email fue agregado a nuestra base de envío.
Muchas gracias!

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php71/root/usr/lib64/php/modules/xsl.so' - /lib64/libxslt.so.1: symbol xmlGenericErrorContext, version LIBXML2_2.4.30 not defined in file libxml2.so.2 with link time reference Whoops\Exception\ErrorException thrown with message "PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php71/root/usr/lib64/php/modules/xsl.so' - /lib64/libxslt.so.1: symbol xmlGenericErrorContext, version LIBXML2_2.4.30 not defined in file libxml2.so.2 with link time reference" Stacktrace: #2 Whoops\Exception\ErrorException in Unknown:0 #1 Whoops\Run:handleError in /home/roguekamadocom/public_html/vendor/filp/whoops/src/Whoops/Run.php:408 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
Unknown0
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php408
0
Whoops\Run handleShutdown
[internal]0
Unknown
/home/roguekamadocom/public_html/vendor/filp/whoops/src/Whoops/Run.php
    /**
     * Special case to deal with Fatal errors and the like.
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;

        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }

    /**
     * In certain scenarios, like in shutdown handler, we can not throw exceptions
     * @var bool
     */
    private $canThrowExceptions = true;

    private function resolveHandler($handler)
    {
        if (is_callable($handler)) {
            $handler = new CallbackHandler($handler);
        }

        if (!$handler instanceof HandlerInterface) {
            throw new InvalidArgumentException(
                  "Handler must be a callable, or instance of "
                . "Whoops\\Handler\\HandlerInterface"
[internal]

Environment & details:

Key Value
cat kamado
orden preciomenor
srr kamado
empty
empty
empty
empty
Key Value
PATH /usr/local/bin:/usr/bin:/bin
TZ America/Argentina/Buenos_Aires
REDIRECT_HANDLER application/x-httpd-ea-php71
REDIRECT_STATUS 200
SCRIPT_URL /productos.php
SCRIPT_URI https://roguekamado.com/productos.php
HTTPS on
SSL_TLS_SNI roguekamado.com
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_HOST roguekamado.com
HTTP_X_HTTPS 1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME roguekamado.com
SERVER_ADDR 68.178.202.253
SERVER_PORT 443
REMOTE_ADDR 216.73.216.61
DOCUMENT_ROOT /home/roguekamadocom/public_html
REQUEST_SCHEME https
CONTEXT_PREFIX /cgi-sys
CONTEXT_DOCUMENT_ROOT /usr/local/cpanel/cgi-sys/
SERVER_ADMIN webmaster@roguekamado.com
SCRIPT_FILENAME /home/roguekamadocom/public_html/productos.php
REMOTE_PORT 7891
REDIRECT_URL /productos.php
REDIRECT_QUERY_STRING cat=kamado&orden=preciomenor&srr=kamado
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/2.0
REQUEST_METHOD GET
QUERY_STRING cat=kamado&orden=preciomenor&srr=kamado
REQUEST_URI /productos.php?cat=kamado&orden=preciomenor&srr=kamado
SCRIPT_NAME /productos.php
ORIG_SCRIPT_FILENAME /usr/local/cpanel/cgi-sys/ea-php71
ORIG_PATH_INFO /productos.php
ORIG_PATH_TRANSLATED /home/roguekamadocom/public_html/productos.php
ORIG_SCRIPT_NAME /cgi-sys/ea-php71
PHP_SELF /productos.php
REQUEST_TIME_FLOAT 1765125312.479
REQUEST_TIME 1765125312
argv Array ( [0] => cat=kamado&orden=preciomenor&srr=kamado )
argc 1
empty
0. Whoops\Handler\PrettyPageHandler