Whoops \ Exception \ ErrorException (E_WARNING)
Undefined property: Page::$gallerybespoke Whoops\Exception\ErrorException thrown with message "Undefined property: Page::$gallerybespoke" Stacktrace: #12 Whoops\Exception\ErrorException in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/site/snippets/menu.php:99 #11 Whoops\Run:handleError in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/site/snippets/menu.php:99 #10 require in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/vendor/getkirby/toolkit/lib/tpl.php:22 #9 Tpl:load in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby/component/snippet.php:38 #8 Kirby\Component\Snippet:render in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/helpers.php:12 #7 snippet in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/site/templates/exhibition.php:369 #6 require in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/vendor/getkirby/toolkit/lib/tpl.php:22 #5 Tpl:load in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby/component/template.php:103 #4 Kirby\Component\Template:render in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby.php:635 #3 Kirby:template in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby.php:623 #2 Kirby:render in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby/component/response.php:29 #1 Kirby\Component\Response:make in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/kirby/kirby.php:705 #0 Kirby:launch in /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/index.php:16
Stack frames (13)
12
Whoops
\
Exception
\
ErrorException
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
snippets
/
menu.php
99
11
Whoops
\
Run
handleError
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
snippets
/
menu.php
99
10
require
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
22
9
Tpl
load
/
kirby
/
component
/
snippet.php
38
8
Kirby
\
Component
\
Snippet
render
/
helpers.php
12
7
snippet
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
templates
/
exhibition.php
369
6
require
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
22
5
Tpl
load
/
kirby
/
component
/
template.php
103
4
Kirby
\
Component
\
Template
render
/
kirby.php
635
3
Kirby
template
/
kirby.php
623
2
Kirby
render
/
kirby
/
component
/
response.php
29
1
Kirby
\
Component
\
Response
make
/
kirby.php
705
0
Kirby
launch
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
index.php
16
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
snippets
/
menu.php
</p>
 
<?php endif ?> 
<?php endforeach ?>
 
  
<p class="app-menu-divider"><span class="app-black uk-text-uppercase app-display"><?php echo page('collections')->title(); ?></span></p>
 
<?php foreach (page('collections')->children() as $menupage): ?>
<?php if($menupage->isVisible()): ?>
<?php if($menupage->gallery() != "Central Court, first floor"): ?>
 
<p>
<a href="<?php echo $menupage->url(); ?>">  
<span class="<?php if ($menupage->isOpen()): ?>app-orange<?php else: ?>app-black<?php endif ?>">
<?php echo $menupage->title(); ?>
</span>
<br />
<span class="uk-text-small <?php if ($menupage->isOpen()): ?>app-orange<?php else: ?>app-dark-grey<?php endif ?>">
<?php if ($menupage->gallerybespoke == ""): ?>
<?php echo $menupage->gallery(); ?>
<?php else: ?>
<?php echo $menupage->gallerybespoke(); ?>
<?php endif ?>
</span>
</a>
</p>
 
<?php endif ?>
<?php endif ?> 
<?php endforeach ?>
  
 
 
<p class="app-menu-divider"><span class="app-black uk-text-uppercase app-display"><?php echo page('commissions')->title(); ?></span></p>
 
<?php foreach (page('commissions')->children() as $menupage): ?>
<?php if($menupage->isVisible()): ?>
 
<p>
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
snippets
/
menu.php
</p>
 
<?php endif ?> 
<?php endforeach ?>
 
  
<p class="app-menu-divider"><span class="app-black uk-text-uppercase app-display"><?php echo page('collections')->title(); ?></span></p>
 
<?php foreach (page('collections')->children() as $menupage): ?>
<?php if($menupage->isVisible()): ?>
<?php if($menupage->gallery() != "Central Court, first floor"): ?>
 
