Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 100564992 bytes) in /home/welv51/domains/root.welv51.org/public_html/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php on line 49
Whoops! There was an error. • Directory Lister
Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 134217728 bytes exhausted (tried to allocate 100564992 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 100564992 bytes)" Stacktrace: #2 Whoops\Exception\ErrorException in /home/welv51/domains/root.welv51.org/public_html/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:49 #1 Whoops\Run:handleError in /home/welv51/domains/root.welv51.org/public_html/app/vendor/filp/whoops/src/Whoops/Run.php:482 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
/vendor/symfony/cache/Marshaller/DefaultMarshaller.php49
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php482
0
Whoops\Run handleShutdown
[internal]0
/home/welv51/domains/root.welv51.org/public_html/app/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
        } elseif ($useIgbinarySerialize && (!\extension_loaded('igbinary') || (\PHP_VERSION_ID >= 70400 && version_compare('3.1.6', phpversion('igbinary'), '>')))) {
            throw new CacheException(\extension_loaded('igbinary') && \PHP_VERSION_ID >= 70400 ? 'Please upgrade the "igbinary" PHP extension to v3.1.6 or higher.' : 'The "igbinary" PHP extension is not loaded.');
        }
        $this->useIgbinarySerialize = $useIgbinarySerialize;
        $this->throwOnSerializationFailure = $throwOnSerializationFailure;
    }
 
    /**
     * {@inheritdoc}
     */
    public function marshall(array $values, ?array &$failed): array
    {
        $serialized = $failed = [];
 
        foreach ($values as $id => $value) {
            try {
                if ($this->useIgbinarySerialize) {
                    $serialized[$id] = igbinary_serialize($value);
                } else {
                    $serialized[$id] = serialize($value);
                }
            } catch (\Exception $e) {
                if ($this->throwOnSerializationFailure) {
                    throw new \ValueError($e->getMessage(), 0, $e);
                }
                $failed[] = $id;
            }
        }
 
        return $serialized;
    }
 
    /**
     * {@inheritdoc}
     */
    public function unmarshall(string $value)
    {
        if ('b:0;' === $value) {
            return false;
        }
Arguments
  1. "Allowed memory size of 134217728 bytes exhausted (tried to allocate 100564992 bytes)"
    
/home/welv51/domains/root.welv51.org/public_html/app/vendor/filp/whoops/src/Whoops/Run.php
    }
 
    /**
     * Special case to deal with Fatal errors and the like.
     *
     * @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.
[internal]

Environment & details:

Key Value
zip
"管理DATA/M-設計図書"
empty
empty
empty
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"root.welv51.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
DOCUMENT_ROOT
"/home/welv51/domains/root.welv51.org/public_html"
REMOTE_ADDR
"216.73.216.142"
REMOTE_PORT
"57496"
SERVER_ADDR
"163.44.176.12"
SERVER_NAME
"root.welv51.org"
SERVER_ADMIN
"webmaster@welv51.org"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/?zip=%E7%AE%A1%E7%90%86DATA%2FM-%E8%A8%AD%E8%A8%88%E5%9B%B3%E6%9B%B8"
GEOIP_ADDR
"216.73.216.142"
GEOIP_COUNTRY_CODE
"US"
GEOIP_CONTINENT_CODE
"NA"
HTTPS
"on"
HTTP_AUTHORIZATION
""
ISROOT
"1"
X_SPDY
"HTTP2"
SSL_PROTOCOL
"TLSv1.3"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CIPHER_ALGKEYSIZE
"256"
SCRIPT_FILENAME
"/home/welv51/domains/root.welv51.org/public_html/index.php"
QUERY_STRING
"zip=%E7%AE%A1%E7%90%86DATA%2FM-%E8%A8%AD%E8%A8%88%E5%9B%B3%E6%9B%B8"
SCRIPT_URI
"https://root.welv51.org/"
SCRIPT_URL
"/"
SCRIPT_NAME
"/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on,crawler"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1776709741.9602
REQUEST_TIME
1776709741
APP_DEBUG
"false"
APP_LANGUAGE
"en"
DISPLAY_READMES
"true"
READMES_FIRST
"true"
ZIP_DOWNLOADS
"true"
GOOGLE_ANALYTICS_ID
"false"
MATOMO_ANALYTICS_URL
"false"
MATOMO_ANALYTICS_ID
"false"
SORT_ORDER
"type"
REVERSE_SORT
"false"
Key Value
APP_DEBUG
"false"
APP_LANGUAGE
"en"
DISPLAY_READMES
"true"
READMES_FIRST
"true"
ZIP_DOWNLOADS
"true"
GOOGLE_ANALYTICS_ID
"false"
MATOMO_ANALYTICS_URL
"false"
MATOMO_ANALYTICS_ID
"false"
SORT_ORDER
"type"
REVERSE_SORT
"false"
0. Whoops\Handler\PrettyPageHandler