Kirby CMS Debugger
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
PHP Startup: Unable to load dynamic library 'xsl.so' (tried: /opt/cpanel/ea-php72/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), /opt/cpanel/ea-php72/root/usr/lib64/php/modules/xsl.so.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/xsl.so.so: cannot open shared object file: No such file or directory)) Whoops\Exception\ErrorException thrown with message "PHP Startup: Unable to load dynamic library 'xsl.so' (tried: /opt/cpanel/ea-php72/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), /opt/cpanel/ea-php72/root/usr/lib64/php/modules/xsl.so.so (/opt/cpanel/ea-php72/root/usr/lib64/php/modules/xsl.so.so: cannot open shared object file: No such file or directory))" Stacktrace: #2 Whoops\Exception\ErrorException in Unknown:0 #1 Whoops\Run:handleError in /home/paxton6/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/paxton6/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:

empty
empty
empty
empty
empty
Key Value
USER paxton6
HOME /home/paxton6
SCRIPT_NAME /index.php
REQUEST_URI /products
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /products
REMOTE_PORT 58182
SCRIPT_FILENAME /home/paxton6/public_html/index.php
SERVER_ADMIN webmaster@paxtoncorp.com
CONTEXT_DOCUMENT_ROOT /home/paxton6/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/paxton6/public_html
REMOTE_ADDR 18.97.14.91
SERVER_PORT 443
SERVER_ADDR 192.249.127.183
SERVER_NAME paxtoncorp.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_X_HTTPS 1
HTTP_CONNECTION Keep-Alive
HTTP_HOST paxtoncorp.com
HTTP_ACCEPT_ENCODING zstd, br, gzip
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
proxy-nokeepalive 1
SSL_TLS_SNI paxtoncorp.com
HTTPS on
HTTP_AUTHORIZATION
SCRIPT_URI https://paxtoncorp.com/products
SCRIPT_URL /products
UNIQUE_ID ag3pGGqeVA8SQu_rEM3JwwAAAFA
REDIRECT_STATUS 200
REDIRECT_SSL_TLS_SNI paxtoncorp.com
REDIRECT_HTTPS on
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI https://paxtoncorp.com/products
REDIRECT_SCRIPT_URL /products
REDIRECT_UNIQUE_ID ag3pGGqeVA8SQu_rEM3JwwAAAFA
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1779296536.053
REQUEST_TIME 1779296536
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler