acf 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/functions.php on line 6131 * @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; */ $fallback_url = apply_filters( 'wp_safe_redirect_fallback', admin_url(), $status ); $location = wp_validate_redirect( $location, $fallback_url ); return wp_redirect( $location, $status, $x_redirect_by ); }endif;if ( ! function_exists( 'wp_validate_redirect' ) ) : /** $redirect_url .= ':' . (int) $parsed_url['port']; } $redirect_url .= isset( $_SERVER['REQUEST_URI'] ) ? esc_url_raw( wp_unslash( $_SERVER['REQUEST_URI'] ) ) : ''; wp_safe_redirect( $redirect_url, 301 ); exit(); } } // 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 you wish to plug an action once WP is loaded, use the {@see 'wp_loaded'} hook below. * * @since 1.5.0 */do_action( 'init' );// Check site status.if ( is_multisite() ) { $file = ms_site_check(); if ( true !== $file ) {if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' );}/** Configura as variáveis e arquivos do WordPress. */require_once ABSPATH . 'wp-settings.php'; * If neither set of conditions is true, initiate loading the setup process. */if ( file_exists( ABSPATH . 'wp-config.php' ) ) { /** The config file resides in ABSPATH */ require_once ABSPATH . 'wp-config.php';} elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) { /** The config file resides one level above ABSPATH but is not part of another installation */ require_once dirname( ABSPATH ) . '/wp-config.php';if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. * @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 /home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/functions.php:6131)
at /home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/pluggable.php:1531
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Cannot modify header information - headers already sent by (output started at /home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/functions.php:6131)', '/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/pluggable.php', 1531, array())
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-content/themes/kinoforum/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'Cannot modify header information - headers already sent by (output started at /home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/functions.php:6131)', '/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/pluggable.php', 1531)
at header('X-Redirect-By: WordPress')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/pluggable.php:1531)
at wp_redirect('https://kinoforum.org/', 301, 'WordPress')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/pluggable.php:1641)
at wp_safe_redirect('https://kinoforum.org/', 301)
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-content/plugins/w3-total-cache/PgCache_Plugin.php:209)
at W3TC\PgCache_Plugin->redirect_on_foreign_domain('')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/class-wp-hook.php:341)
at WP_Hook->apply_filters(null, array(''))
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/class-wp-hook.php:365)
at WP_Hook->do_action(array(''))
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-includes/plugin.php:522)
at do_action('init')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-settings.php:742)
at require_once('/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-settings.php')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-config.php:105)
at require_once('/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-config.php')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-load.php:50)
at require_once('/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-load.php')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-blog-header.php:13)
at require('/home/storage/1/95/0f/kinoforum/public_html/wordpress/wp-blog-header.php')
(/home/storage/1/95/0f/kinoforum/public_html/wordpress/index.php:17)
|