Notice: Undefined index: formData in /home/i/infotu5k/en.tutmee.ru/public_html/wp-content/plugins/sau_sender/sau-sender.php on line 113 Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/load.php on line 656 Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_NOTICE)
Trying to access array offset on value of type bool Whoops\Exception\ErrorException thrown with message "Trying to access array offset on value of type bool" Stacktrace: #11 Whoops\Exception\ErrorException in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php:2245 #10 Whoops\Run:handleError in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php:2245 #9 add_theme_support in /home/i/infotu5k/en.tutmee.ru/public_html/wp-content/themes/tutmee-business/vendor/sau/library/src/Theme.php:78 #8 Sau\Lib\Theme:Sau\Lib\{closure} in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php:286 #7 call_user_func_array in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php:286 #6 WP_Hook:apply_filters in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php:310 #5 WP_Hook:do_action in /home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/plugin.php:453 #4 do_action in /home/i/infotu5k/en.tutmee.ru/public_html/wp-settings.php:451 #3 require_once in /home/i/infotu5k/en.tutmee.ru/public_html/wp-config.php:95 #2 require_once in /home/i/infotu5k/en.tutmee.ru/public_html/wp-load.php:37 #1 require_once in /home/i/infotu5k/en.tutmee.ru/public_html/wp-blog-header.php:13 #0 require in /home/i/infotu5k/en.tutmee.ru/public_html/index.php:17
Stack frames (12)
11
Whoops\Exception\ErrorException
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php2245
10
Whoops\Run handleError
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php2245
9
add_theme_support
/vendor/sau/library/src/Theme.php78
8
Sau\Lib\Theme Sau\Lib\{closure}
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php286
7
call_user_func_array
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php286
6
WP_Hook apply_filters
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php310
5
WP_Hook do_action
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/plugin.php453
4
do_action
/home/i/infotu5k/en.tutmee.ru/public_html/wp-settings.php451
3
require_once
/home/i/infotu5k/en.tutmee.ru/public_html/wp-config.php95
2
require_once
/home/i/infotu5k/en.tutmee.ru/public_html/wp-load.php37
1
require_once
/home/i/infotu5k/en.tutmee.ru/public_html/wp-blog-header.php13
0
require
/home/i/infotu5k/en.tutmee.ru/public_html/index.php17
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php
function add_theme_support( $feature ) {
    global $_wp_theme_features;
 
    if ( func_num_args() == 1 )
        $args = true;
    else
        $args = array_slice( func_get_args(), 1 );
 
    switch ( $feature ) {
        case 'post-thumbnails':
            // All post types are already supported.
            if ( true === get_theme_support( 'post-thumbnails' ) ) {
                return;
            }
 
            /*
             * Merge post types with any that already declared their support
             * for post thumbnails.
             */
            if ( is_array( $args[0] ) && isset( $_wp_theme_features['post-thumbnails'] ) ) {
                $args[0] = array_unique( array_merge( $_wp_theme_features['post-thumbnails'][0], $args[0] ) );
            }
 
            break;
 
        case 'post-formats' :
            if ( is_array( $args[0] ) ) {
                $post_formats = get_post_format_slugs();
                unset( $post_formats['standard'] );
 
                $args[0] = array_intersect( $args[0], array_keys( $post_formats ) );
            }
            break;
 
        case 'html5' :
            // You can't just pass 'html5', you need to pass an array of types.
            if ( empty( $args[0] ) ) {
                // Build an array of types for back-compat.
                $args = array( 0 => array( 'comment-list', 'comment-form', 'search-form' ) );
            } elseif ( ! is_array( $args[0] ) ) {
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/theme.php
function add_theme_support( $feature ) {
    global $_wp_theme_features;
 
    if ( func_num_args() == 1 )
        $args = true;
    else
        $args = array_slice( func_get_args(), 1 );
 
    switch ( $feature ) {
        case 'post-thumbnails':
            // All post types are already supported.
            if ( true === get_theme_support( 'post-thumbnails' ) ) {
                return;
            }
 
            /*
             * Merge post types with any that already declared their support
             * for post thumbnails.
             */
            if ( is_array( $args[0] ) && isset( $_wp_theme_features['post-thumbnails'] ) ) {
                $args[0] = array_unique( array_merge( $_wp_theme_features['post-thumbnails'][0], $args[0] ) );
            }
 
            break;
 
        case 'post-formats' :
            if ( is_array( $args[0] ) ) {
                $post_formats = get_post_format_slugs();
                unset( $post_formats['standard'] );
 
                $args[0] = array_intersect( $args[0], array_keys( $post_formats ) );
            }
            break;
 
        case 'html5' :
            // You can't just pass 'html5', you need to pass an array of types.
            if ( empty( $args[0] ) ) {
                // Build an array of types for back-compat.
                $args = array( 0 => array( 'comment-list', 'comment-form', 'search-form' ) );
            } elseif ( ! is_array( $args[0] ) ) {
/home/i/infotu5k/en.tutmee.ru/public_html/wp-content/themes/tutmee-business/vendor/sau/library/src/Theme.php
        self::addThemeSupport( 'post-thumbnails', $format );
    }
 
    /**
     * Функция расширения
     *
     * @param string       $feature Название добавляемой возможности.
     * @param string|array $format  Дополнительные параметры. Для каждой
     *                              возможности свои. У форматов постов тут
     *                              указываем форматы, у миниатюр типы постов,
     *                              где они будут работать и т.д.
     *
     * @return void
     */
    protected static function addThemeSupport( $feature, $format = '' ) {
        $callback = function () use ( &$feature, &$format ) {
            if ( ! empty( $format ) || is_array( $format ) ) {
                add_theme_support( $feature, $format );
            } else {
                add_theme_support( $feature );
            }
        };
        Action::afterSetupTheme( $callback );
    }
 
    /**
     * Позволяет указывать формат посту.
     * Функция была добавлена в версии 3.1.
     *
     * @param string|array $format Форматы используйте второй аргумент функции
     *
     * @return void
     */
    public static function addSupportPostFormat( $format = '' ) {
        self::addThemeSupport( 'post-formats', $format );
    }
 
    /**
     * Если активировать эту опцию для темы, то в теме не нужно устанавливать
     * метатег title. Он будет подключен автоматически через хук wp_head.
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php
        }
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = $priority = current( $this->iterations[ $nesting_level ] );
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if( ! $this->doing_action ) {
                    $args[ 0 ] = $value;
                }
 
                // Avoid the array_slice if possible.
                if ( $the_['accepted_args'] == 0 ) {
                    $value = call_user_func_array( $the_['function'], array() );
                } 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, (int)$the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Executes the callback functions hooked on a specific action hook.
     *
     * @since 4.7.0
     *
     * @param mixed $args Arguments to pass to the hook callbacks.
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php
        }
 
        $nesting_level = $this->nesting_level++;
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
        $num_args = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = $priority = current( $this->iterations[ $nesting_level ] );
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if( ! $this->doing_action ) {
                    $args[ 0 ] = $value;
                }
 
                // Avoid the array_slice if possible.
                if ( $the_['accepted_args'] == 0 ) {
                    $value = call_user_func_array( $the_['function'], array() );
                } 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, (int)$the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Executes the callback functions hooked on a specific action hook.
     *
     * @since 4.7.0
     *
     * @param mixed $args Arguments to pass to the hook callbacks.
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/class-wp-hook.php
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Executes the callback functions hooked on a specific action hook.
     *
     * @since 4.7.0
     *
     * @param mixed $args Arguments to pass to the hook callbacks.
     */
    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;
        }
    }
 
    /**
     * Processes the functions hooked into the 'all' hook.
     *
     * @since 4.7.0
     *
     * @param array $args Arguments to pass to the hook callbacks. Passed by reference.
     */
    public function do_all_hook( &$args ) {
        $nesting_level = $this->nesting_level++;
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
 
        do {
            $priority = current( $this->iterations[ $nesting_level ] );
/home/i/infotu5k/en.tutmee.ru/public_html/wp-includes/plugin.php
    }
 
    if ( !isset($wp_filter[$tag]) ) {
        if ( isset($wp_filter['all']) )
            array_pop($wp_current_filter);
        return;
    }
 
    if ( !isset($wp_filter['all']) )
        $wp_current_filter[] = $tag;
 
    $args = array();
    if ( is_array($arg) && 1 == count($arg) && isset($arg[0]) && is_object($arg[0]) ) // array(&$this)
        $args[] =& $arg[0];
    else
        $args[] = $arg;
    for ( $a = 2, $num = func_num_args(); $a < $num; $a++ )
        $args[] = func_get_arg($a);
 
    $wp_filter[ $tag ]->do_action( $args );
 
    array_pop($wp_current_filter);
}
 
/**
 * Retrieve the number of times an action is fired.
 *
 * @since 2.1.0
 *
 * @global array $wp_actions Increments the amount of times action was triggered.
 *
 * @param string $tag The name of the action hook.
 * @return int The number of times action hook $tag is fired.
 */
function did_action($tag) {
    global $wp_actions;
 
    if ( ! isset( $wp_actions[ $tag ] ) )
        return 0;
 
/home/i/infotu5k/en.tutmee.ru/public_html/wp-settings.php
 *
 * @global WP_Locale_Switcher $wp_locale_switcher WordPress locale switcher object.
 */
$GLOBALS['wp_locale_switcher'] = new WP_Locale_Switcher();
$GLOBALS['wp_locale_switcher']->init();
 
// Load the functions for the active theme, for both parent and child theme if applicable.
if ( ! wp_installing() || 'wp-activate.php' === $pagenow ) {
    if ( TEMPLATEPATH !== STYLESHEETPATH && file_exists( STYLESHEETPATH . '/functions.php' ) )
        include( STYLESHEETPATH . '/functions.php' );
    if ( file_exists( TEMPLATEPATH . '/functions.php' ) )
        include( TEMPLATEPATH . '/functions.php' );
}
 
/**
 * Fires after the theme is loaded.
 *
 * @since 3.0.0
 */
do_action( 'after_setup_theme' );
 
// Set up current user.
$GLOBALS['wp']->init();
 
/**
 * Fires after WordPress has finished loading but before any headers are sent.
 *
 * Most of WP is loaded at this stage, and the user is authenticated. WP continues
 * to load on the {@see 'init'} hook that follows (e.g. widgets), and many plugins instantiate
 * themselves on it for all sorts of reasons (e.g. they need a user, a taxonomy, etc.).
 *
 * 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() ) {
    if ( true !== ( $file = ms_site_check() ) ) {
/home/i/infotu5k/en.tutmee.ru/public_html/wp-config.php
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', true);
 
// If we're behind a proxy server and using HTTPS, we need to alert Wordpress of that fact
// see also http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
    $_SERVER['HTTPS'] = 'on';
}
 
/* That's all, stop editing! Happy blogging. */
 
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
 
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
 
/home/i/infotu5k/en.tutmee.ru/public_html/wp-load.php
 
/** Define ABSPATH as this file's directory */
if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
 
error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR );
 
/*
 * If wp-config.php exists in the WordPress root, or if it exists in the root and wp-settings.php
 * doesn't, load wp-config.php. The secondary check for wp-settings.php has the added benefit
 * of avoiding cases where the current directory is a nested installation, e.g. / is WordPress(a)
 * and /blog/ is WordPress(b).
 *
 * 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' );
 
} else {
 
    // A config file doesn't exist
 
    define( 'WPINC', 'wp-includes' );
    require_once( ABSPATH . WPINC . '/load.php' );
 
    // Standardize $_SERVER variables across setups.
    wp_fix_server_vars();
 
    require_once( ABSPATH . WPINC . '/functions.php' );
 
    $path = wp_guess_url() . '/wp-admin/setup-config.php';
 
/home/i/infotu5k/en.tutmee.ru/public_html/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( !isset($wp_did_header) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once( dirname(__FILE__) . '/wp-load.php' );
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once( ABSPATH . WPINC . '/template-loader.php' );
 
}
 
/home/i/infotu5k/en.tutmee.ru/public_html/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);
 
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE Apache/2.4.55 (Unix)
REQUEST_URI /portfolio/item/wine-tasting/
REDIRECT_UNIQUE_ID aAVI2Asock7f79CQmNT_HgAAAAk
REDIRECT_MMDB_ADDR 18.97.9.170
REDIRECT_GEOIP_ADDR 18.97.9.170
REDIRECT_MMDB_INFO result found
REDIRECT_GEOIP_COUNTRY_NAME United States
REDIRECT_GEOIP_REGION VA
REDIRECT_GEOIP_CITY Ashburn
REDIRECT_GEOIP_LONGITUDE -77.49030
REDIRECT_GEOIP_CONTINENT_CODE NA
REDIRECT_GEOIP_LATITUDE 39.04690
REDIRECT_GEOIP_POSTAL_CODE 20149
REDIRECT_GEOIP_COUNTRY_CODE US
REDIRECT_HTTPS on
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_PERL_USE_UNSAFE_INC 1
REDIRECT_STATUS 200
UNIQUE_ID aAVI2Asock7f79CQmNT_HgAAAAk
MMDB_ADDR 18.97.9.170
GEOIP_ADDR 18.97.9.170
MMDB_INFO result found
GEOIP_COUNTRY_NAME United States
GEOIP_REGION VA
GEOIP_CITY Ashburn
GEOIP_LONGITUDE -77.49030
GEOIP_CONTINENT_CODE NA
GEOIP_LATITUDE 39.04690
GEOIP_POSTAL_CODE 20149
GEOIP_COUNTRY_CODE US
HTTPS on
HTTP_AUTHORIZATION
PERL_USE_UNSAFE_INC 1
HTTP_HOST en.tutmee.ru
HTTP_X_SERVER_ADDR 45.130.41.153
HTTP_X_FORWARDED_PROTO https
HTTP_IF_MODIFIED_SINCE Fri, 24 Jan 2025 23:15:25 GMT
HTTP_X_REAL_IP 18.97.9.170
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT_ENCODING br,gzip
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.55 (Unix) Server at en.tutmee.ru Port 80</address>
SERVER_NAME en.tutmee.ru
SERVER_ADDR 45.130.41.153
SERVER_PORT 443
REQUEST_SCHEME https
REMOTE_ADDR 18.97.9.170
DOCUMENT_ROOT /home/i/infotu5k/en.tutmee.ru/public_html
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/i/infotu5k/en.tutmee.ru/public_html
SERVER_ADMIN webmaster@en.tutmee.ru
SCRIPT_FILENAME /home/i/infotu5k/en.tutmee.ru/public_html/index.php
REMOTE_PORT 50286
REDIRECT_URL /portfolio/item/wine-tasting/
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1745176792.5169
REQUEST_TIME 1745176792
argv Array ( )
argc 0
Key Value
APT_GET_UPDATE apt-get update -qq
HOSTNAME owl.beget.ru
PWD /
HOME /root
APT_GET_INSTALL apt-get install --no-install-recommends -qq -y
IN_CONTAINER true
SHLVL 0
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DEBIAN_FRONTEND noninteractive
OLDPWD /
APT_GET_UPGRADE apt-get dist-upgrade -qq -y
0. Whoops\Handler\PrettyPageHandler