Whoops \ Exception \ ErrorException (E_WARNING)
Division by zero Whoops\Exception\ErrorException thrown with message "Division by zero" Stacktrace: #12 Whoops\Exception\ErrorException in /home/agencema/www/site/snippets/project-single.php:166 #11 Whoops\Run:handleError in /home/agencema/www/site/snippets/project-single.php:166 #10 require in /home/agencema/www/kirby/vendor/getkirby/toolkit/lib/tpl.php:22 #9 Tpl:load in /home/agencema/www/kirby/kirby/component/snippet.php:38 #8 Kirby\Component\Snippet:render in /home/agencema/www/kirby/helpers.php:12 #7 snippet in /home/agencema/www/site/templates/default.php:22 #6 require in /home/agencema/www/kirby/vendor/getkirby/toolkit/lib/tpl.php:22 #5 Tpl:load in /home/agencema/www/kirby/kirby/component/template.php:103 #4 Kirby\Component\Template:render in /home/agencema/www/kirby/kirby.php:681 #3 Kirby:template in /home/agencema/www/kirby/kirby.php:669 #2 Kirby:render in /home/agencema/www/kirby/kirby/component/response.php:29 #1 Kirby\Component\Response:make in /home/agencema/www/kirby/kirby.php:751 #0 Kirby:launch in /home/agencema/www/index.php:16
Stack frames (13)
12
Whoops
\
Exception
\
ErrorException
/
home
/
agencema
/
www
/
site
/
snippets
/
project-single.php
166
11
Whoops
\
Run
handleError
/
home
/
agencema
/
www
/
site
/
snippets
/
project-single.php
166
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
/
home
/
agencema
/
www
/
site
/
templates
/
default.php
22
6
require
/
vendor
/
getkirby
/
toolkit
/
lib
/
tpl.php
22
5
Tpl
load
/
kirby
/
component
/
template.php
103
4
Kirby
\
Component
\
Template
render
/
kirby.php
681
3
Kirby
template
/
kirby.php
669
2
Kirby
render
/
kirby
/
component
/
response.php
29
1
Kirby
\
Component
\
Response
make
/
kirby.php
751
0
Kirby
launch
/
home
/
agencema
/
www
/
index.php
16
/
home
/
agencema
/
www
/
site
/
snippets
/
project-single.php
                                            <?php endif ?>
                                        <?php endif ?>
 
                                    <?php endif ?>
                                </div>
                            </div>
                        </div>
                    <?php endif ?>
 
                <?php elseif ($block->_fieldset() == "block_embed"): ?>
 
                    <div class="project-single__block project-single__block--embed <?php if ($block->block_size() == "big"): ?>is-big<?php endif ?>">
 
                        <?php
                            $embedWidth = intval($block->embed_url()->embed()->width());
                            $embedHeight = intval($block->embed_url()->embed()->height());
                            $providerName = $block->embed_url()->embed()->providerName();
                        ?>
                        
                        <div class="embed" style="padding-bottom: calc(<?php echo (($embedHeight*100) / $embedWidth) ?>%);">
                            <?php if ($providerName == "YouTube"): ?>
 
                                <?php
                                    $youtubeUrl = $block->embed_url()->embed()->url();
                                    $youtubeID = str_replace('https://www.youtube.com/watch?v=', '', $youtubeUrl);
                                ?>
 
                                <iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $youtubeID ?>?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 
                            <?php else: ?>
                                <?php echo $block->embed_url()->embed()->code() ?>
                            <?php endif ?>
                        </div>
 
                        <div class="project-single__block__caption">
                            <div class="project-single__block__caption__text">
                                <?php if ($site->language() == "fr"): ?>
 
                                    <?php if ($block->block_caption()->isNotEmpty()): ?>
                                        <?php echo $block->block_caption()->kirbytext() ?>
/
home
/
agencema
/
www
/
site
/
snippets
/
project-single.php
                                            <?php endif ?>
                                        <?php endif ?>
 
                                    <?php endif ?>
                                </div>
                            </div>
                        </div>
                    <?php endif ?>
 
                <?php elseif ($block->_fieldset() == "block_embed"): ?>
 
                    <div class="project-single__block project-single__block--embed <?php if ($block->block_size() == "big"): ?>is-big<?php endif ?>">
 
                        <?php
                            $embedWidth = intval($block->embed_url()->embed()->width());
                            $embedHeight = intval($block->embed_url()->embed()->height());
                            $providerName = $block->embed_url()->embed()->providerName();
                        ?>
                        
                        <div class="embed" style="padding-bottom: calc(<?php echo (($embedHeight*100) / $embedWidth) ?>%);">
                            <?php if ($providerName == "YouTube"): ?>
 
                                <?php
                                    $youtubeUrl = $block->embed_url()->embed()->url();
                                    $youtubeID = str_replace('https://www.youtube.com/watch?v=', '', $youtubeUrl);
                                ?>
 
                                <iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $youtubeID ?>?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 
                            <?php else: ?>
                                <?php echo $block->embed_url()->embed()->code() ?>
                            <?php endif ?>
                        </div>
 
                        <div class="project-single__block__caption">
                            <div class="project-single__block__caption__text">
                                <?php if ($site->language() == "fr"): ?>
 
                                    <?php if ($block->block_caption()->isNotEmpty()): ?>
                                        <?php echo $block->block_caption()->kirbytext() ?>
