Symfony Exception

Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

Exceptions 4

Illuminate\View\ ViewException

  1.                 }
  2.                 $core = @imagecreatefrombmp($path);
  3.                 break;
  4.             default:
  5.                 throw new NotReadableException(
  6.                     sprintf("Unsupported image type %s. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files."strtolower($mime))
  7.                 );
  8.         }
  9.         if (empty($core)) {
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   </head>
  2.   <body <?php body_class('header-sticky--up'); ?>>
  3.     <?php require_once('resources/views/_inc/facebook.php'); ?>
  4.     <?php /*wp_body_open();*/ ?>
  5.     <?php do_action('get_header'); ?>
  6.         <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
  10. </html>
include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Illuminate\View\ ViewException

Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

  1.                 }
  2.                 $core = @imagecreatefrombmp($path);
  3.                 break;
  4.             default:
  5.                 throw new NotReadableException(
  6.                     sprintf("Unsupported image type %s. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files."strtolower($mime))
  7.                 );
  8.         }
  9.         if (empty($core)) {
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.       <?php echo $__env->make('sections.section-sub-menu', [
  2.         'displayToc' => $post->toc->count() > 0
  3.           true
  4.           false
  5.       ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  6.       <?php echo $__env->make('sections.section-free-blocks'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  7.     </div>
  8. <?php $__env->stopSection(); ?>
  9. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/template-custom.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   </head>
  2.   <body <?php body_class('header-sticky--up'); ?>>
  3.     <?php require_once('resources/views/_inc/facebook.php'); ?>
  4.     <?php /*wp_body_open();*/ ?>
  5.     <?php do_action('get_header'); ?>
  6.         <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
  10. </html>
include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Illuminate\View\ ViewException

Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

  1.                 }
  2.                 $core = @imagecreatefrombmp($path);
  3.                 break;
  4.             default:
  5.                 throw new NotReadableException(
  6.                     sprintf("Unsupported image type %s. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files."strtolower($mime))
  7.                 );
  8.         }
  9.         if (empty($core)) {
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php if($post->fields->free_blocks_content): ?>
  2.     <?php $__currentLoopData $post->fields->free_blocks_content$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $field): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
  3.         <?php echo $__env->make('blocks.' $field->acf_fc_layout, ['field' => $field], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4.     <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
  5. <?php endif; ?>
  6. <?php /**PATH /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/sections/section-free-blocks.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.       <?php echo $__env->make('sections.section-sub-menu', [
  2.         'displayToc' => $post->toc->count() > 0
  3.           true
  4.           false
  5.       ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  6.       <?php echo $__env->make('sections.section-free-blocks'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  7.     </div>
  8. <?php $__env->stopSection(); ?>
  9. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/template-custom.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   </head>
  2.   <body <?php body_class('header-sticky--up'); ?>>
  3.     <?php require_once('resources/views/_inc/facebook.php'); ?>
  4.     <?php /*wp_body_open();*/ ?>
  5.     <?php do_action('get_header'); ?>
  6.         <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
  10. </html>
include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Intervention\Image\Exception\ NotReadableException

Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files.

  1.                 }
  2.                 $core = @imagecreatefrombmp($path);
  3.                 break;
  4.             default:
  5.                 throw new NotReadableException(
  6.                     sprintf("Unsupported image type %s. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files."strtolower($mime))
  7.                 );
  8.         }
  9.         if (empty($core)) {
  1.             case $this->isDataUrl():
  2.                 return $this->initFromBinary($this->decodeDataUrl($this->data));
  3.             case $this->isFilePath():
  4.                 return $this->initFromPath($this->data);
  5.             // isBase64 has to be after isFilePath to prevent false positives
  6.             case $this->isBase64():
  7.                 return $this->initFromBinary(base64_decode($this->data));
  1.      * @param  mixed $data
  2.      * @return \Intervention\Image\Image
  3.      */
  4.     public function init($data)
  5.     {
  6.         return $this->decoder->init($data);
  7.     }
  8.     /**
  9.      * Encodes given image
  10.      *
  1.      *
  2.      * @return \Intervention\Image\Image
  3.      */
  4.     public function make($data)
  5.     {
  6.         return $this->createDriver()->init($data);
  7.     }
  8.     /**
  9.      * Creates an empty image canvas
  10.      *
  1.         if (! $instance) {
  2.             throw new RuntimeException('A facade root has not been set.');
  3.         }
  4.         return $instance->$method(...$args);
  5.     }
  6. }
  1.      * @param  mixed $size
  2.      * @return string
  3.      */
  4.     public function createImageOfSize(string $size): string
  5.     {
  6.         $image Image::make($this->absPath $this->path);
  7.         $imageFilter $this->filters[$size];
  8.         $image = (new $imageFilter)->applyFilter($image)->save($this->absPath $this->getFinalImageUrl($size), 100);
  9.         return $this->getFinalImageUrl($size);
  10.     }
  11. }
  1.         $finalImageUrl $this->getFinalImageUrl($size);
  2.         if ($this->isImageAlreadyCreated($finalImageUrl)) {
  3.             return $finalImageUrl;
  4.         }
  5.         return (new ImageCreator($this->path))->createImageOfSize($size);
  6.     }
  7.     /**
  8.      * Test if image has already been created
  9.      *
  1.      * and url@2x
  2.      */
  3.     public function get(string $size): array
  4.     {
  5.         return [
  6.             'original' => $this->getImageUrl($size),
  7.             '@2x' => $this->getImageUrl($size '@2x'),
  8.         ];
  9.     }
  10.     /**
  1.      */
  2.     public function __get(string $value): array|bool
  3.     {
  4.         $className 'App\\ImageFilters\\' ucwords($value);
  5.         if (class_exists($className)) {
  6.             return $this->get($value);
  7.         }
  8.         return false;
  9.     }
  10.     /**
  1.      */
  2.     protected function getRenderedFileUrl(): string
  3.     {
  4.         $arrayKeySize $this->retina '@2x' 'original';
  5.         $sizeValue $this->logo 'logo' $this->size;
  6.         return (new ImageUrlFinder($this->url))->$sizeValue[$arrayKeySize];
  7.     }
  8.     /**
  9.      * isSvgFile
  10.      */
  1.     public function get(): string
  2.     {
  3.         if ($this->isSvgFile()) {
  4.             return $this->url;
  5.         }
  6.         return $this->getRenderedFileUrl();
  7.     }
  8.     /**
  9.      * getRenderedFileUrl
  10.      */
  1.  * img_display - use in blade
  2.  */
  3. if (!function_exists('img_display')) {
  4.     function img_display(string $urlstring $size$retina false$logo false): string
  5.     {
  6.         return (new ImageDisplay($url$size$retina$logo))->get();
  7.     }
  8. }
  1.                             </div>
  2.                             <img
  3.                                 src="<?php echo e(img_display(
  4.                                     $field->block_text_img_media['url'],
  5.                                     'half',
  6.                                     false
  7.                                 )); ?>"
  8.                                 srcset="<?php echo e(img_display(
  9.                                     $field->block_text_img_media['url'],
  10.                                     'half',
  11.                                     true
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1. <?php if($post->fields->free_blocks_content): ?>
  2.     <?php $__currentLoopData $post->fields->free_blocks_content$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $field): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
  3.         <?php echo $__env->make('blocks.' $field->acf_fc_layout, ['field' => $field], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  4.     <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
  5. <?php endif; ?>
  6. <?php /**PATH /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/sections/section-free-blocks.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.       <?php echo $__env->make('sections.section-sub-menu', [
  2.         'displayToc' => $post->toc->count() > 0
  3.           true
  4.           false
  5.       ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  6.       <?php echo $__env->make('sections.section-free-blocks'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
  7.     </div>
  8. <?php $__env->stopSection(); ?>
  9. <?php echo $__env->make('layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/template-custom.blade.php ENDPATH**/ ?>
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.   </head>
  2.   <body <?php body_class('header-sticky--up'); ?>>
  3.     <?php require_once('resources/views/_inc/facebook.php'); ?>
  4.     <?php /*wp_body_open();*/ ?>
  5.     <?php do_action('get_header'); ?>
  6.         <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  7.     <?php do_action('get_footer'); ?>
  8.     <?php wp_footer(); ?>
  9.   </body>
  10. </html>
include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php') in /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Traces 4

[4/4] ViewException
Illuminate\View\ViewException:
Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

  at /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:75
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php:14)
  at include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php:19)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php:6)                