<p>
<a href="<?php echo $menupage->url(); ?>">  
<span class="<?php if ($menupage->isOpen()): ?>app-orange<?php else: ?>app-black<?php endif ?>">
<?php echo $menupage->title(); ?>
</span>
<br />
<span class="uk-text-small <?php if ($menupage->isOpen()): ?>app-orange<?php else: ?>app-dark-grey<?php endif ?>">
<?php if ($menupage->gallerybespoke == ""): ?>
<?php echo $menupage->gallery(); ?>
<?php else: ?>
<?php echo $menupage->gallerybespoke(); ?>
<?php endif ?>
</span>
</a>
</p>
 
<?php endif ?>
<?php endif ?> 
<?php endforeach ?>
  
 
 
<p class="app-menu-divider"><span class="app-black uk-text-uppercase app-display"><?php echo page('commissions')->title(); ?></span></p>
 
<?php foreach (page('commissions')->children() as $menupage): ?>
<?php if($menupage->isVisible()): ?>
 
<p>
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
/**
 * Tpl
 *
 * Super simple template engine
 *
 * @package   Kirby Toolkit
 * @author    Bastian Allgeier <bastian@getkirby.com>
 * @link      http://getkirby.com
 * @copyright Bastian Allgeier
 * @license   http://www.opensource.org/licenses/mit-license.php MIT License
 */
class Tpl extends Silo {
 
  public static $data = array();
 
  public static function load($_file, $_data = array(), $_return = true) {
    if(!file_exists($_file)) return false;
    ob_start();
    extract(array_merge(static::$data, (array)$_data));
    require($_file);
    $_content = ob_get_contents();
    ob_end_clean();
    if($_return) return $_content;
    echo $_content;
  }
 
}
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby
/
component
/
snippet.php
   * Returns a snippet file path by name
   *
   * @param string $name
   * @return string
   */
  public function file($name) {
    return $this->kirby->roots()->snippets() . DS . str_replace('/', DS, $name) . '.php';
  }
 
  /**
   * Renders the snippet with the given data 
   * 
   * @param string $name
   * @param array $data
   * @param boolean $return
   * @return string
   */
  public function render($name, $data = [], $return = false) {
    if(is_object($data)) $data = ['item' => $data];
    return tpl::load($this->kirby->registry->get('snippet', $name), $data, $return);
  }
 
}
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
helpers.php
<?php
 
/**
 * Embeds a snippet from the snippet folder
 *
 * @param string $file
 * @param mixed $data array or object
 * @param boolean $return
 * @return string
 */
function snippet($file, $data = array(), $return = false) {
  return kirby::instance()->component('snippet')->render($file, $data, $return);
}
 
/**
 * Builds a css link tag for relative or absolute urls
 *
 * @param string $url
 * @param string $media
 * @return string
 */
function css() {
  return call([kirby::instance()->component('css'), 'tag'], func_get_args());
}
 
/**
 * Builds a script tag for relative or absolute links
 *
 * @param string $src
 * @param boolean $async
 * @return string
 */
function js($src, $async = false) {
  return call([kirby::instance()->component('js'), 'tag'], func_get_args());
}
 
/**
 * Global markdown parser shortcut
 *
 * @param string $text
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
site
/
templates
/
exhibition.php
<a href="#intro" class="app-orange" uk-icon="icon: arrow-up; ratio: 2"  uk-scroll>back to top</a>
</p> 
</div></div>
 
 
</div>
</div>    
 
<?php endforeach ?>
 
 
 
<?php $sec++; ?>
<?php endforeach ?>
<?php endif ?>
 
 
 
<!-- This is the off-canvas -->
<?php snippet('menu') ?>
 
</div>
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
/**
 * Tpl
 *
 * Super simple template engine
 *
 * @package   Kirby Toolkit
 * @author    Bastian Allgeier <bastian@getkirby.com>
 * @link      http://getkirby.com
 * @copyright Bastian Allgeier
 * @license   http://www.opensource.org/licenses/mit-license.php MIT License
 */
class Tpl extends Silo {
 
  public static $data = array();
 
