Whoops \ Exception \ ErrorException (E_WARNING)
Attempt to read property "ID" on bool Whoops\Exception\ErrorException thrown with message "Attempt to read property "ID" on bool" Stacktrace: #4 Whoops\Exception\ErrorException in /home/bamena/public_html/wp-content/themes/g5_helium/author.php:31 #3 Gantry\Component\Whoops\SystemFacade:handleError in /home/bamena/public_html/wp-content/themes/g5_helium/author.php:31 #2 include in /home/bamena/public_html/wp-includes/template-loader.php:106 #1 require_once in /home/bamena/public_html/wp-blog-header.php:19 #0 require in /home/bamena/public_html/index.php:17
Stack frames (5)
4
Whoops\Exception\ErrorException
/home/bamena/public_html/wp-content/themes/g5_helium/author.php31
3
Gantry\Component\Whoops\SystemFacade handleError
/home/bamena/public_html/wp-content/themes/g5_helium/author.php31
2
include
/home/bamena/public_html/wp-includes/template-loader.php106
1
require_once
/home/bamena/public_html/wp-blog-header.php19
0
require
/home/bamena/public_html/index.php17
 
use Timber\Timber;
 
/*
 * The template for displaying Author Archive pages
 */
 
global $wp_query;
 
$gantry = Gantry\Framework\Gantry::instance();
$theme  = $gantry['theme'];
 
// We need to render contents of <head> before plugin content gets added.
$context              = Timber::get_context();
$context['page_head'] = $theme->render('partials/page_head.html.twig', $context);
 
$context['posts'] = Timber::get_posts();
 
if (isset($authordata)) {
    $author            = new \Timber\User($authordata->ID);
    $context['author'] = $author;
    $context['title']  = __('Author:', 'g5_helium') . ' ' . $author->name();
}
 
Timber::render(['author.html.twig', 'archive.html.twig', 'index.html.twig'], $context);
 
 
use Timber\Timber;
 
/*
 * The template for displaying Author Archive pages
 */
 
global $wp_query;
 
$gantry = Gantry\Framework\Gantry::instance();
$theme  = $gantry['theme'];
 
// We need to render contents of <head> before plugin content gets added.
$context              = Timber::get_context();
$context['page_head'] = $theme->render('partials/page_head.html.twig', $context);
 
$context['posts'] = Timber::get_posts();
 
if (isset($authordata)) {
    $author            = new \Timber\User($authordata->ID);
    $context['author'] = $author;
    $context['title']  = __('Author:', 'g5_helium') . ' ' . $author->name();
}
 
Timber::render(['author.html.twig', 'archive.html.twig', 'index.html.twig'], $context);
 
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    $template = apply_filters( 'template_include', $template );
    if ( $template ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE Apache
REQUEST_URI /author/admin/
USER bamena
HOME /home/bamena
SCRIPT_NAME /index.php
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /author/admin/
REMOTE_PORT 35970
SCRIPT_FILENAME /home/bamena/public_html/index.php
SERVER_ADMIN webmaster@bamena.ca
CONTEXT_DOCUMENT_ROOT /home/bamena/public_html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/bamena/public_html
REMOTE_ADDR 3.94.99.173
SERVER_PORT 80
SERVER_ADDR 94.23.160.98
SERVER_NAME bamena.ca
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_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_X_REAL_IP 3.94.99.173
HTTP_X_FORWARDED_SERVER bamena.ca
HTTP_X_FORWARDED_PROTO http
HTTP_X_FORWARDED_PORT 80
HTTP_X_FORWARDED_HOST bamena.ca
HTTP_X_FORWARDED_FOR 3.94.99.173
HTTP_REFERER http://www.bamena.ca/author/admin/
HTTP_HOST bamena.ca
proxy-nokeepalive 1
HTTP_AUTHORIZATION
SCRIPT_URI http://bamena.ca/author/admin/
SCRIPT_URL /author/admin/
UNIQUE_ID ZgZssG5l_TiesQ676RIiaQAAAAM
REDIRECT_STATUS 200
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI http://bamena.ca/author/admin/
REDIRECT_SCRIPT_URL /author/admin/
REDIRECT_isproxyrequest 1
REDIRECT_UNIQUE_ID ZgZssG5l_TiesQ676RIiaQAAAAM
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711697072.0513
REQUEST_TIME 1711697072
argv Array ( )
argc 0
empty
0. Whoops\Handler\PrettyPageHandler