Illuminate\View\ViewException {#1836 #severity: E_ERROR }
*/ public static function get($key) { if (!array_key_exists($key, self::$configMap)) { $class = self::class; throw new UndefinedConfigKeyException("'$key' has not been defined. Use `$class::define('$key', ...)`."); } return self::$configMap[$key]; } // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<body <?php body_class(); ?>><?php wp_body_open(); ?><div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?></div><?php wp_footer(); ?></body></html> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php'; */ public static function get($key) { if (!array_key_exists($key, self::$configMap)) { $class = self::class; throw new UndefinedConfigKeyException("'$key' has not been defined. Use `$class::define('$key', ...)`."); } return self::$configMap[$key]; } // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<?php $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/single-service_cpt.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<body <?php body_class(); ?>><?php wp_body_open(); ?><div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?></div><?php wp_footer(); ?></body></html> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php'; */ public static function get($key) { if (!array_key_exists($key, self::$configMap)) { $class = self::class; throw new UndefinedConfigKeyException("'$key' has not been defined. Use `$class::define('$key', ...)`."); } return self::$configMap[$key]; } // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when ); $view = view()->exists($preview) ? $preview : $view; } return view($view, $with, $this->with())->render(); }} $this->classes = $this->getClasses(); $this->style = $this->getStyle(); $this->inlineStyle = $this->getInlineStyle(); return $this->view($this->view, ['block' => $this]); } /** * Assets enqueued when rendering the block. * $preview = false, $post_id = 0, $wp_block = false, $context = false ) { echo $this->render($block, $content, $preview, $post_id, $wp_block, $context); }, ]); if ($this->example !== false) { if (method_exists($this, 'example') && is_array($example = $this->example())) { // Setup postdata allowing get_field() to work. acf_setup_meta( $block['data'], $block['id'], true ); // Call render_callback. if ( is_callable( $block['render_callback'] ) ) { call_user_func( $block['render_callback'], $block, $content, $is_preview, $post_id, $wp_block, $context ); // Or include template. } elseif ( $block['render_template'] ) { do_action( 'acf_block_render_template', $block, $content, $is_preview, $post_id, $wp_block, $context ); } } else { echo acf_get_empty_block_form_html( $attributes['name'] ); //phpcs:ignore -- escaped in function. } } else { // Capture block render output. acf_render_block( $attributes, $content, $is_preview, $post_id, $wp_block, $context ); if ( $is_preview && ! $is_ajax_render ) { /** * If we're in preloaded preview, we need to get the validation state for a preview too. * Because the block render resets meta once it's finished to not pollute $post_id, we need to redo that process here. if ( empty( $attributes['name'] ) && ! empty( $wp_block->name ) ) { $attributes['name'] = $wp_block->name; } // Return rendered block HTML. return acf_rendered_block( $attributes, $content, $is_preview, $post_id, $wp_block );}/** * Returns the rendered block HTML. * $global_post = $post; $parent = WP_Block_Supports::$block_to_render; WP_Block_Supports::$block_to_render = $this->parsed_block; $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this ); WP_Block_Supports::$block_to_render = $parent; $post = $global_post; } */ $context = apply_filters( 'render_block_context', $context, $parsed_block, $parent_block ); $block = new WP_Block( $parsed_block, $context ); return $block->render();}/** * Parses blocks out of a content string. *function do_blocks( $content ) { $blocks = parse_blocks( $content ); $output = ''; foreach ( $blocks as $block ) { $output .= render_block( $block ); } // If there are blocks in this content, we shouldn't run wpautop() on it later. $priority = has_filter( 'the_content', 'wpautop' ); if ( false !== $priority && doing_filter( 'the_content' ) && has_blocks( $content ) ) { // Avoid the array_slice() if possible. if ( 0 === $the_['accepted_args'] ) { $value = call_user_func( $the_['function'] ); } elseif ( $the_['accepted_args'] >= $num_args ) { $value = call_user_func_array( $the_['function'], $args ); } else { $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) ); } } } while ( false !== next( $this->iterations[ $nesting_level ] ) ); } // Pass the value to WP_Hook. array_unshift( $args, $value ); $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args ); array_pop( $wp_current_filter ); return $filtered;} * * @since 0.71 * * @param string $content Content of the current post. */ $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); echo $content;}/**<article <?php (post_class('h-entry')); ?>> <?php echo $__env->make('partials.hero-service_cpt', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="e-content"> <?php (the_content()); ?> </div></article><?php /**PATH /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/partials/content-single-service_cpt.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<?php $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/single-service_cpt.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<body <?php body_class(); ?>><?php wp_body_open(); ?><div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?></div><?php wp_footer(); ?></body></html> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php'; */ public static function get($key) { if (!array_key_exists($key, self::$configMap)) { $class = self::class; throw new UndefinedConfigKeyException("'$key' has not been defined. Use `$class::define('$key', ...)`."); } return self::$configMap[$key]; } // Check if the image is an SVG if (pathinfo($image, PATHINFO_EXTENSION) === 'svg') { return $image; } $old_url = Config::get('HEADLESS_IMAGE_OLD_URL'); $bucket = Config::get('HEADLESS_IMAGE_BUCKET'); $endpoint = Config::get('HEADLESS_IMAGE_URL'); // Only run if all required environment variables are set if ($old_url && $bucket && $endpoint) { <?php if(!empty($logo_grid)): ?> <?php $__currentLoopData = $logo_grid; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $slide): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="lg:min-w-[120px] flex justify-center"> <?php if(!empty($slide['link']) && $slide['link'] == true && $slide['url']): ?> <a href="<?php echo e($slide['url']); ?>" target="_blank"> <img src="<?php echo alterImageURL($slide['logo']['url'], $width = '240', $height = '240', $fit = 'contain'); ?>" alt="<?php echo e($slide['logo']['alt']); ?>"> </a> <?php elseif( $slide['logo'] ): ?> <img src="<?php echo alterImageURL($slide['logo']['url'], $width = '240', $height = '240', $fit = 'contain'); ?>" alt="<?php echo e($slide['logo']['alt']); ?>"> <?php endif; ?> </div> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when ); $view = view()->exists($preview) ? $preview : $view; } return view($view, $with, $this->with())->render(); }} $this->classes = $this->getClasses(); $this->style = $this->getStyle(); $this->inlineStyle = $this->getInlineStyle(); return $this->view($this->view, ['block' => $this]); } /** * Assets enqueued when rendering the block. * $preview = false, $post_id = 0, $wp_block = false, $context = false ) { echo $this->render($block, $content, $preview, $post_id, $wp_block, $context); }, ]); if ($this->example !== false) { if (method_exists($this, 'example') && is_array($example = $this->example())) { // Setup postdata allowing get_field() to work. acf_setup_meta( $block['data'], $block['id'], true ); // Call render_callback. if ( is_callable( $block['render_callback'] ) ) { call_user_func( $block['render_callback'], $block, $content, $is_preview, $post_id, $wp_block, $context ); // Or include template. } elseif ( $block['render_template'] ) { do_action( 'acf_block_render_template', $block, $content, $is_preview, $post_id, $wp_block, $context ); } } else { echo acf_get_empty_block_form_html( $attributes['name'] ); //phpcs:ignore -- escaped in function. } } else { // Capture block render output. acf_render_block( $attributes, $content, $is_preview, $post_id, $wp_block, $context ); if ( $is_preview && ! $is_ajax_render ) { /** * If we're in preloaded preview, we need to get the validation state for a preview too. * Because the block render resets meta once it's finished to not pollute $post_id, we need to redo that process here. if ( empty( $attributes['name'] ) && ! empty( $wp_block->name ) ) { $attributes['name'] = $wp_block->name; } // Return rendered block HTML. return acf_rendered_block( $attributes, $content, $is_preview, $post_id, $wp_block );}/** * Returns the rendered block HTML. * $global_post = $post; $parent = WP_Block_Supports::$block_to_render; WP_Block_Supports::$block_to_render = $this->parsed_block; $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this ); WP_Block_Supports::$block_to_render = $parent; $post = $global_post; } */ $context = apply_filters( 'render_block_context', $context, $parsed_block, $parent_block ); $block = new WP_Block( $parsed_block, $context ); return $block->render();}/** * Parses blocks out of a content string. *function do_blocks( $content ) { $blocks = parse_blocks( $content ); $output = ''; foreach ( $blocks as $block ) { $output .= render_block( $block ); } // If there are blocks in this content, we shouldn't run wpautop() on it later. $priority = has_filter( 'the_content', 'wpautop' ); if ( false !== $priority && doing_filter( 'the_content' ) && has_blocks( $content ) ) { // Avoid the array_slice() if possible. if ( 0 === $the_['accepted_args'] ) { $value = call_user_func( $the_['function'] ); } elseif ( $the_['accepted_args'] >= $num_args ) { $value = call_user_func_array( $the_['function'], $args ); } else { $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) ); } } } while ( false !== next( $this->iterations[ $nesting_level ] ) ); } // Pass the value to WP_Hook. array_unshift( $args, $value ); $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args ); array_pop( $wp_current_filter ); return $filtered;} * * @since 0.71 * * @param string $content Content of the current post. */ $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); echo $content;}/**<article <?php (post_class('h-entry')); ?>> <?php echo $__env->make('partials.hero-service_cpt', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="e-content"> <?php (the_content()); ?> </div></article><?php /**PATH /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/partials/content-single-service_cpt.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<?php $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/single-service_cpt.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when<body <?php body_class(); ?>><?php wp_body_open(); ?><div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?></div><?php wp_footer(); ?></body></html> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php';|
[4/4]
ViewException
|
|---|
Illuminate\View\ViewException:
'HEADLESS_IMAGE_OLD_URL' has not been defined. Use `Roots\WPConfig\Config::define('HEADLESS_IMAGE_OLD_URL', ...)`. (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php) (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php) (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php)
at /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/vendor/roots/wp-config/src/Config.php:38
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php:14)
at include('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php:106)
at require_once('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php:19)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/index.php:6)
|
|
[3/4]
ViewException
|
|---|
Illuminate\View\ViewException:
'HEADLESS_IMAGE_OLD_URL' has not been defined. Use `Roots\WPConfig\Config::define('HEADLESS_IMAGE_OLD_URL', ...)`. (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php) (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php)
at /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/vendor/roots/wp-config/src/Config.php:38
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php:4)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php:14)
at include('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php:106)
at require_once('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php:19)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/index.php:6)
|
|
[2/4]
ViewException
|
|---|
Illuminate\View\ViewException:
'HEADLESS_IMAGE_OLD_URL' has not been defined. Use `Roots\WPConfig\Config::define('HEADLESS_IMAGE_OLD_URL', ...)`. (View: /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/resources/views/blocks/logo-grid.blade.php)
at /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/vendor/roots/wp-config/src/Config.php:38
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Concerns/InteractsWithBlade.php:33)
at Log1x\AcfComposer\Block->view()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Block.php:647)
at Log1x\AcfComposer\Block->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Block.php:553)
at Log1x\AcfComposer\Block->Log1x\AcfComposer\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:708)
at acf_render_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:610)
at acf_rendered_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:533)
at acf_render_block_callback()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/class-wp-block.php:463)
at WP_Block->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/blocks.php:1705)
at render_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/blocks.php:1743)
at do_blocks()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/class-wp-hook.php:324)
at WP_Hook->apply_filters()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/plugin.php:205)
at apply_filters()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/post-template.php:256)
at the_content()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/a3442167acdbc37e4cfdc133e1b1de6d.php:5)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/a3442167acdbc37e4cfdc133e1b1de6d.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php:4)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php:14)
at include('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php:106)
at require_once('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php:19)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/index.php:6)
|
|
[1/4]
UndefinedConfigKeyException
|
|---|
Roots\WPConfig\Exceptions\UndefinedConfigKeyException:
'HEADLESS_IMAGE_OLD_URL' has not been defined. Use `Roots\WPConfig\Config::define('HEADLESS_IMAGE_OLD_URL', ...)`.
at /var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/vendor/roots/wp-config/src/Config.php:38
at Roots\WPConfig\Config::get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/app/media.php:23)
at alterImageURL()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5df7a8f2e122c5337f0e73981ce01f43.php:18)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5df7a8f2e122c5337f0e73981ce01f43.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Concerns/InteractsWithBlade.php:33)
at Log1x\AcfComposer\Block->view()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Block.php:647)
at Log1x\AcfComposer\Block->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/log1x/acf-composer/src/Block.php:553)
at Log1x\AcfComposer\Block->Log1x\AcfComposer\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:708)
at acf_render_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:610)
at acf_rendered_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:533)
at acf_render_block_callback()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/class-wp-block.php:463)
at WP_Block->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/blocks.php:1705)
at render_block()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/blocks.php:1743)
at do_blocks()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/class-wp-hook.php:324)
at WP_Hook->apply_filters()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/plugin.php:205)
at apply_filters()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/post-template.php:256)
at the_content()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/a3442167acdbc37e4cfdc133e1b1de6d.php:5)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/a3442167acdbc37e4cfdc133e1b1de6d.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php:4)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/cache/acorn/framework/views/5b29c1e391fa9b0eecb541c863dd71d1.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php:14)
at include('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/app/themes/totally-starter/index.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php:106)
at require_once('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-includes/template-loader.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php:19)
at require('/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/wp/wp-blog-header.php')
(/var/www/vhosts/manchesterdeveloper.co.uk/peregrine.manchesterdeveloper.co.uk/web/index.php:6)
|