| ( ! ) Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>acf</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /var/www/clients/client2/web57/web/wp-includes/functions.php on line 6131 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0005 | 359072 | {main}( ) | .../index.php:0 |
| 2 | 0.0008 | 360392 | require( '/var/www/clients/client2/web57/web/wp-blog-header.php ) | .../index.php:17 |
| 3 | 0.0014 | 370016 | require_once( '/var/www/clients/client2/web57/web/wp-load.php ) | .../wp-blog-header.php:13 |
| 4 | 0.0017 | 376232 | require_once( '/var/www/clients/client2/web57/web/wp-config.php ) | .../wp-load.php:50 |
| 5 | 0.0032 | 468072 | require_once( '/var/www/clients/client2/web57/web/wp-settings.php ) | .../wp-config.php:108 |
| 6 | 0.2611 | 28068136 | include_once( '/var/www/clients/client2/web57/web/wp-content/plugins/advanced-custom-fields-pro/acf.php ) | .../wp-settings.php:560 |
| 7 | 0.2671 | 27947856 | acf( ) | .../acf.php:815 |
| 8 | 0.2671 | 27948016 | ACF->initialize( ) | .../acf.php:809 |
| 9 | 0.2673 | 27950616 | __( $text = 'Advanced Custom Fields', $domain = 'acf' ) | .../acf.php:116 |
| 10 | 0.2673 | 27950616 | translate( $text = 'Advanced Custom Fields', $domain = 'acf' ) | .../l10n.php:307 |
| 11 | 0.2673 | 27950616 | get_translations_for_domain( $domain = 'acf' ) | .../l10n.php:195 |
| 12 | 0.2673 | 27950616 | _load_textdomain_just_in_time( $domain = 'acf' ) | .../l10n.php:1419 |
| 13 | 0.2743 | 27975656 | _doing_it_wrong( $function_name = '_load_textdomain_just_in_time', $message = 'Translation loading for the <code>acf</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later.', $version = '6.7.0' ) | .../l10n.php:1389 |
| 14 | 0.2743 | 27977000 | wp_trigger_error( $function_name = '', $message = 'Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>acf</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.)', $error_level = ??? ) | .../functions.php:6071 |
| 15 | 0.2749 | 27978488 | trigger_error( $message = 'Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>acf</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.)', $error_level = 1024 ) | .../functions.php:6131 |
Illuminate\View\ViewException {#2175 #severity: E_ERROR }
<div class="max-w-full w-[1200px] py-16 lg:px-24 relative mt-[105px] lg:-ml-20"> <img src="<?= \Roots\asset('images/vector-half.svg'); ?>" class="absolute -top-20 -left-24 object-top h-auto" data-aos="zoom-in" data-aos-delay="300"> <div class="relative min-h-[380px]"> <?php if($heading['title']): ?> <h1 class="max-w-[580px]"><?php echo $heading['title']; ?></h1> <div class="h-[2px] mt-2 w-[190px] bg-gold block" style="content: ''"></div> <?php endif; ?> // 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<?phpecho view(app('sage.view'), app('sage.data'))->render(); * * @param string $template The path of the template about to be included. */ do_action( 'wp_before_include_template', $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';} * @var bool */define( 'WP_USE_THEMES', true );/** Loads the WordPress Environment and Template */require __DIR__ . '/wp-blog-header.php'; <div class="max-w-full w-[1200px] py-16 lg:px-24 relative mt-[105px] lg:-ml-20"> <img src="<?= \Roots\asset('images/vector-half.svg'); ?>" class="absolute -top-20 -left-24 object-top h-auto" data-aos="zoom-in" data-aos-delay="300"> <div class="relative min-h-[380px]"> <?php if($heading['title']): ?> <h1 class="max-w-[580px]"><?php echo $heading['title']; ?></h1> <div class="h-[2px] mt-2 w-[190px] bg-gold block" style="content: ''"></div> <?php endif; ?> * @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; } <div class="max-w-full w-[1200px] py-16 lg:px-24 relative mt-[105px] lg:-ml-20"> <img src="<?= \Roots\asset('images/vector-half.svg'); ?>" class="absolute -top-20 -left-24 object-top h-auto" data-aos="zoom-in" data-aos-delay="300"> <div class="relative min-h-[380px]"> <?php if($heading['title']): ?> <h1 class="max-w-[580px]"><?php echo $heading['title']; ?></h1> <div class="h-[2px] mt-2 w-[190px] bg-gold block" style="content: ''"></div> <?php endif; ?> $__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<?phpecho view(app('sage.view'), app('sage.data'))->render(); * * @param string $template The path of the template about to be included. */ do_action( 'wp_before_include_template', $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';} * @var bool */define( 'WP_USE_THEMES', true );/** Loads the WordPress Environment and Template */require __DIR__ . '/wp-blog-header.php';|
[2/2]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined variable $heading (View: /var/www/clients/client2/web57/web/wp-content/themes/nakel/resources/views/template-home.blade.php)
at /var/www/clients/client2/web57/web/wp-content/cache/acorn/framework/views/55f31cc3a2582502f3746af5bf632b14.php:11
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/index.php:3)
at include('/var/www/clients/client2/web57/web/wp-content/themes/nakel/index.php')
(/var/www/clients/client2/web57/web/wp-includes/template-loader.php:125)
at require_once('/var/www/clients/client2/web57/web/wp-includes/template-loader.php')
(/var/www/clients/client2/web57/web/wp-blog-header.php:19)
at require('/var/www/clients/client2/web57/web/wp-blog-header.php')
(/var/www/clients/client2/web57/web/index.php:17)
|
|
[1/2]
ErrorException
|
|---|
ErrorException:
Undefined variable $heading
at /var/www/clients/client2/web57/web/wp-content/cache/acorn/framework/views/55f31cc3a2582502f3746af5bf632b14.php:11
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
(/var/www/clients/client2/web57/web/wp-content/cache/acorn/framework/views/55f31cc3a2582502f3746af5bf632b14.php:11)
at require('/var/www/clients/client2/web57/web/wp-content/cache/acorn/framework/views/55f31cc3a2582502f3746af5bf632b14.php')
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/var/www/clients/client2/web57/web/wp-content/themes/nakel/index.php:3)
at include('/var/www/clients/client2/web57/web/wp-content/themes/nakel/index.php')
(/var/www/clients/client2/web57/web/wp-includes/template-loader.php:125)
at require_once('/var/www/clients/client2/web57/web/wp-includes/template-loader.php')
(/var/www/clients/client2/web57/web/wp-blog-header.php:19)
at require('/var/www/clients/client2/web57/web/wp-blog-header.php')
(/var/www/clients/client2/web57/web/index.php:17)
|