Esqueceu sua senha? Digite seu nome de usuário ou endereço de e-mail. Você receberá por e-mail um link para criar uma nova senha.

Symfony Exception

InvalidArgumentException

HTTP 500 Internal Server Error

Unrecognized extension in file: /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public.

Exception

InvalidArgumentException

  1.      * @throws \InvalidArgumentException
  2.      */
  3.     public function getEngineFromPath($path)
  4.     {
  5.         if (! $extension $this->getExtension($path)) {
  6.             throw new InvalidArgumentException("Unrecognized extension in file: {$path}.");
  7.         }
  8.         $engine $this->extensions[$extension];
  9.         return $this->engines->resolve($engine);
  1.      * @param  \Illuminate\Contracts\Support\Arrayable|array  $data
  2.      * @return \Illuminate\Contracts\View\View
  3.      */
  4.     protected function viewInstance($view$path$data)
  5.     {
  6.         return new View($this$this->getEngineFromPath($path), $view$path$data);
  7.     }
  8.     /**
  9.      * Determine if a given view exists.
  10.      *
  1.      */
  2.     public function file($path$data = [], $mergeData = [])
  3.     {
  4.         $data array_merge($mergeData$this->parseData($data));
  5.         return tap($this->viewInstance($path$path$data), function ($view) {
  6.             $this->callCreator($view);
  7.         });
  8.     }
  9.     /**
  1.         return $factory;
  2.     }
  3.     return $factory->exists($view)
  4.         ? $factory->make($view$data$mergeData)
  5.         : $factory->file($view$data$mergeData);
  6. }
  7. /**
  8.  * @deprecated
  1. }
  2. if (! function_exists('view')) {
  3.     function view()
  4.     {
  5.         return Roots\view(...func_get_args());
  6.     }
  7. }
  1. <?php
  2. echo view(app('sage.view'), app('sage.data'))->render();
include('/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/content/themes/radicle/index.php') in /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/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/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-includes/template-loader.php') in /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/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/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-blog-header.php') in /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/index.php (line 9)
  1.  * WordPress View Bootstrapper
  2.  */
  3. // phpcs:disable
  4. define('WP_USE_THEMES'true);
  5. require __DIR__ '/wp/wp-blog-header.php';

Stack Trace

InvalidArgumentException
InvalidArgumentException:
Unrecognized extension in file: /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public.

  at /home/constel-academia-8ks1v/constel-academia.liveprint.com.br/vendor/illuminate/view/Factory.php:305
  at Illuminate\View\Factory->getEngineFromPath()
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/vendor/illuminate/view/Factory.php:274)
  at Illuminate\View\Factory->viewInstance()
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/vendor/illuminate/view/Factory.php:122)
  at Illuminate\View\Factory->file()
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/vendor/roots/acorn/src/Roots/helpers.php:99)
  at Roots\view()
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/vendor/roots/acorn/src/Roots/globals.php:13)
  at view()
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/content/themes/radicle/index.php:3)
  at include('/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/content/themes/radicle/index.php')
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-includes/template-loader.php:106)
  at require_once('/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-includes/template-loader.php')
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-blog-header.php:19)
  at require('/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/wp/wp-blog-header.php')
     (/home/constel-academia-8ks1v/constel-academia.liveprint.com.br/public/index.php:9)