Nothing to show you.

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
PHP Startup: Unable to load dynamic library 'ssh2.so' (tried: /opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.so (libssh2.so.1: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.so.so (/opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.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 'ssh2.so' (tried: /opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.so (libssh2.so.1: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.so.so (/opt/cpanel/ea-php74/root/usr/lib64/php/modules/ssh2.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/apiqld/public_html/vendor/filp/whoops/src/Whoops/Run.php:514 #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.php514
0
Whoops\Run handleShutdown
[internal]0
Unknown
/home/apiqld/public_html/vendor/filp/whoops/src/Whoops/Run.php
     *
     * @return void
     */
    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']
            );
        }
    }
 
 
    /**
     * @param InspectorFactoryInterface $factory
     *
     * @return void
     */
    public function setInspectorFactory(InspectorFactoryInterface $factory)
    {
        $this->inspectorFactory = $factory;
    }
 
    public function addFrameFilter($filterCallback)
    {
        if (!is_callable($filterCallback)) {
            throw new \InvalidArgumentException(sprintf(
                "A frame filter must be of type callable, %s type given.", 
[internal]

Environment & details:

empty
empty
empty
empty
empty
Key Value
USER apiqld
HOME /home/apiqld
SCRIPT_NAME /index.php
REQUEST_URI /
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 2695
SCRIPT_FILENAME /home/apiqld/public_html/index.php
SERVER_ADMIN webmaster@apiqld.actboldstaging.com
CONTEXT_DOCUMENT_ROOT /home/apiqld/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/apiqld/public_html
REMOTE_ADDR 216.73.216.140
SERVER_PORT 443
SERVER_ADDR 192.168.1.253
SERVER_NAME apiqld.actboldstaging.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_HOST apiqld.actboldstaging.com
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
proxy-nokeepalive 1
H2_STREAM_TAG 1397638-10-3
H2_STREAM_ID 3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI apiqld.actboldstaging.com
HTTPS on
SCRIPT_URI https://apiqld.actboldstaging.com/
SCRIPT_URL /
UNIQUE_ID aTYQZvwz7_xbSszlfDLnpQABWAk
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1765150822.6324
REQUEST_TIME 1765150822
argv Array ( )
argc 0
FORWARD_FINANCING_API_KEY 7O0zVU5E9YyOe4YimbVvv5lxNzIKA7yDEt8Flc_v
FORWARD_FINANCING_LEAD_SUMBIT_ENDPOINT https://api.staging.forwardfinancing.com/v1/lead
FORWARD_FINANCING_ATTACHMENT_SUMBIT_FROM_URL_ENDPOINT https://api.staging.forwardfinancing.com/v1/attachment
FORWARD_FINANCING_GET_LEAD_STATUS_ENDPOINT https://api.staging.forwardfinancing.com/v1/deal_status/
Key Value
FORWARD_FINANCING_API_KEY 7O0zVU5E9YyOe4YimbVvv5lxNzIKA7yDEt8Flc_v
FORWARD_FINANCING_LEAD_SUMBIT_ENDPOINT https://api.staging.forwardfinancing.com/v1/lead
FORWARD_FINANCING_ATTACHMENT_SUMBIT_FROM_URL_ENDPOINT https://api.staging.forwardfinancing.com/v1/attachment
FORWARD_FINANCING_GET_LEAD_STATUS_ENDPOINT https://api.staging.forwardfinancing.com/v1/deal_status/
0. Whoops\Handler\PrettyPageHandler