| ( ! ) 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.0007 | 360392 | require( '/var/www/clients/client2/web57/web/wp-blog-header.php ) | .../index.php:17 |
| 3 | 0.0011 | 370016 | require_once( '/var/www/clients/client2/web57/web/wp-load.php ) | .../wp-blog-header.php:13 |
| 4 | 0.0014 | 376232 | require_once( '/var/www/clients/client2/web57/web/wp-config.php ) | .../wp-load.php:50 |
| 5 | 0.0024 | 468072 | require_once( '/var/www/clients/client2/web57/web/wp-settings.php ) | .../wp-config.php:108 |
| 6 | 0.2131 | 28068136 | include_once( '/var/www/clients/client2/web57/web/wp-content/plugins/advanced-custom-fields-pro/acf.php ) | .../wp-settings.php:560 |
| 7 | 0.2192 | 27947856 | acf( ) | .../acf.php:815 |
| 8 | 0.2192 | 27948016 | ACF->initialize( ) | .../acf.php:809 |
| 9 | 0.2193 | 27950616 | __( $text = 'Advanced Custom Fields', $domain = 'acf' ) | .../acf.php:116 |
| 10 | 0.2193 | 27950616 | translate( $text = 'Advanced Custom Fields', $domain = 'acf' ) | .../l10n.php:307 |
| 11 | 0.2193 | 27950616 | get_translations_for_domain( $domain = 'acf' ) | .../l10n.php:195 |
| 12 | 0.2193 | 27950616 | _load_textdomain_just_in_time( $domain = 'acf' ) | .../l10n.php:1419 |
| 13 | 0.2263 | 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.2263 | 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.2270 | 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 |
ErrorException {#2157 #severity: E_WARNING }
* @param int $status Status code to use. * @param string $location The path to redirect to. */ $x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location ); if ( is_string( $x_redirect_by ) ) { header( "X-Redirect-By: $x_redirect_by" ); } header( "Location: $location", true, $status ); return true; * @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; } * @param int $status Status code to use. * @param string $location The path to redirect to. */ $x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location ); if ( is_string( $x_redirect_by ) ) { header( "X-Redirect-By: $x_redirect_by" ); } header( "Location: $location", true, $status ); return true; } if ( $do_redirect ) { // Protect against chained redirects. if ( ! redirect_canonical( $redirect_url, false ) ) { wp_redirect( $redirect_url, 301 ); exit; } else { // Debug. // die("1: $redirect_url<br />2: " . redirect_canonical( $redirect_url, false ) ); return; // 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 );}/** * the path to the new template you want to use. This will allow an alternative template to be used * without interfering with the WordPress loading process. * * @since 1.5.0 */ do_action( 'template_redirect' );}/** * Filters whether to allow 'HEAD' requests to generate content. * // 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';|
ErrorException
|
|---|
ErrorException:
Cannot modify header information - headers already sent by (output started at /var/www/clients/client2/web57/web/wp-includes/functions.php:6131)
at /var/www/clients/client2/web57/web/wp-includes/pluggable.php:1531
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()
at header()
(/var/www/clients/client2/web57/web/wp-includes/pluggable.php:1531)
at wp_redirect()
(/var/www/clients/client2/web57/web/wp-includes/canonical.php:839)
at redirect_canonical()
(/var/www/clients/client2/web57/web/wp-includes/class-wp-hook.php:341)
at WP_Hook->apply_filters()
(/var/www/clients/client2/web57/web/wp-includes/class-wp-hook.php:365)
at WP_Hook->do_action()
(/var/www/clients/client2/web57/web/wp-includes/plugin.php:522)
at do_action()
(/var/www/clients/client2/web57/web/wp-includes/template-loader.php:23)
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)
|