Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 536870912 bytes exhausted (tried to allocate 33554440 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 536870912 bytes exhausted (tried to allocate 33554440 bytes)" Stacktrace: #3 Whoops\Exception\ErrorException in /home/vaproshnew/public_html/libraries/joomla/database/driver.php:1715 #2 Whoops\Run:handleError in /home/vaproshnew/public_html/libraries/gantry5/vendor/filp/whoops/src/Whoops/Run.php:486 #1 Whoops\Run:handleShutdown in /home/vaproshnew/public_html/libraries/gantry5/src/classes/Gantry/Component/Whoops/SystemFacade.php:167 #0 Gantry\Component\Whoops\SystemFacade:handleShutdown in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/home/vaproshnew/public_html/libraries/joomla/database/driver.php1715
2
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php486
1
Whoops\Run handleShutdown
/src/classes/Gantry/Component/Whoops/SystemFacade.php167
0
Gantry\Component\Whoops\SystemFacade handleShutdown
[internal]0
        $this->connect();
 
        $array = array();
 
        // Execute the query and get the result set cursor.
        if (!($cursor = $this->execute()))
        {
            return;
        }
 
        // Get all of the rows from the result set as objects of type $class.
        while ($row = $this->fetchObject($cursor, $class))
        {
            if ($key)
            {
                $array[$row->$key] = $row;
            }
            else
            {
                $array[] = $row;
            }
        }
 
        // Free up system resources and return.
        $this->freeResult($cursor);
 
        return $array;
    }
 
    /**
     * Method to get the first field of the first row of the result set from the database query.
     *
     * @return  mixed  The return value or null if the query failed.
     *
     * @since   1.7.0
     * @throws  RuntimeException
     */
    public function loadResult()
    {
        $this->connect();
     *
     * @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 Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
     *
     * @param callable|HandlerInterface $handler
     *
     * @return HandlerInterface
        }
 
        // Propagate error to the next handler.
        if ($this->platformExceptionHandler) {
            call_user_func_array($this->platformExceptionHandler, [&$exception]);
        }
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     */
    public function handleShutdown()
    {
        $handler = $this->whoopsShutdownHandler;
 
        $error = $this->getLastError();
 
        // Ignore core warnings and errors.
        if ($error && !($error['type'] & (E_CORE_WARNING | E_CORE_ERROR))) {
            $handler();
        }
    }
}
 

Environment & details:

Key Value
task cartorder.add
id 784
return_url /product-application/wrapshield-projects/all
empty
empty
empty
Key Value
joomla TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo1OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTcxMTcyNzQ5MztzOjQ6Imxhc3QiO2k6MTcxMTcyNzQ5MztzOjM6Im5vdyI7aToxNzExNzI3NDkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6ODoib3JkZXJfaWQiO3M6MzI6IjBhMGFhZGU4YTg0ZGQwMTI0Zjg2NWM3NGM2MTA3Nzc5IjtzOjEwOiJjb250YWN0X2lkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=
Key Value
USER vaproshnew
HOME /home/vaproshnew
SCRIPT_NAME /index.php
REQUEST_URI /submittal-cart?task=cartorder.add&id=784&return_url=/product-application/wrapshield-projects/all
QUERY_STRING task=cartorder.add&id=784&return_url=/product-application/wrapshield-projects/all
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING task=cartorder.add&id=784&return_url=/product-application/wrapshield-projects/all
REDIRECT_URL /submittal-cart
REMOTE_PORT 60212
SCRIPT_FILENAME /home/vaproshnew/public_html/index.php
SERVER_ADMIN webmaster@vaproshield.com
CONTEXT_DOCUMENT_ROOT /home/vaproshnew/public_html
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/vaproshnew/public_html
REMOTE_ADDR 3.85.224.214
SERVER_PORT 443
SERVER_ADDR 172.16.137.137
SERVER_NAME vaproshield.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 vaproshield.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
SSL_TLS_SNI vaproshield.com
HTTPS on
HTTP_AUTHORIZATION
SCRIPT_URI https://vaproshield.com/submittal-cart
SCRIPT_URL /submittal-cart
UNIQUE_ID ZgbjhVVU72PrsSkJRelY6QAAAhc
REDIRECT_STATUS 200
REDIRECT_SSL_TLS_SNI vaproshield.com
REDIRECT_HTTPS on
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI https://vaproshield.com/submittal-cart
REDIRECT_SCRIPT_URL /submittal-cart
REDIRECT_UNIQUE_ID ZgbjhVVU72PrsSkJRelY6QAAAhc
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711727493.0572
REQUEST_TIME 1711727493
argv Array ( [0] => task=cartorder.add&id=784&return_url=/product-application/wrapshield-projects/all )
argc 1
empty
0. Whoops\Handler\PrettyPageHandler