[3/4] ViewException
Illuminate\View\ViewException:
Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php) (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

  at /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:75
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php:9)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php:14)
  at include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php:19)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php:6)                
[2/4] ViewException
Illuminate\View\ViewException:
Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files. (View: /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/resources/views/blocks/block-text-img.blade.php)

  at /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:75
  at Illuminate\View\Engines\CompilerEngine->handleViewException()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/0ebb2e95e9e1f4e439c99b78f192fb69e9126fd9.php:3)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/0ebb2e95e9e1f4e439c99b78f192fb69e9126fd9.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php:9)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php:14)
  at include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php:19)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php:6)                
[1/4] NotReadableException
Intervention\Image\Exception\NotReadableException:
Unsupported image type application/pdf. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files.

  at /home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:75
  at Intervention\Image\Gd\Decoder->initFromPath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php:344)
  at Intervention\Image\AbstractDecoder->init()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/AbstractDriver.php:66)
  at Intervention\Image\AbstractDriver->init()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/intervention/image/src/Intervention/Image/ImageManager.php:54)
  at Intervention\Image\ImageManager->make()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/support/Facades/Facade.php:338)
  at Illuminate\Support\Facades\Facade::__callStatic()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageCreator.php:53)
  at App\Include\ImageCreator->createImageOfSize()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageUrlFinder.php:62)
  at App\Include\ImageUrlFinder->getImageUrl()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageUrlFinder.php:44)
  at App\Include\ImageUrlFinder->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageUrlFinder.php:32)
  at App\Include\ImageUrlFinder->__get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageDisplay.php:44)
  at App\Include\ImageDisplay->getRenderedFileUrl()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/app/Include/ImageDisplay.php:34)
  at App\Include\ImageDisplay->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/functions.php:85)
  at img_display()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/6c9394d3bf2e40734c961776bc8a6dfed8fca98f.php:115)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/6c9394d3bf2e40734c961776bc8a6dfed8fca98f.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/0ebb2e95e9e1f4e439c99b78f192fb69e9126fd9.php:3)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/0ebb2e95e9e1f4e439c99b78f192fb69e9126fd9.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php:9)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/cache/acorn/framework/views/e2dc5947337449ee62bf3f2139e93b8130b152a4.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php:14)
  at include('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/app/themes/triathlondesroses2k23/index.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-includes/template-loader.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php:19)
  at require('/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/wp/wp-blog-header.php')
     (/home/xvjc1851/uss_voyager/triathlondesroses.fr/web/index.php:6)