$image = $block['image']; $content = $block['content']; ?> <div class="single-content flex flex-col lg:flex-row gap-[30px] lg:gap-[2vw]"> <div class="image lg:w-[30%]"> <img class="rounded-lg" src="<?php echo e($image['sizes']['large']); ?>" alt="<?php echo e($image['alt']); ?>"> </div> <div class="content lg:w-[70%]"> <?php echo $content; ?> </div> // 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 wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @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'; $image = $block['image']; $content = $block['content']; ?> <div class="single-content flex flex-col lg:flex-row gap-[30px] lg:gap-[2vw]"> <div class="image lg:w-[30%]"> <img class="rounded-lg" src="<?php echo e($image['sizes']['large']); ?>" alt="<?php echo e($image['alt']); ?>"> </div> <div class="content lg:w-[70%]"> <?php echo $content; ?> </div> // 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->make('partials.page-header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->first(['partials.content-page', 'partials.content'], \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 /home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.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 wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @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'; $image = $block['image']; $content = $block['content']; ?> <div class="single-content flex flex-col lg:flex-row gap-[30px] lg:gap-[2vw]"> <div class="image lg:w-[30%]"> <img class="rounded-lg" src="<?php echo e($image['sizes']['large']); ?>" alt="<?php echo e($image['alt']); ?>"> </div> <div class="content lg:w-[70%]"> <?php echo $content; ?> </div> // 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 if(have_rows('add_content_block')): ?> <?php while(have_rows('add_content_block')): ?> <?php (the_row()); ?> <?php if ($__env->exists('blocks.' . get_row_layout())) echo $__env->make('blocks.' . get_row_layout(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php endif; ?><?php /**PATH /home/renta/dev/renta/web/app/themes/renta-main/resources/views/partials/content-page.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->make('partials.page-header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->first(['partials.content-page', 'partials.content'], \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 /home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.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 wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @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'; $image = $block['image']; $content = $block['content']; ?> <div class="single-content flex flex-col lg:flex-row gap-[30px] lg:gap-[2vw]"> <div class="image lg:w-[30%]"> <img class="rounded-lg" src="<?php echo e($image['sizes']['large']); ?>" alt="<?php echo e($image['alt']); ?>"> </div> <div class="content lg:w-[70%]"> <?php echo $content; ?> </div> * @throws \ErrorException */ public function handleError($level, $message, $file = '', $line = 0, $context = []) { try { parent::handleError($level, $message, $file, $line, $context); } catch (Throwable $e) { if (! apply_filters('acorn/throw_error_exception', true, $e)) { return false; } $image = $block['image']; $content = $block['content']; ?> <div class="single-content flex flex-col lg:flex-row gap-[30px] lg:gap-[2vw]"> <div class="image lg:w-[30%]"> <img class="rounded-lg" src="<?php echo e($image['sizes']['large']); ?>" alt="<?php echo e($image['alt']); ?>"> </div> <div class="content lg:w-[70%]"> <?php echo $content; ?> </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<?php if(have_rows('add_content_block')): ?> <?php while(have_rows('add_content_block')): ?> <?php (the_row()); ?> <?php if ($__env->exists('blocks.' . get_row_layout())) echo $__env->make('blocks.' . get_row_layout(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php endif; ?><?php /**PATH /home/renta/dev/renta/web/app/themes/renta-main/resources/views/partials/content-page.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->make('partials.page-header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->first(['partials.content-page', 'partials.content'], \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 /home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.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 wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @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:
Trying to access array offset on value of type bool (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php) (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php) (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php)
at /home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php:43
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ViewException), 0)
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/themes/renta-main/index.php:15)
at include('/home/renta/dev/renta/web/app/themes/renta-main/index.php')
(/home/renta/dev/renta/web/wp/wp-includes/template-loader.php:106)
at require_once('/home/renta/dev/renta/web/wp/wp-includes/template-loader.php')
(/home/renta/dev/renta/web/wp/wp-blog-header.php:19)
at require('/home/renta/dev/renta/web/wp/wp-blog-header.php')
(/home/renta/dev/renta/web/index.php:6)
|
|
[3/4]
ViewException
|
|---|
Illuminate\View\ViewException:
Trying to access array offset on value of type bool (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php) (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php)
at /home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php:43
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ViewException), 2)
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php:4)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/themes/renta-main/index.php:15)
at include('/home/renta/dev/renta/web/app/themes/renta-main/index.php')
(/home/renta/dev/renta/web/wp/wp-includes/template-loader.php:106)
at require_once('/home/renta/dev/renta/web/wp/wp-includes/template-loader.php')
(/home/renta/dev/renta/web/wp/wp-blog-header.php:19)
at require('/home/renta/dev/renta/web/wp/wp-blog-header.php')
(/home/renta/dev/renta/web/index.php:6)
|
|
[2/4]
ViewException
|
|---|
Illuminate\View\ViewException:
Trying to access array offset on value of type bool (View: /home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php)
at /home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php:43
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ErrorException), 3)
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php:4)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php:4)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/themes/renta-main/index.php:15)
at include('/home/renta/dev/renta/web/app/themes/renta-main/index.php')
(/home/renta/dev/renta/web/wp/wp-includes/template-loader.php:106)
at require_once('/home/renta/dev/renta/web/wp/wp-includes/template-loader.php')
(/home/renta/dev/renta/web/wp/wp-blog-header.php:19)
at require('/home/renta/dev/renta/web/wp/wp-blog-header.php')
(/home/renta/dev/renta/web/index.php:6)
|
|
[1/4]
ErrorException
|
|---|
ErrorException:
Trying to access array offset on value of type bool
at /home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php:43
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Trying to access array offset on value of type bool', '/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php', 43, array())
(/home/renta/dev/renta/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'Trying to access array offset on value of type bool', '/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php', 43)
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php:43)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/f7af5c9c0facc9c32f4201eb5121f159c53703d2.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/blocks/small_text_and_image.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php:4)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/91eeab83edef4e15c540461fa7c8c1c5eb96fbe8.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null, 'title' => 'Special solutions'))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php:4)
at require('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php')
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/renta/dev/renta/vendor/illuminate/filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/renta/dev/renta/web/app/cache/acorn/framework/views/e66f03ccffbd14abaf2927ac09190d104994b21c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get('/home/renta/dev/renta/web/app/themes/renta-main/resources/views/page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Renta Suomi', 'testParent' => null))
(/home/renta/dev/renta/vendor/illuminate/view/View.php:195)
at Illuminate\View\View->getContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:178)
at Illuminate\View\View->renderContents()
(/home/renta/dev/renta/vendor/illuminate/view/View.php:147)
at Illuminate\View\View->render()
(/home/renta/dev/renta/web/app/themes/renta-main/index.php:15)
at include('/home/renta/dev/renta/web/app/themes/renta-main/index.php')
(/home/renta/dev/renta/web/wp/wp-includes/template-loader.php:106)
at require_once('/home/renta/dev/renta/web/wp/wp-includes/template-loader.php')
(/home/renta/dev/renta/web/wp/wp-blog-header.php:19)
at require('/home/renta/dev/renta/web/wp/wp-blog-header.php')
(/home/renta/dev/renta/web/index.php:6)
|