/
home
/
agencema
/
www
/
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;
  }
 
}
/
home
/
agencema
/
www
/
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);
  }
 
}
/
home
/
agencema
/
www
/
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|array $media Either a media string or an array of attributes
 * @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|array $async Either true for the async attribute or an array of attributes
 * @return string
 */
function js() {
  return call([kirby::instance()->component('js'), 'tag'], func_get_args());
}
 
/**
 * Global markdown parser shortcut
 *
 * @param string $text
/
home
/
agencema
/
www
/
site
/
templates
/
default.php
    <main class="main" role="main">
 
        <?php snippet('intro') ?>
 
        <?php snippet('projects') ?>
 
        <?php snippet('about') ?>
 
        <?php snippet('additional-projects') ?>
 
        <?php snippet('contact') ?>
 
    </main><?php /* end .main */ ?>
 
 
 
    <div id="project-single-container">
        
        <?php if ($page->intendedTemplate() == "project-single"): ?>
            <?php snippet('project-single') ?>
        <?php endif ?>
 
    </div><?php /* end #project-single-container */ ?>
 
<?php snippet('footer') ?>
/
home
/
agencema
/
www
/
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;
  }
 
}
/
home
/
agencema
/
www
/
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;
 
  }
 
}
 
/
home
/
agencema
/
www
/
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
   */
/
home
/
agencema
/
www
/
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() {
/
home
/
agencema
/
www
/
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;
    }
 
  }
 
}
/
home
/
agencema
/
www
/
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
   */
/
home
/
agencema
/
www
/
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.11
Kirby CMS v2.5.11
empty
empty
empty
empty
empty
Key Value
PATH /usr/local/bin:/usr/bin:/bin
REDIRECT_STATUS 200
UNIQUE_ID ZgXgKV4vEJu95aOcWDfw2AAAAA4
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_REGION VA
GEOIP_CITY Ashburn
GEOIP_DMA_CODE 511
GEOIP_AREA_CODE 703
GEOIP_LATITUDE 39.046902
GEOIP_LONGITUDE -77.490303
SCRIPT_URL /en/projects/boucheron
SCRIPT_URI https://agencemafia.fr:443/en/projects/boucheron
HTTPS on
CFG_CLUSTER cluster006
ENVIRONMENT production
APP_ENGINE_VERSION 7.2
APP_ENGINE phpcgi
HTTP_HOST agencemafia.fr
HTTP_X_PREDICTOR 1
HTTP_X_FORWARDED_FOR 34.226.141.207
HTTP_X_FORWARDED_PROTO https
HTTP_X_OVHREQUEST_ID 758177b2df4ce63714ea899861fcc294
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REMOTE_IP 34.226.141.207
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME agencemafia.fr
SERVER_ADDR 10.6.20.29
SERVER_PORT 443
REMOTE_ADDR 34.226.141.207
DOCUMENT_ROOT /home/agencema/www
SERVER_ADMIN postmaster@agencemafia.fr
SCRIPT_FILENAME /home/agencema/www/index.php
REMOTE_PORT 40692
REDIRECT_URL /en/projects/boucheron
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /en/projects/boucheron
SCRIPT_NAME /index.php
HOME /homez.743/agencema
PWD /homez.743/agencema/www
UID agencema
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711661097.9917
REQUEST_TIME 1711661097
argv Array ( [0] => index.php )
argc 1
Key Value
PATH /usr/local/bin:/usr/bin:/bin
REDIRECT_STATUS 200
UNIQUE_ID ZgXgKV4vEJu95aOcWDfw2AAAAA4
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_REGION VA
GEOIP_CITY Ashburn
GEOIP_DMA_CODE 511
GEOIP_AREA_CODE 703
GEOIP_LATITUDE 39.046902
GEOIP_LONGITUDE -77.490303
SCRIPT_URL /en/projects/boucheron
SCRIPT_URI https://agencemafia.fr:443/en/projects/boucheron
HTTPS on
CFG_CLUSTER cluster006
ENVIRONMENT production
APP_ENGINE_VERSION 7.2
APP_ENGINE phpcgi
HTTP_HOST agencemafia.fr
HTTP_X_PREDICTOR 1
HTTP_X_FORWARDED_FOR 34.226.141.207
HTTP_X_FORWARDED_PROTO https
HTTP_X_OVHREQUEST_ID 758177b2df4ce63714ea899861fcc294
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REMOTE_IP 34.226.141.207
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME agencemafia.fr
SERVER_ADDR 10.6.20.29
SERVER_PORT 443
REMOTE_ADDR 34.226.141.207
DOCUMENT_ROOT /home/agencema/www
SERVER_ADMIN postmaster@agencemafia.fr
SCRIPT_FILENAME /home/agencema/www/index.php
REMOTE_PORT 40692
REDIRECT_URL /en/projects/boucheron
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /en/projects/boucheron
SCRIPT_NAME /index.php
HOME /homez.743/agencema
PWD /homez.743/agencema/www
UID agencema
0. Whoops\Handler\PrettyPageHandler