There has been a critical error on this website.

Learn more about troubleshooting WordPress.

Crikey! There was an error...
Whoops \ Exception \ ErrorException (E_ERROR)
Allowed memory size of 268435456 bytes exhausted (tried to allocate 5242880 bytes) Whoops\Exception\ErrorException thrown with message "Allowed memory size of 268435456 bytes exhausted (tried to allocate 5242880 bytes)" Stacktrace: #3 Whoops\Exception\ErrorException in /chroot/home/ashville/ashvillelibrary.com/html/wp-includes/cron.php:1188 #2 Whoops\Run:handleError in /chroot/home/ashville/ashvillelibrary.com/html/wp-content/plugins/gantry5/vendor/filp/whoops/src/Whoops/Run.php:514 #1 Whoops\Run:handleShutdown in /chroot/home/ashville/ashvillelibrary.com/html/wp-content/plugins/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
/chroot/home/ashville/ashvillelibrary.com/html/wp-includes/cron.php1188
2
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php514
1
Whoops\Run handleShutdown
/src/classes/Gantry/Component/Whoops/SystemFacade.php167
0
Gantry\Component\Whoops\SystemFacade handleShutdown
[internal]0
     *
     * @param null|array[] $pre Array of ready cron tasks to return instead. Default null
     *                          to continue using results from _get_cron_array().
     */
    $pre = apply_filters( 'pre_get_ready_cron_jobs', null );
 
    if ( null !== $pre ) {
        return $pre;
    }
 
    $crons    = _get_cron_array();
    $gmt_time = microtime( true );
    $results  = array();
 
    foreach ( $crons as $timestamp => $cronhooks ) {
        if ( $timestamp > $gmt_time ) {
            break;
        }
 
        $results[ $timestamp ] = $cronhooks;
    }
 
    return $results;
}
 
//
// Private functions.
//
 
/**
 * Retrieves cron info array option.
 *
 * @since 2.1.0
 * @since 6.1.0 Return type modified to consistently return an array.
 * @access private
 *
 * @return array[] Array of cron events.
 */
function _get_cron_array() {
    $cron = get_option( 'cron' );
     *
     * @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.", 
        }
 
        // 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
share linkedin
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE Apache/2.4.58 (AlmaLinux)
REQUEST_URI /2018/09/new-books-september-11th/?share=linkedin
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
USER ashville
HOME /home/ashville
SCRIPT_NAME /index.php
QUERY_STRING share=linkedin
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING share=linkedin
REDIRECT_URL /2018/09/new-books-september-11th/
REMOTE_PORT 37660
SCRIPT_FILENAME /home/ashville/ashvillelibrary.com/html/index.php
SERVER_ADMIN webmaster@ashvillelibrary.com
CONTEXT_DOCUMENT_ROOT /home/ashville/ashvillelibrary.com/html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/ashville/ashvillelibrary.com/html
REMOTE_ADDR 35.175.212.5
SERVER_PORT 80
SERVER_ADDR 50.28.76.41
SERVER_NAME ashvillelibrary.com
SERVER_SIGNATURE
HTTP_HOST ashvillelibrary.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_AUTHORIZATION
SCRIPT_URI http://ashvillelibrary.com/2018/09/new-books-september-11th/
SCRIPT_URL /2018/09/new-books-september-11th/
UNIQUE_ID ZgUmDHhs3XHzD9ht0yaFGQAAAHc
REDIRECT_STATUS 200
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI http://ashvillelibrary.com/2018/09/new-books-september-11th/
REDIRECT_SCRIPT_URL /2018/09/new-books-september-11th/
REDIRECT_UNIQUE_ID ZgUmDHhs3XHzD9ht0yaFGQAAAHc
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711613452.0537
REQUEST_TIME 1711613452
empty
0. Whoops\Handler\PrettyPageHandler