$classes .= sprintf(' align%s', $block['align']);
}
$blockChiffres = get_fields();
$chiffres = $blockChiffres['chiffres'];
$chiffresNotif = $blockChiffres['notif'];
?>
<div class="block--block_chiffres pb-[150px] <?php if (!is_edit_mode()) {
echo esc_attr($classes);
} ?>">
// 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" x-data="{showmenu: false}">
<?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';
$classes .= sprintf(' align%s', $block['align']);
}
$blockChiffres = get_fields();
$chiffres = $blockChiffres['chiffres'];
$chiffresNotif = $blockChiffres['notif'];
?>
<div class="block--block_chiffres pb-[150px] <?php if (!is_edit_mode()) {
echo esc_attr($classes);
} ?>">
// 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 /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/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" x-data="{showmenu: false}">
<?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';
$classes .= sprintf(' align%s', $block['align']);
}
$blockChiffres = get_fields();
$chiffres = $blockChiffres['chiffres'];
$chiffresNotif = $blockChiffres['notif'];
?>
<div class="block--block_chiffres pb-[150px] <?php if (!is_edit_mode()) {
echo esc_attr($classes);
} ?>">
* @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;
}
$classes .= sprintf(' align%s', $block['align']);
}
$blockChiffres = get_fields();
$chiffres = $blockChiffres['chiffres'];
$chiffresNotif = $blockChiffres['notif'];
?>
<div class="block--block_chiffres pb-[150px] <?php if (!is_edit_mode()) {
echo esc_attr($classes);
} ?>">
$path = locate_template( $block['render_template'] );
}
// Include template.
if ( file_exists( $path ) ) {
include $path;
}
}
/**
* Returns an array of all fields for the given block.
// 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 ] ) );
*
* @param array $args Parameters to pass to the callback functions.
*/
public function do_action( $args ) {
$this->doing_action = true;
$this->apply_filters( '', $args );
// If there are recursive calls to the current action, we haven't finished it until we get to the last one.
if ( ! $this->nesting_level ) {
$this->doing_action = false;
}
} elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
// Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
$arg[0] = $arg[0][0];
}
$wp_filter[ $hook_name ]->do_action( $arg );
array_pop( $wp_current_filter );
}
/**
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 );
}
// Reset postdata.
acf_reset_meta( $block['id'] );
}
} 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 );
}
$html = ob_get_clean();
$html = is_string( $html ) ? $html : '';
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;
}
$inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block );
/** This filter is documented in wp-includes/blocks.php */
$inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block );
$block_content .= $inner_block->render();
}
++$index;
}
}
$inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block );
/** This filter is documented in wp-includes/blocks.php */
$inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block );
$block_content .= $inner_block->render();
}
++$index;
}
}
*/
$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;
}
/**
<?php (the_content()); ?>
<?php echo wp_link_pages(['echo' => 0, 'before' => '<nav class="page-nav"><p>' . __('Pages:', 'mawstarter'), 'after' => '</p></nav>']); ?>
<?php /**PATH /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/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 /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/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" x-data="{showmenu: false}">
<?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';
[3/3]
ViewException
|
---|
Illuminate\View\ViewException: Undefined array key "notif" (View: /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/partials/content-page.blade.php) (View: /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/partials/content-page.blade.php) at /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/acf-gutenberg-blocks/block-chiffres/block_chiffres.php:25 at Illuminate\View\Engines\CompilerEngine->handleViewException() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/PhpEngine.php:60) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/CompilerEngine.php:70) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:195) at Illuminate\View\View->getContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:178) at Illuminate\View\View->renderContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:147) at Illuminate\View\View->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php:38) at include('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php:19) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/index.php:6) |
[2/3]
ViewException
|
---|
Illuminate\View\ViewException: Undefined array key "notif" (View: /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/partials/content-page.blade.php) at /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/acf-gutenberg-blocks/block-chiffres/block_chiffres.php:25 at Illuminate\View\Engines\CompilerEngine->handleViewException() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/PhpEngine.php:60) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/CompilerEngine.php:70) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:195) at Illuminate\View\View->getContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:178) at Illuminate\View\View->renderContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:147) at Illuminate\View\View->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/d6101f00810b5b437493ce10fec8769556c48454.php:5) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/d6101f00810b5b437493ce10fec8769556c48454.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:109) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:110) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/CompilerEngine.php:70) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:195) at Illuminate\View\View->getContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:178) at Illuminate\View\View->renderContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:147) at Illuminate\View\View->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php:38) at include('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php:19) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/index.php:6) |
[1/3]
ErrorException
|
---|
ErrorException: Undefined array key "notif" at /var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/acf-gutenberg-blocks/block-chiffres/block_chiffres.php:25 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49) at Roots\Acorn\Bootstrap\HandleExceptions->handleError() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/acf-gutenberg-blocks/block-chiffres/block_chiffres.php:25) at include('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/resources/views/acf-gutenberg-blocks/block-chiffres/block_chiffres.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:680) at acf_block_render_template() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-hook.php:348) at WP_Hook->do_action() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/plugin.php:517) at do_action() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:654) at acf_render_block() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:571) at acf_rendered_block() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:504) at acf_render_block_callback() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-block.php:519) at WP_Block->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-block.php:499) at WP_Block->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-block.php:499) at WP_Block->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/blocks.php:2061) at render_block() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/blocks.php:2113) at do_blocks() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/plugin.php:205) at apply_filters() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/post-template.php:256) at the_content() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/9d8386b2c32e615b07023f070aafa8d5d7e4774b.php:1) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/9d8386b2c32e615b07023f070aafa8d5d7e4774b.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:109) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:110) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/CompilerEngine.php:70) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:195) at Illuminate\View\View->getContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:178) at Illuminate\View\View->renderContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:147) at Illuminate\View\View->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/d6101f00810b5b437493ce10fec8769556c48454.php:5) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/cache/acorn/framework/views/d6101f00810b5b437493ce10fec8769556c48454.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:109) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/filesystem/Filesystem.php:110) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/Engines/CompilerEngine.php:70) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:195) at Illuminate\View\View->getContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:178) at Illuminate\View\View->renderContents() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/vendor/illuminate/view/View.php:147) at Illuminate\View\View->render() (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php:38) at include('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/app/themes/mawstarter/index.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-includes/template-loader.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php:19) at require('/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/wp/wp-blog-header.php') (/var/www/vhosts/marsatworkdot.com/subdomains/ca-alpesprovence/httpdocs/releases/113/web/index.php:6) |