Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 134217728 bytes exhausted (tried to allocate 271097984 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 271097984 bytes)" Stacktrace: #2 Whoops\Exception\ErrorException in /home/rsodre/apps/www_mataleone/download/app/src/TemporaryFile.php:31 #1 Whoops\Run:handleError in /home/rsodre/apps/www_mataleone/download/app/vendor/filp/whoops/src/Whoops/Run.php:486 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
/src/TemporaryFile.php31
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php486
0
Whoops\Run handleShutdown
[internal]0
/home/rsodre/apps/www_mataleone/download/app/src/TemporaryFile.php
    {
        $this->path = tempnam($dir, $prefix);
    }
 
    /** Destroy this TemporaryFile object. */
    public function __destruct()
    {
        unlink($this->path);
    }
 
    /** Get the path to the temporary file. */
    public function __toString(): string
    {
        return $this->path;
    }
 
    /** Get the raw contents of the file. */
    public function getContents(): string
    {
        return file_get_contents($this->path);
    }
}
 
Arguments
  1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 271097984 bytes)"
    
/home/rsodre/apps/www_mataleone/download/app/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 Throwable $exception
     *
     * @return Inspector
     */
    private function getInspector($exception)
    {
        return new Inspector($exception);
    }
 
    /**
     * Resolves the giving handler.
     *
     * @param HandlerInterface $handler
     *
     * @return HandlerInterface
[internal]

Environment & details:

Key Value
zip
"misc"
empty
empty
empty
empty
Key Value
PHP_INI_SCAN_DIR
"/etc/php.d/:/home/rsodre/apps/link_mataleone_download/"
USER
"rsodre"
HOME
"/home/rsodre"
SCRIPT_NAME
"/index.php"
REQUEST_URI
"/?zip=misc"
QUERY_STRING
"zip=misc"
REQUEST_METHOD
"GET"
SERVER_PROTOCOL
"HTTP/1.1"
GATEWAY_INTERFACE
"CGI/1.1"
REMOTE_PORT
"47580"
SCRIPT_FILENAME
"/home/rsodre/apps/link_mataleone_download/index.php"
SERVER_ADMIN
"[no address given]"
CONTEXT_DOCUMENT_ROOT
"/home/rsodre/apps/link_mataleone_download/"
CONTEXT_PREFIX
"/"
REQUEST_SCHEME
"http"
DOCUMENT_ROOT
"/home/rsodre/apps/link_mataleone_download"
REMOTE_ADDR
"44.197.214.36"
SERVER_PORT
"80"
SERVER_ADDR
"127.0.0.1"
SERVER_NAME
"download.mataleone.com"
SERVER_SOFTWARE
"Apache"
SERVER_SIGNATURE
"<address>Apache Server at download.mataleone.com Port 80</address>\n"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_CONNECTION
"upgrade"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_HTTPS
"on"
HTTP_FORWARDED_REQUEST_URI
"/?zip=misc"
HTTP_X_FORWARDED_SERVER
"download.mataleone.com"
HTTP_X_FORWARDED_HOST
"download.mataleone.com"
HTTP_HOST
"download.mataleone.com"
proxy-nokeepalive
"1"
HTTPS
"on"
UNIQUE_ID
"Zgbe7AgkKKTfKyKE0B1FVwAAAEY"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711726316.8604
REQUEST_TIME
1711726316
SITE_TITLE
"Mataleone Downloads"
META_DESCRIPTION
"Mataleone Downloads"
DARK_MODE
"true"
Key Value
SITE_TITLE
"Mataleone Downloads"
META_DESCRIPTION
"Mataleone Downloads"
DARK_MODE
"true"
0. Whoops\Handler\PrettyPageHandler