Attempt to read property "term_id" on array (View: /home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/resources/views/woocommerce/single-product.blade.php) (500 Internal Server Error)

Symfony Exception

ErrorException ViewException

HTTP 500 Internal Server Error

Attempt to read property "term_id" on array (View: /home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/resources/views/woocommerce/single-product.blade.php)

Exceptions 2

Illuminate\View\ ViewException

  1.             get_field('swatch_category_slug'),
  2.         );
  3. ?>
  4.         <div class="row mx-0">
  5.             <?php foreach ($attributes as $attribute) {
  6.                 $swatchType get_term_meta($attribute->term_id'swatches_&_colours');
  7.                 if (!empty($swatchType)) { ?>
  8.                     <?php if ($swatchType[0] == 'Image' || $swatchType[0] == 'Swatch') { ?>
  9.                         <div class="col-1 ps-0 pe-1 pb-1 single-swatch">
  10.                             <div id="swatch<?php echo $swatchType[0]; ?>" class="w-100 h-100">
  11.                                 <?php if ($swatchType[0] == 'Image') { ?>
  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.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  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 section gets 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 wp_body_open(); ?>
  2.   <?php echo get_field('body''option'); ?>
  3.   <?php do_action('get_header'); ?>
  4.   <div id="app">
  5.     <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.   </div>
  7.   <?php do_action('get_footer'); ?>
  8.   <?php echo get_field('footer''option'); ?>
  9.   <?php wp_footer(); ?>
include('/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php') in /home/forge/fiddes.celfapps.com/releases/12/web/wp/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/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php') in /home/forge/fiddes.celfapps.com/releases/12/web/wp/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/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php') in /home/forge/fiddes.celfapps.com/releases/12/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

ErrorException

Attempt to read property "term_id" on array

  1.             get_field('swatch_category_slug'),
  2.         );
  3. ?>
  4.         <div class="row mx-0">
  5.             <?php foreach ($attributes as $attribute) {
  6.                 $swatchType get_term_meta($attribute->term_id'swatches_&_colours');
  7.                 if (!empty($swatchType)) { ?>
  8.                     <?php if ($swatchType[0] == 'Image' || $swatchType[0] == 'Swatch') { ?>
  9.                         <div class="col-1 ps-0 pe-1 pb-1 single-swatch">
  10.                             <div id="swatch<?php echo $swatchType[0]; ?>" class="w-100 h-100">
  11.                                 <?php if ($swatchType[0] == 'Image') { ?>
  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.             get_field('swatch_category_slug'),
  2.         );
  3. ?>
  4.         <div class="row mx-0">
  5.             <?php foreach ($attributes as $attribute) {
  6.                 $swatchType get_term_meta($attribute->term_id'swatches_&_colours');
  7.                 if (!empty($swatchType)) { ?>
  8.                     <?php if ($swatchType[0] == 'Image' || $swatchType[0] == 'Swatch') { ?>
  9.                         <div class="col-1 ps-0 pe-1 pb-1 single-swatch">
  10.                             <div id="swatch<?php echo $swatchType[0]; ?>" class="w-100 h-100">
  11.                                 <?php if ($swatchType[0] == 'Image') { ?>
  1.                 // Avoid the array_slice() if possible.
  2.                 if ( == $the_['accepted_args'] ) {
  3.                     $value call_user_func$the_['function'] );
  4.                 } elseif ( $the_['accepted_args'] >= $num_args ) {
  5.                     $value call_user_func_array$the_['function'], $args );
  6.                 } else {
  7.                     $value call_user_func_array$the_['function'], array_slice$args0, (int) $the_['accepted_args'] ) );
  8.                 }
  9.             }
  10.         } while ( false !== next$this->iterations$nesting_level ] ) );
  1.      *
  2.      * @param array $args Parameters to pass to the callback functions.
  3.      */
  4.     public function do_action$args ) {
  5.         $this->doing_action true;
  6.         $this->apply_filters''$args );
  7.         // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8.         if ( ! $this->nesting_level ) {
  9.             $this->doing_action false;
  10.         }
  1.     } elseif ( is_array$arg[0] ) && === count$arg[0] ) && isset( $arg[0][0] ) && is_object$arg[0][0] ) ) {
  2.         // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3.         $arg[0] = $arg[0][0];
  4.     }
  5.     $wp_filter$hook_name ]->do_action$arg );
  6.     array_pop$wp_current_filter );
  7. }
  8. /**
  1.     <?php do_action'woocommerce_after_variations_form' ); ?>
  2. </form>
  3. <?php
  4. do_action'woocommerce_after_add_to_cart_form' );
include('/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/single-product/add-to-cart/variable.php') in /home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1.         wc_get_template(
  2.             'single-product/add-to-cart/variable.php',
  3.             array(
  4.                 'available_variations' => $get_variations $product->get_available_variations() : false,
  5.                 'attributes'           => $product->get_variation_attributes(),
  6.                 'selected_attributes'  => $product->get_default_attributes(),
  7.             )
  8.         );
  9.     }
  10. }
  11. if ( ! function_exists'woocommerce_external_add_to_cart' ) ) {
  1.                 // Avoid the array_slice() if possible.
  2.                 if ( == $the_['accepted_args'] ) {
  3.                     $value call_user_func$the_['function'] );
  4.                 } elseif ( $the_['accepted_args'] >= $num_args ) {
  5.                     $value call_user_func_array$the_['function'], $args );
  6.                 } else {
  7.                     $value call_user_func_array$the_['function'], array_slice$args0, (int) $the_['accepted_args'] ) );
  8.                 }
  9.             }
  10.         } while ( false !== next$this->iterations$nesting_level ] ) );
  1.      *
  2.      * @param array $args Parameters to pass to the callback functions.
  3.      */
  4.     public function do_action$args ) {
  5.         $this->doing_action true;
  6.         $this->apply_filters''$args );
  7.         // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8.         if ( ! $this->nesting_level ) {
  9.             $this->doing_action false;
  10.         }
  1.     } elseif ( is_array$arg[0] ) && === count$arg[0] ) && isset( $arg[0][0] ) && is_object$arg[0][0] ) ) {
  2.         // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3.         $arg[0] = $arg[0][0];
  4.     }
  5.     $wp_filter$hook_name ]->do_action$arg );
  6.     array_pop$wp_current_filter );
  7. }
  8. /**
  1.     /**
  2.      * Trigger the single product add to cart action.
  3.      */
  4.     function woocommerce_template_single_add_to_cart() {
  5.         global $product;
  6.         do_action'woocommerce_' $product->get_type() . '_add_to_cart' );
  7.     }
  8. }
  9. if ( ! function_exists'woocommerce_simple_add_to_cart' ) ) {
  10.     /**
woocommerce_template_single_add_to_cart() in /home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php (line 308)
  1.                 // Avoid the array_slice() if possible.
  2.                 if ( == $the_['accepted_args'] ) {
  3.                     $value call_user_func$the_['function'] );
  4.                 } elseif ( $the_['accepted_args'] >= $num_args ) {
  5.                     $value call_user_func_array$the_['function'], $args );
  6.                 } else {
  7.                     $value call_user_func_array$the_['function'], array_slice$args0, (int) $the_['accepted_args'] ) );
  8.                 }
  9.             }
  10.         } while ( false !== next$this->iterations$nesting_level ] ) );
  1.      *
  2.      * @param array $args Parameters to pass to the callback functions.
  3.      */
  4.     public function do_action$args ) {
  5.         $this->doing_action true;
  6.         $this->apply_filters''$args );
  7.         // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8.         if ( ! $this->nesting_level ) {
  9.             $this->doing_action false;
  10.         }
  1.     } elseif ( is_array$arg[0] ) && === count$arg[0] ) && isset( $arg[0][0] ) && is_object$arg[0][0] ) ) {
  2.         // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3.         $arg[0] = $arg[0][0];
  4.     }
  5.     $wp_filter$hook_name ]->do_action$arg );
  6.     array_pop$wp_current_filter );
  7. }
  8. /**
  1.          * @hooked woocommerce_template_single_add_to_cart - 30
  2.          * @hooked woocommerce_template_single_meta - 40
  3.          * @hooked woocommerce_template_single_sharing - 50
  4.          * @hooked WC_Structured_Data::generate_product_data() - 60
  5.          */
  6.         do_action'woocommerce_single_product_summary' );
  7.         ?>
  8.     </div>
  9.     <?php
  10.     /**
require('/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/content-single-product.php') in /home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template.php (line 785)
  1.     do_action'wp_before_load_template'$_template_file$load_once$args );
  2.     if ( $load_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
  1.     // Allow 3rd party plugins to filter template file from their plugin.
  2.     $template apply_filters'wc_get_template_part'$template$slug$name );
  3.     if ( $template ) {
  4.         load_template$templatefalse );
  5.     }
  6. }
  7. /**
  8.  * Get other templates (e.g. product attributes) passing attributes and including the file.
  1.     ?>
  2.     <?php while(have_posts()): ?>
  3.         <?php
  4.             the_post();
  5.             wc_get_template_part('content''single-product');
  6.         ?>
  7.     <?php endwhile; ?>
  8.     <?php
  9.         do_action('woocommerce_after_main_content');
  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.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  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 section gets 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 wp_body_open(); ?>
  2.   <?php echo get_field('body''option'); ?>
  3.   <?php do_action('get_header'); ?>
  4.   <div id="app">
  5.     <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  6.   </div>
  7.   <?php do_action('get_footer'); ?>
  8.   <?php echo get_field('footer''option'); ?>
  9.   <?php wp_footer(); ?>
include('/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php') in /home/forge/fiddes.celfapps.com/releases/12/web/wp/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/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php') in /home/forge/fiddes.celfapps.com/releases/12/web/wp/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/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php') in /home/forge/fiddes.celfapps.com/releases/12/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Traces 2

[2/2] ViewException
Illuminate\View\ViewException:
Attempt to read property "term_id" on array (View: /home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/resources/views/woocommerce/single-product.blade.php)

  at /home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/app/wc-template-hooks.php:402
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php:17)
  at include('/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php:19)
  at require('/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/index.php:6)                
[1/2] ErrorException
ErrorException:
Attempt to read property "term_id" on array

  at /home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/app/wc-template-hooks.php:402
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/app/wc-template-hooks.php:402)
  at App\{closure}()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:308)
  at WP_Hook->apply_filters()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:332)
  at WP_Hook->do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/plugin.php:517)
  at do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/single-product/add-to-cart/variable.php:85)
  at include('/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/single-product/add-to-cart/variable.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/includes/wc-template-functions.php:1748)
  at woocommerce_variable_add_to_cart()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:308)
  at WP_Hook->apply_filters()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:332)
  at WP_Hook->do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/plugin.php:517)
  at do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/includes/wc-template-functions.php:1694)
  at woocommerce_template_single_add_to_cart()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:308)
  at WP_Hook->apply_filters()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/class-wp-hook.php:332)
  at WP_Hook->do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/plugin.php:517)
  at do_action()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/content-single-product.php:60)
  at require('/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/templates/content-single-product.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template.php:785)
  at load_template()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/plugins/woocommerce/includes/wc-core-functions.php:284)
  at wc_get_template_part()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/cache/acorn/framework/views/f58a13c7f00180a20ade16333eac7ea2dc2e6f61.php:10)
  at require('/home/forge/fiddes.celfapps.com/releases/12/web/app/cache/acorn/framework/views/f58a13c7f00180a20ade16333eac7ea2dc2e6f61.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php:17)
  at include('/home/forge/fiddes.celfapps.com/releases/12/web/app/themes/fiddes-uk/index.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-includes/template-loader.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php:19)
  at require('/home/forge/fiddes.celfapps.com/releases/12/web/wp/wp-blog-header.php')
     (/home/forge/fiddes.celfapps.com/releases/12/web/index.php:6)