  public static function load($_file, $_data = array(), $_return = true) {
    if(!file_exists($_file)) return false;
    ob_start();
    extract(array_merge(static::$data, (array)$_data));
    require($_file);
    $_content = ob_get_contents();
    ob_end_clean();
    if($_return) return $_content;
    echo $_content;
  }
 
}
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby
/
component
/
template.php
    if($template instanceof Page) {
      $page = $template;
      $file = $page->templateFile();
      $data = $this->data($page, $data);
    } else {
      $file = $template;
      $data = $this->data(null, $data);
    }
 
    // check for an existing template
    if(!file_exists($file)) {
      throw new Exception('The template could not be found');
    }
 
    // merge and register the template data globally
    $tplData = tpl::$data;
    tpl::$data = array_merge(tpl::$data, $data);
 
    // load the template
    $result = tpl::load($file, null, $return);
 
    // reset the template data
    tpl::$data = $tplData;
 
    return $result;
 
  }
 
}
 
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby.php
      }
 
      return $template;
 
    }
 
    // return a fresh template
    return $this->template($page, $data);
 
  }
 
  /**
   * Template configuration
   *
   * @param Page $page
   * @param array $data
   * @return string
   */
  public function template(Page $page, $data = array()) {
    return $this->component('template')->render($page, $data);
  }
 
  public function request() {
    if(!is_null($this->request)) return $this->request;
    return $this->request = new Request($this);
  }
 
  public function router() {
    return $this->router;
  }
 
  public function route() {
    return $this->route;
  }
 
  /**
   * Starts the router, renders the page and returns the response
   *
   * @return mixed
   */
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby.php
        }
 
      }
 
      // try to fetch the template from cache
      $template = $this->cache()->get($cacheId);
 
      // fetch fresh content if the cache is empty
      if(empty($template)) {
        $template = $this->template($page, $data);
        // store the result for the next round
        $this->cache()->set($cacheId, $template);
      }
 
      return $template;
 
    }
 
    // return a fresh template
    return $this->template($page, $data);
 
  }
 
  /**
   * Template configuration
   *
   * @param Page $page
   * @param array $data
   * @return string
   */
  public function template(Page $page, $data = array()) {
    return $this->component('template')->render($page, $data);
  }
 
  public function request() {
    if(!is_null($this->request)) return $this->request;
    return $this->request = new Request($this);
  }
 
  public function router() {
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby
/
component
/
response.php
 * @link      http://getkirby.com
 * @copyright Bastian Allgeier
 * @license   http://getkirby.com/license
 */
class Response extends \Kirby\Component {
 
  /**
   * Builds and return the response by various input
   * 
   * @param mixed $response
   * @return mixed
   */
  public function make($response) {
 
    if(is_string($response)) {
      return $this->kirby->render(page($response));
    } else if(is_array($response)) {
      return $this->kirby->render(page($response[0]), $response[1]);
    } else if(is_a($response, 'Page')) {
      return $this->kirby->render($response);      
    } else if(is_a($response, 'Response')) {
      return $response;
    } else {
      return null;
    }
 
  }
 
}
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
kirby
/
kirby.php
    // check for a valid route
    if(is_null($this->route)) {
      header::status('500');
      header::type('json');
      die(json_encode(array(
        'status'  => 'error',
        'message' => 'Invalid route or request method'
      )));
    }
 
    // call the router action with all arguments from the pattern
    $response = call($this->route->action(), $this->route->arguments());
 
    // load all language variables
    // this can only be loaded once the router action has been called
    // otherwise the current language is not yet available
    $this->localize();
 
    // build the response
    $this->response = $this->component('response')->make($response);
 
    // store the current language in the session
    if(
        $this->option('language.detect') &&
        $this->site()->multilang() && 
        $this->site()->language()
      ) {      
      s::set('kirby_language', $this->site()->language()->code());
    }
 
    return $this->response;
 
  }
 
  /**
   * Register a new hook
   * 
   * @param string/array $hook The name of the hook
   * @param closure $callback
   */
/
customers
/
1
/
5
/
9
/
cotmania.org
/
httpd.www
/
leedsartgallery
/
index.php
<?php
 
define('DS', DIRECTORY_SEPARATOR);
 
// load kirby
require(__DIR__ . DS . 'kirby' . DS . 'bootstrap.php');
 
