Whoops \ Exception \ ErrorException (E_WARNING)
Undefined array key "visible" Whoops\Exception\ErrorException thrown with message "Undefined array key "visible"" Stacktrace: #8 Whoops\Exception\ErrorException in /var/www/clients/client3/web14/web/site/templates/home.php:10 #7 Whoops\Run:handleError in /var/www/clients/client3/web14/web/site/templates/home.php:10 #6 require in /var/www/clients/client3/web14/web/kirby/vendor/getkirby/toolkit/lib/tpl.php:22 #5 Tpl:load in /var/www/clients/client3/web14/web/kirby/kirby/component/template.php:103 #4 Kirby\Component\Template:render in /var/www/clients/client3/web14/web/kirby/kirby.php:671 #3 Kirby:template in /var/www/clients/client3/web14/web/kirby/kirby.php:659 #2 Kirby:render in /var/www/clients/client3/web14/web/kirby/kirby/component/response.php:29 #1 Kirby\Component\Response:make in /var/www/clients/client3/web14/web/kirby/kirby.php:741 #0 Kirby:launch in /var/www/clients/client3/web14/web/index.php:15
Stack frames (9)
8
Whoops
\
Exception
\
ErrorException
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
site
/
templates
/
home.php
10
7
Whoops
\
Run
handleError
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
site
/
templates
/
home.php
10
6
require
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
22
5
Tpl
load
/
kirby
/
component
/
template.php
103
4
Kirby
\
Component
\
Template
render
/
kirby.php
671
3
Kirby
template
/
kirby.php
659
2
Kirby
render
/
kirby
/
component
/
response.php
29
1
Kirby
\
Component
\
Response
make
/
kirby.php
741
0
Kirby
launch
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
index.php
15
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
site
/
templates
/
home.php
<?php snippet('header') ?>
 
 
    <section class="slider_wrapper">
        <article class="slider_block">
            <ul id="slider" style="display:none">
            <?php
$slider = $page->slider()->yaml();
foreach($slider as $slide): ?>
<?php if ($slide['visible'] !== 'false'): ?>
 
                <li style="background:url(<?php if($image = $page->image($slide['background'])) echo $image->url() ?>) center center / cover no-repeat">
                <span>
            <h3 class="title is-3"><?= $slide['headline'] ?></h3>
            <p><?= $slide['text'] ?></p>
            <a href="<?= $site->url()?>/<?= $site->language()->path() ?>/<?= $slide['link'] ?>" class="rounded-button">
            <span><?= l::get('seemore') ?></span> 
            <b class="icon">
                    <svg class="svg-inline--fa fa-angle-right fa-w-8" aria-hidden="true" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" data-fa-i2svg=""><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>  
            </b>
            </a>
            </span>
                </li>
                <?php endif ?>
                <?php endforeach ?>
            </ul>
        </article>
    </section>
 
    <section class="section">
        <div class="container">
            <div class="columns">
                <div class="column has-text-centered is-8 is-offset-2">
                    <h1 class="title"><?= $page->headline()->html() ?></h1>
                    <p><?= $page->intro()->kirbytext() ?></p>
                    <p>
                   
                        <a class="button is-orange" href="<?= $site->url()?>/<?= $site->language()->path() ?>/<?= $page->seemorelink() ?>">
                            <span><?= l::get('seemore') ?></span>
                            <span class="icon">
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
site
/
templates
/
home.php
<?php snippet('header') ?>
 
 
    <section class="slider_wrapper">
        <article class="slider_block">
            <ul id="slider" style="display:none">
            <?php
