Speakers

By order of appearance in the agenda

Dave PEARSON - Chair, RHC ETIP Dave PEARSON Chair, RHC ETIP
Artur RUNGE-METZGER - Director, European Commission DG Climate Artur RUNGE-METZGER Director, European Commission DG Climate
Marco CALDERONI - Senior Project Manager, Research to Market Solution Marco CALDERONI Senior Project Manager, Research to Market Solution
Trying to access array offset on value of type bool (500 Internal Server Error)

Symfony Exception

Trying to access array offset on value of type bool

Exception

ErrorException

  1.                         $s--;
  2.                     ?>
  3.                     <div class="speaker">
  4.                         <img src="<?= $speaker['picture']['url'?>" alt="<?= $speaker['name'?> - <?= $speaker['role'?>">
  5.                         <strong><?= $speaker['name'?></strong>
  6.                         <span><?= $speaker['role'?></span>
  7.                         <div class="biography" style="display: none;">
  8.                             <a href="#" class="close"></a>
  9.                             <strong><?= $speaker['name'?></strong>
  1.                         $s--;
  2.                     ?>
  3.                     <div class="speaker">
  4.                         <img src="<?= $speaker['picture']['url'?>" alt="<?= $speaker['name'?> - <?= $speaker['role'?>">
  5.                         <strong><?= $speaker['name'?></strong>
  6.                         <span><?= $speaker['role'?></span>
  7.                         <div class="biography" style="display: none;">
  8.                             <a href="#" class="close"></a>
  9.                             <strong><?= $speaker['name'?></strong>
include('/home/rhcplatf/public_html/content/themes/stem/template-speakers.php') in /home/rhcplatf/public_html/content/themes/stem/base.php (line 34)
  1.         ?>
  2.         <div class="wrap" role="document">
  3.             <main class="main" role="main">
  4.                 <?php include Wrapper\template_path(); ?>
  5.             </main>
  6.         </div>
  7.         <?php
include('/home/rhcplatf/public_html/content/themes/stem/base.php') in /home/rhcplatf/public_html/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/rhcplatf/public_html/wp-includes/template-loader.php') in /home/rhcplatf/public_html/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/rhcplatf/public_html/wp-blog-header.php') in /home/rhcplatf/public_html/index.php (line 17)
  1.  * @var bool
  2.  */
  3. define'WP_USE_THEMES'true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ '/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
Trying to access array offset on value of type bool

  at /home/rhcplatf/public_html/content/themes/stem/template-speakers.php:87
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/home/rhcplatf/public_html/content/themes/stem/template-speakers.php:87)
  at include('/home/rhcplatf/public_html/content/themes/stem/template-speakers.php')
     (/home/rhcplatf/public_html/content/themes/stem/base.php:34)
  at include('/home/rhcplatf/public_html/content/themes/stem/base.php')
     (/home/rhcplatf/public_html/wp-includes/template-loader.php:106)
  at require_once('/home/rhcplatf/public_html/wp-includes/template-loader.php')
     (/home/rhcplatf/public_html/wp-blog-header.php:19)
  at require('/home/rhcplatf/public_html/wp-blog-header.php')
     (/home/rhcplatf/public_html/index.php:17)