// check for a custom site.php
if(file_exists(__DIR__ . DS . 'site.php')) {
  require(__DIR__ . DS . 'site.php');
} else {
  $kirby = kirby();
}
 
// render
echo $kirby->launch();

Environment & details:

Key Value
Kirby Toolkit v2.4.1
Kirby CMS v2.4.1
empty
empty
empty
empty
Key Value
kirby_session_fingerprint a77d626338657d265449235c5eccb7411bd89395
kirby_session_activity 1711723199
Key Value
ONECOM_DOMAIN_NAME cotmania.org
ONECOM_DOMAIN_ROOT /customers/1/5/9/cotmania.org/
ONECOM_MEMORYLIMIT 8589934592
ONECOM_CPU_SHARES 8192
ONECOM_EXEC php8.0
ONECOM_CONFIG_MTIME 1710433921568809
CONTENT_LENGTH 0
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /collections/frank-brangwyn-and-diego-rivera-painting-labour
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /collections/frank-brangwyn-and-diego-rivera-painting-labour
REMOTE_PORT 42258
SCRIPT_FILENAME /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/index.php
SERVER_ADMIN support@one.com
CONTEXT_DOCUMENT_ROOT /var/www
CONTEXT_PREFIX
REQUEST_SCHEME https
REMOTE_ADDR 34.205.142.9
SERVER_PORT 80
SERVER_ADDR 10.27.5.15
SERVER_NAME leedsartgallery.cotmania.org
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_X_VARNISH 7941515667
HTTP_ACCEPT_ENCODING gzip
HTTP_X_ORIGINAL_URL /collections/frank-brangwyn-and-diego-rivera-painting-labour
HTTP_X_ONECOM_HOST cotmania.org
HTTP_X_GROUPONE_BRAND one.com
HTTP_X_ONECOM_BRAND one.com
HTTP_X_FORWARDED_PROTO https
HTTP_X_ONECOM_FORWARDED_PROTO https
HTTP_VIA 1.1 webcache2 (Varnish/trunk)
HTTP_X_FORWARDED_FOR 34.205.142.9
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST leedsartgallery.cotmania.org
HTTP_SCHEME https
ENV_VCV_ENV_ADDONS_ID one.com
ENV_VCV_TOKEN_URL https://wpapi.one.com/api/v1.0/plugins/visualcomposer/activate
ONECOM_WP_ADDONS_API https://wpapi.one.com
ONECOM_WEBSHOP_HOST webshop2.cst.webpod13-cph3.one.com
HTTPS on
ONECOM_PHP_WORKERS 24
GROUPONE_BRAND_NAME one.com
ONECOM_BRAND_ID 1
ONECOM_TMPDIR /customers/1/5/9/cotmania.org//tmp
DOMAIN_NAME cotmania.org
ONECOM_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
REDIRECT_STATUS 200
REDIRECT_ENV_VCV_ENV_ADDONS_ID one.com
REDIRECT_ENV_VCV_TOKEN_URL https://wpapi.one.com/api/v1.0/plugins/visualcomposer/activate
REDIRECT_ONECOM_WP_ADDONS_API https://wpapi.one.com
REDIRECT_ONECOM_WEBSHOP_HOST webshop2.cst.webpod13-cph3.one.com
REDIRECT_HTTPS on
REDIRECT_ONECOM_CPU_SHARES 8192
REDIRECT_ONECOM_MEMORYLIMIT 8589934592
REDIRECT_ONECOM_PHP_WORKERS 24
REDIRECT_GROUPONE_BRAND_NAME one.com
REDIRECT_ONECOM_BRAND_ID 1
REDIRECT_ONECOM_CONFIG_MTIME 1710433921568809
REDIRECT_ONECOM_EXEC php8.0
REDIRECT_ONECOM_TMPDIR /customers/1/5/9/cotmania.org//tmp
REDIRECT_ONECOM_DOMAIN_ROOT /customers/1/5/9/cotmania.org/
REDIRECT_ONECOM_DOMAIN_NAME cotmania.org
REDIRECT_DOMAIN_NAME cotmania.org
REDIRECT_ONECOM_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
REDIRECT_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711723199.3437
REQUEST_TIME 1711723199
Key Value
ONECOM_DOMAIN_NAME cotmania.org
ONECOM_DOMAIN_ROOT /customers/1/5/9/cotmania.org/
ONECOM_MEMORYLIMIT 8589934592
ONECOM_CPU_SHARES 8192
ONECOM_EXEC php8.0
ONECOM_CONFIG_MTIME 1710433921568809
CONTENT_LENGTH 0
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /collections/frank-brangwyn-and-diego-rivera-painting-labour
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /collections/frank-brangwyn-and-diego-rivera-painting-labour
REMOTE_PORT 42258
SCRIPT_FILENAME /customers/1/5/9/cotmania.org/httpd.www/leedsartgallery/index.php
SERVER_ADMIN support@one.com
CONTEXT_DOCUMENT_ROOT /var/www
CONTEXT_PREFIX
REQUEST_SCHEME https
REMOTE_ADDR 34.205.142.9
SERVER_PORT 80
SERVER_ADDR 10.27.5.15
SERVER_NAME leedsartgallery.cotmania.org
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_X_VARNISH 7941515667
HTTP_ACCEPT_ENCODING gzip
HTTP_X_ORIGINAL_URL /collections/frank-brangwyn-and-diego-rivera-painting-labour
HTTP_X_ONECOM_HOST cotmania.org
HTTP_X_GROUPONE_BRAND one.com
HTTP_X_ONECOM_BRAND one.com
HTTP_X_FORWARDED_PROTO https
HTTP_X_ONECOM_FORWARDED_PROTO https
HTTP_VIA 1.1 webcache2 (Varnish/trunk)
HTTP_X_FORWARDED_FOR 34.205.142.9
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST leedsartgallery.cotmania.org
HTTP_SCHEME https
ENV_VCV_ENV_ADDONS_ID one.com
ENV_VCV_TOKEN_URL https://wpapi.one.com/api/v1.0/plugins/visualcomposer/activate
ONECOM_WP_ADDONS_API https://wpapi.one.com
ONECOM_WEBSHOP_HOST webshop2.cst.webpod13-cph3.one.com
HTTPS on
ONECOM_PHP_WORKERS 24
GROUPONE_BRAND_NAME one.com
ONECOM_BRAND_ID 1
ONECOM_TMPDIR /customers/1/5/9/cotmania.org//tmp
DOMAIN_NAME cotmania.org
ONECOM_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
REDIRECT_STATUS 200
REDIRECT_ENV_VCV_ENV_ADDONS_ID one.com
REDIRECT_ENV_VCV_TOKEN_URL https://wpapi.one.com/api/v1.0/plugins/visualcomposer/activate
REDIRECT_ONECOM_WP_ADDONS_API https://wpapi.one.com
REDIRECT_ONECOM_WEBSHOP_HOST webshop2.cst.webpod13-cph3.one.com
REDIRECT_HTTPS on
REDIRECT_ONECOM_CPU_SHARES 8192
REDIRECT_ONECOM_MEMORYLIMIT 8589934592
REDIRECT_ONECOM_PHP_WORKERS 24
REDIRECT_GROUPONE_BRAND_NAME one.com
REDIRECT_ONECOM_BRAND_ID 1
REDIRECT_ONECOM_CONFIG_MTIME 1710433921568809
REDIRECT_ONECOM_EXEC php8.0
REDIRECT_ONECOM_TMPDIR /customers/1/5/9/cotmania.org//tmp
REDIRECT_ONECOM_DOMAIN_ROOT /customers/1/5/9/cotmania.org/
REDIRECT_ONECOM_DOMAIN_NAME cotmania.org
REDIRECT_DOMAIN_NAME cotmania.org
REDIRECT_ONECOM_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
REDIRECT_DOCUMENT_ROOT /customers/1/5/9/cotmania.org/httpd.www
FCGI_ROLE RESPONDER
0. Whoops\Handler\PrettyPageHandler