$slider = $page->slider()->yaml();
foreach($slider as $slide): ?>
<?php if ($slide['visible'] !== 'false'): ?>
 
                <li style="background:url(<?php if($image = $page->image($slide['background'])) echo $image->url() ?>) center center / cover no-repeat">
                <span>
            <h3 class="title is-3"><?= $slide['headline'] ?></h3>
            <p><?= $slide['text'] ?></p>
            <a href="<?= $site->url()?>/<?= $site->language()->path() ?>/<?= $slide['link'] ?>" class="rounded-button">
            <span><?= l::get('seemore') ?></span> 
            <b class="icon">
                    <svg class="svg-inline--fa fa-angle-right fa-w-8" aria-hidden="true" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" data-fa-i2svg=""><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>  
            </b>
            </a>
            </span>
                </li>
                <?php endif ?>
                <?php endforeach ?>
            </ul>
        </article>
    </section>
 
    <section class="section">
        <div class="container">
            <div class="columns">
                <div class="column has-text-centered is-8 is-offset-2">
                    <h1 class="title"><?= $page->headline()->html() ?></h1>
                    <p><?= $page->intro()->kirbytext() ?></p>
                    <p>
                   
                        <a class="button is-orange" href="<?= $site->url()?>/<?= $site->language()->path() ?>/<?= $page->seemorelink() ?>">
                            <span><?= l::get('seemore') ?></span>
                            <span class="icon">
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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;
  }
 
}
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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;
 
  }
 
}
 
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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
   */
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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() {
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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;
    }
 
  }
 
}
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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
   */
/
var
/
www
/
clients
/
client3
/
web14
/
web
/
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.5.8
Kirby CMS v2.5.8
empty
empty
empty
empty
Key Value
kirby_session_fingerprint 5eb9592ec7ac523568911a410bc6e24cc6ad58e5
kirby_session_activity 1710831504
Key Value
PHP_FCGI_MAX_REQUESTS 5000
PHPRC /etc/php/7.4/cgi/
PWD /var/www/php-fcgi-scripts/web14
TMPDIR /var/www/clients/client3/web14/tmp
TEMP /var/www/clients/client3/web14/tmp
SHLVL 0
TMP /var/www/clients/client3/web14/tmp
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHP_DOCUMENT_ROOT /var/www/clients/client3/web14
CONTENT_LENGTH 0
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /it
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /it
REMOTE_PORT 52426
SCRIPT_FILENAME /var/www/celsius42.de/web/index.php
SERVER_ADMIN webmaster@celsius42.de
CONTEXT_DOCUMENT_ROOT /var/www/celsius42.de/web
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /var/www/celsius42.de/web
REMOTE_ADDR 52.90.181.205
SERVER_PORT 443
SERVER_ADDR 93.186.173.42
SERVER_NAME www.celsius42.de
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_HOST www.celsius42.de
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
SSL_TLS_SNI www.celsius42.de
HTTPS on
CITY_DB_NETWORK 52.90.0.0/15
MM_LATITUDE 39.04810
MM_LONGITUDE -77.47280
MM_CITY_NAME Ashburn
MM_COUNTRY_NAME United States
MM_COUNTRY_CODE US
ASN_DB_NETWORK 52.90.0.0/15
MM_ASORG AMAZON-AES
MM_ASN 14618
MMDB_INFO result found
MMDB_ADDR 52.90.181.205
REDIRECT_STATUS 200
REDIRECT_SSL_TLS_SNI www.celsius42.de
REDIRECT_HTTPS on
REDIRECT_CITY_DB_NETWORK 52.90.0.0/15
REDIRECT_MM_LATITUDE 39.04810
REDIRECT_MM_LONGITUDE -77.47280
REDIRECT_MM_CITY_NAME Ashburn
REDIRECT_MM_COUNTRY_NAME United States
REDIRECT_MM_COUNTRY_CODE US
REDIRECT_ASN_DB_NETWORK 52.90.0.0/15
REDIRECT_MM_ASORG AMAZON-AES
REDIRECT_MM_ASN 14618
REDIRECT_MMDB_INFO result found
REDIRECT_MMDB_ADDR 52.90.181.205
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710831504.0254
REQUEST_TIME 1710831504
empty
0. Whoops\Handler\PrettyPageHandler