Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 bytes) in /home/exploren/public_html/libraries/src/Cache/CacheController.php on line 211
Crikey! There was an error...
Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 bytes)" Stacktrace: #3 Whoops\Exception\ErrorException in /home/exploren/public_html/libraries/src/Cache/CacheController.php:211 #2 Whoops\Run:handleError in /home/exploren/public_html/libraries/gantry5/vendor/filp/whoops/src/Whoops/Run.php:433 #1 Whoops\Run:handleShutdown in /home/exploren/public_html/libraries/gantry5/classes/Gantry/Component/Whoops/SystemFacade.php:155 #0 Gantry\Component\Whoops\SystemFacade:handleShutdown in [internal]:0
Stack frames (4)
3
Whoops\Exception\ErrorException
/home/exploren/public_html/libraries/src/Cache/CacheController.php211
2
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php433
1
Whoops\Run handleShutdown
/classes/Gantry/Component/Whoops/SystemFacade.php155
0
Gantry\Component\Whoops\SystemFacade handleShutdown
[internal]0
  1. * @param string $id The cache data ID
  2. * @param string $group The cache data group
  3. * @param boolean $wrkarounds True to use wrkarounds
  4. *
  5. * @return boolean True if cache stored
  6. *
  7. * @since 1.7.0
  8. * @deprecated 4.0 Implement own method in subclass
  9. */
  10. public function store($data, $id, $group = null, $wrkarounds = true)
  11. {
  12. $locktest = $this->cache->lock($id, $group);
  13. if ($locktest->locked === false && $locktest->locklooped === true)
  14. {
  15. // We can not store data because another process is in the middle of saving
  16. return false;
  17. }
  18. $result = $this->cache->store(serialize($data), $id, $group);
  19. if ($locktest->locked === true)
  20. {
  21. $this->cache->unlock($id, $group);
  22. }
  23. return $result;
  24. }
  25. }
    /**
     * 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;
 
    /**
     * Echo something to the browser
     * @param  string $output
     * @return $this
     */
    private function writeToOutputNow($output)
    {
        if ($this->sendHttpCode() && \Whoops\Util\Misc::canSendHeaders()) {
            $this->system->setHttpResponseCode(
                $this->sendHttpCode()
        }
 
        // 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:

empty
empty
empty
empty
Key Value
joomla TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTc0MzAyNzUyODtzOjQ6Imxhc3QiO2k6MTc0MzAyNzUyODtzOjM6Im5vdyI7aToxNzQzMDI3NTI4O31zOjU6InRva2VuIjtzOjMyOiJXOEhHdEJ3Nmg2OGV4Y3pCaTVkYzFhZHhHQURCdU5nTiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==
Key Value
CONTEXT_DOCUMENT_ROOT /home/exploren/public_html
CONTEXT_PREFIX
DOCUMENT_ROOT /home/exploren/public_html
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
HTTP_ACCEPT_ENCODING gzip, deflate, br, zstd
HTTP_AUTHORIZATION
HTTP_CACHE_CONTROL no-cache
HTTP_CONNECTION keep-alive
HTTP_HOST explorenorrislake.com
HTTP_PRAGMA no-cache
HTTP_SEC_CH_UA "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
HTTP_SEC_CH_UA_MOBILE ?0
HTTP_SEC_CH_UA_PLATFORM "Windows"
HTTP_SEC_FETCH_DEST document
HTTP_SEC_FETCH_MODE navigate
HTTP_SEC_FETCH_SITE none
HTTP_SEC_FETCH_USER ?1
HTTP_UPGRADE_INSECURE_REQUESTS 1
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_X_HTTPS 1
PATH /bin:/usr/bin
PHP_INI_SCAN_DIR /opt/cpanel/ea-php72/root/etc:/opt/cpanel/ea-php72/root/etc/php.d:.
QUERY_STRING
REDIRECT_HTTPS on
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI https://explorenorrislake.com/norris-lake-marinas/entertainment-live-music-bands
REDIRECT_SCRIPT_URL /norris-lake-marinas/entertainment-live-music-bands
REDIRECT_SSL_TLS_SNI explorenorrislake.com
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID Z-R9SIRlBwUuSKIrF_8LAQAAAQo
REDIRECT_URL /norris-lake-marinas/entertainment-live-music-bands
REMOTE_ADDR 18.119.165.5
REMOTE_PORT 8705
REQUEST_METHOD GET
REQUEST_SCHEME https
REQUEST_URI /norris-lake-marinas/entertainment-live-music-bands
SCRIPT_FILENAME /home/exploren/public_html/index.php
SCRIPT_NAME /index.php
SCRIPT_URI https://explorenorrislake.com/norris-lake-marinas/entertainment-live-music-bands
SCRIPT_URL /norris-lake-marinas/entertainment-live-music-bands
SERVER_ADDR 192.254.139.239
SERVER_ADMIN webmaster@explorenorrislake.com
SERVER_NAME explorenorrislake.com
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SSL_TLS_SNI explorenorrislake.com
TZ
UNIQUE_ID Z-R9SIRlBwUuSKIrF_8LAQAAAQo
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1743027528.8265
REQUEST_TIME 1743027528
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler