Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (500 Internal Server Error)

Symfony Exception

ErrorException ViewException ViewException ViewException

HTTP 500 Internal Server Error

Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

Exceptions 4

Illuminate\View\ ViewException

  1.          * @param stdClass $args      An object of wp_nav_menu() arguments.
  2.          * @param int      $depth     Depth of menu item. Used for padding.
  3.          */
  4.         $title apply_filters'nav_menu_item_title'$title$menu_item$args$depth );
  5.         $item_output  $args->before;
  6.         $item_output .= '<a' $attributes '>';
  7.         $item_output .= $args->link_before $title $args->link_after;
  8.         $item_output .= '</a>';
  9.         $item_output .= $args->after;
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <body>
  2.   <noscript><iframe defer src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3.   <?php wp_body_open(); ?>
  4.   <?php do_action('get_header'); ?>
  5.   <?= \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
  6.   <?php do_action('get_footer'); ?>
  7.   <?php wp_footer(); ?>
  8. </body>
  9. </html>
include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php') in /home/u28096p21991/domains/imc-nederland.nl/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';

Illuminate\View\ ViewException

Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

  1.          * @param stdClass $args      An object of wp_nav_menu() arguments.
  2.          * @param int      $depth     Depth of menu item. Used for padding.
  3.          */
  4.         $title apply_filters'nav_menu_item_title'$title$menu_item$args$depth );
  5.         $item_output  $args->before;
  6.         $item_output .= '<a' $attributes '>';
  7.         $item_output .= $args->link_before $title $args->link_after;
  8.         $item_output .= '</a>';
  9.         $item_output .= $args->after;
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <?php echo $__env->make('partials.content-page'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2. <?php $__env->stopSection(); ?>
  3. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/front-page.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <body>
  2.   <noscript><iframe defer src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3.   <?php wp_body_open(); ?>
  4.   <?php do_action('get_header'); ?>
  5.   <?= \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
  6.   <?php do_action('get_footer'); ?>
  7.   <?php wp_footer(); ?>
  8. </body>
  9. </html>
include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php') in /home/u28096p21991/domains/imc-nederland.nl/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';

Illuminate\View\ ViewException

Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

  1.          * @param stdClass $args      An object of wp_nav_menu() arguments.
  2.          * @param int      $depth     Depth of menu item. Used for padding.
  3.          */
  4.         $title apply_filters'nav_menu_item_title'$title$menu_item$args$depth );
  5.         $item_output  $args->before;
  6.         $item_output .= '<a' $attributes '>';
  7.         $item_output .= $args->link_before $title $args->link_after;
  8.         $item_output .= '</a>';
  9.         $item_output .= $args->after;
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <html <?php echo get_language_attributes(); ?>>
  2.   <?php echo $__env->make('partials.head'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <body <?php if(get_field('hide_header')): ?> class="no-padding" <?php endif; ?>>
  4.     <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  5.     <?php if(!get_field('hide_header')): ?>
  6.       <?php echo $__env->make('partials.header'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  7.     <?php endif; ?>
  8.     <?php echo $__env->yieldContent('content'); ?>
  9.     <?php echo $__env->make('partials.footer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  10.     <?php echo $__env->make('partials.copyright'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <?php echo $__env->make('partials.content-page'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2. <?php $__env->stopSection(); ?>
  3. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/front-page.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <body>
  2.   <noscript><iframe defer src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3.   <?php wp_body_open(); ?>
  4.   <?php do_action('get_header'); ?>
  5.   <?= \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
  6.   <?php do_action('get_footer'); ?>
  7.   <?php wp_footer(); ?>
  8. </body>
  9. </html>
include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php') in /home/u28096p21991/domains/imc-nederland.nl/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';

ErrorException

Attempt to read property "before" on array

  1.          * @param stdClass $args      An object of wp_nav_menu() arguments.
  2.          * @param int      $depth     Depth of menu item. Used for padding.
  3.          */
  4.         $title apply_filters'nav_menu_item_title'$title$menu_item$args$depth );
  5.         $item_output  $args->before;
  6.         $item_output .= '<a' $attributes '>';
  7.         $item_output .= $args->link_before $title $args->link_after;
  8.         $item_output .= '</a>';
  9.         $item_output .= $args->after;
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
  1.          * @param stdClass $args      An object of wp_nav_menu() arguments.
  2.          * @param int      $depth     Depth of menu item. Used for padding.
  3.          */
  4.         $title apply_filters'nav_menu_item_title'$title$menu_item$args$depth );
  5.         $item_output  $args->before;
  6.         $item_output .= '<a' $attributes '>';
  7.         $item_output .= $args->link_before $title $args->link_after;
  8.         $item_output .= '</a>';
  9.         $item_output .= $args->after;
  1.         $this->has_children = ! empty( $children_elements$id ] );
  2.         if ( isset( $args[0] ) && is_array$args[0] ) ) {
  3.             $args[0]['has_children'] = $this->has_children// Back-compat.
  4.         }
  5.         $this->start_el$output$element$depth, ...array_values$args ) );
  6.         // Descend only when the depth is right and there are children for this element.
  7.         if ( ( === $max_depth || $max_depth $depth ) && isset( $children_elements$id ] ) ) {
  8.             foreach ( $children_elements$id ] as $child ) {
  1.     if ($element->is_active) {
  2.       $element->classes[] = 'active';
  3.     }
  4.     parent::display_element($element$children_elements$max_depth$depth$args$output);
  5.   }
  6.   // @codingStandardsIgnoreEnd
  7.   public function cssClasses($classes$item) {
  8.     $slug sanitize_title($item->title);
  1.                 }
  2.             }
  3.         }
  4.         foreach ( $top_level_elements as $e ) {
  5.             $this->display_element$e$children_elements$max_depth0$args$output );
  6.         }
  7.         /*
  8.          * If we are displaying all levels, and remaining children_elements is not empty,
  9.          * then we got orphans, which should be displayed regardless.
  1.         if ( $page->post_parent ) {
  2.             $args['pages_with_children'][ $page->post_parent ] = true;
  3.         }
  4.     }
  5.     return $walker->walk$pages$depth$args$current_page );
  6. }
  7. /**
  8.  * Retrieves HTML dropdown (select) content for page list.
  9.  *
  1.             if ( is_post_type_hierarchical$queried_object->post_type ) ) {
  2.                 $current_page $queried_object->ID;
  3.             }
  4.         }
  5.         $output .= walk_page_tree$pages$parsed_args['depth'], $current_page$parsed_args );
  6.         if ( $parsed_args['title_li'] ) {
  7.             $output .= '</ul></li>';
  8.         }
  9.     }
  1.         }
  2.     }
  3.     $list_args['echo']     = false;
  4.     $list_args['title_li'] = '';
  5.     $menu                 .= wp_list_pages$list_args );
  6.     $container sanitize_text_field$args['container'] );
  7.     // Fallback in case `wp_nav_menu()` was called without a container.
  8.     if ( empty( $container ) ) {
  1.      *  - Fall back, but only if no theme location was specified.
  2.      *  - Otherwise, bail.
  3.      */
  4.     if ( ( ! $menu || is_wp_error$menu ) || ( isset( $menu_items ) && empty( $menu_items ) && ! $args->theme_location ) )
  5.         && isset( $args->fallback_cb ) && $args->fallback_cb && is_callable$args->fallback_cb ) ) {
  6.             return call_user_func$args->fallback_cb, (array) $args );
  7.     }
  8.     if ( ! $menu || is_wp_error$menu ) ) {
  9.         return false;
  10.     }
  1.             <span class="menu__button--stripe menu__button--one"></span>
  2.             <span class="menu__button--stripe menu__button--two"></span>
  3.             <span class="menu__button--stripe menu__button--three"></span>
  4.             <span class="menu__button--stripe menu__button--four"></span>
  5.           </div>
  6.           <?php echo wp_nav_menu(['theme_location' => 'primary''menu_class' => 'menu__nav animated fadeIn fast']); ?>
  7.         </div>
  8.       </div>
  9.       <div class="col-5 col-md-2 d-flex justify-content-end">
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <html <?php echo get_language_attributes(); ?>>
  2.   <?php echo $__env->make('partials.head'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  3.   <body <?php if(get_field('hide_header')): ?> class="no-padding" <?php endif; ?>>
  4.     <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  5.     <?php if(!get_field('hide_header')): ?>
  6.       <?php echo $__env->make('partials.header'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  7.     <?php endif; ?>
  8.     <?php echo $__env->yieldContent('content'); ?>
  9.     <?php echo $__env->make('partials.footer'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  10.     <?php echo $__env->make('partials.copyright'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   <?php echo $__env->make('partials.content-page'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  2. <?php $__env->stopSection(); ?>
  3. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/front-page.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         }
  2.         // Once we have the path to the compiled file, we will evaluate the paths with
  3.         // typical PHP just like any other templates. We also keep a stack of views
  4.         // which have been rendered for right exception messages to be generated.
  5.         $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         array_pop($this->lastCompiled);
  7.         return $results;
  8.     }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each sections get flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <body>
  2.   <noscript><iframe defer src="https://www.googletagmanager.com/ns.html?id=GTM-WQT6VXZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3.   <?php wp_body_open(); ?>
  4.   <?php do_action('get_header'); ?>
  5.   <?= \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
  6.   <?php do_action('get_footer'); ?>
  7.   <?php wp_footer(); ?>
  8. </body>
  9. </html>
include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php') in /home/u28096p21991/domains/imc-nederland.nl/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/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php') in /home/u28096p21991/domains/imc-nederland.nl/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 Traces 4

[4/4] ViewException
Illuminate\View\ViewException:
Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

  at /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-walker-nav-menu.php:273
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php:34)
  at include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php:106)
  at require_once('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php:19)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/index.php:17)                
[3/4] ViewException
Illuminate\View\ViewException:
Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php) (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

  at /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-walker-nav-menu.php:273
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php:7)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php:34)
  at include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php:106)
  at require_once('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php:19)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/index.php:17)                
[2/4] ViewException
Illuminate\View\ViewException:
Attempt to read property "before" on array (View: /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/resources/views/partials/header.blade.php)

  at /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-walker-nav-menu.php:273
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/3b81b386bfbbcdcdce6fd4a912d304da6d103303.php:7)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/3b81b386bfbbcdcdce6fd4a912d304da6d103303.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php:7)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php:34)
  at include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php:106)
  at require_once('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php:19)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/index.php:17)                
[1/4] ErrorException
ErrorException:
Attempt to read property "before" on array

  at /home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-walker-nav-menu.php:273
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-walker-nav-menu.php:273)
  at Walker_Nav_Menu->start_el()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-wp-walker.php:150)
  at Walker->display_element()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/plugins/soil/modules/nav-walker.php:55)
  at Roots\Soil\Nav\NavWalker->display_element()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/class-wp-walker.php:252)
  at Walker->walk()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/post-template.php:1571)
  at walk_page_tree()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/post-template.php:1354)
  at wp_list_pages()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/post-template.php:1486)
  at wp_page_menu()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/nav-menu-template.php:164)
  at wp_nav_menu()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/b78d8602062e6f35501a03de64948f538423ee45.php:24)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/b78d8602062e6f35501a03de64948f538423ee45.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/3b81b386bfbbcdcdce6fd4a912d304da6d103303.php:7)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/3b81b386bfbbcdcdce6fd4a912d304da6d103303.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php:7)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/cache/acorn/framework/views/d5d5481f1813b837e20d4bb39eeaa100468703d8.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:107)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/filesystem/Filesystem.php:108)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/Engines/CompilerEngine.php:61)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:139)
  at Illuminate\View\View->getContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:122)
  at Illuminate\View\View->renderContents()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/vendor/illuminate/view/View.php:91)
  at Illuminate\View\View->render()
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php:34)
  at include('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-content/themes/sage/index.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php:106)
  at require_once('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-includes/template-loader.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php:19)
  at require('/home/u28096p21991/domains/imc-nederland.nl/public_html/wp-blog-header.php')
     (/home/u28096p21991/domains/imc-nederland.nl/public_html/index.php:17)